/*
  ALPHAPLAYTECH — CSS COMPATÍVEL COM DREAMWEAVER DESIGN VIEW
  Sem variáveis CSS, Grid, clamp(), min() ou backdrop-filter.
*/

* {
  box-sizing: border-box;
}

html {
  background: #05070b;
}

body {
  margin: 0;
  background: #05070b;
  color: #f5f7fa;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap {
  width: 92%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  height: 34px;
  overflow: hidden;
  border-bottom: 1px solid #242a33;
  background: #05070b;
  color: #9aa6b5;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.topbar .wrap {
  position: relative;
}

.topbar .wrap > span:last-child {
  float: right;
}

.status {
  float: left;
}

.status:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: #67f3d2;
}

.header {
  height: 88px;
  border-bottom: 1px solid #242a33;
  background: #05070b;
}

.header .wrap {
  display: table;
  height: 88px;
  table-layout: fixed;
}

.logo,
.nav,
.tools {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  width: 218px;
}

.logo img {
  display: block;
  width: 218px;
  max-height: 74px;
  object-fit: contain;
}

.nav {
  padding-left: 35px;
  text-align: center;
  white-space: nowrap;
}

.nav a {
  display: inline-block;
  margin: 0 8px;
  padding: 35px 0 32px;
  border-bottom: 2px solid transparent;
  color: #a0aaba;
  font-size: 12px;
}

.nav a:hover,
.nav a.active {
  border-bottom-color: #67f3d2;
  color: #ffffff;
}

.tools {
  width: 205px;
  text-align: right;
  white-space: nowrap;
}

.languages,
.mail,
.menu {
  display: inline-block;
  vertical-align: middle;
}

.languages {
  padding: 3px;
  border: 1px solid #343b46;
  border-radius: 30px;
}

.languages button {
  width: 30px;
  height: 27px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #83909f;
  cursor: pointer;
}

.languages button.active {
  background: #ffffff;
  color: #07100e;
}

.mail {
  margin-left: 9px;
  color: #d6dee8;
  font-size: 11px;
}

.mail b {
  color: #67f3d2;
}

.menu {
  display: none;
}

.eyebrow {
  margin: 0 0 20px;
  color: #67f3d2;
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero {
  display: table;
  width: 92%;
  max-width: 1240px;
  min-height: 650px;
  padding: 60px 0;
  table-layout: fixed;
}

.hero > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.hero > div:first-child {
  padding-right: 45px;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: #f5f7fa;
  font-size: 70px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -4px;
}

.hero h1 span:last-child {
  color: #a9b4c2;
}

.lead {
  max-width: 680px;
  margin: 28px 0 32px;
  color: #a7b2c1;
  font-size: 17px;
  line-height: 1.75;
}

.actions {
  overflow: hidden;
}

.btn {
  display: inline-block;
  min-height: 50px;
  margin: 0 8px 8px 0;
  padding: 0 22px;
  border: 1px solid #3a424e;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

.btn.primary {
  border-color: #67f3d2;
  background: #67f3d2;
  color: #04110e;
}

.hero-art {
  height: 530px;
  overflow: hidden;
  border: 1px solid #2b323c;
  background: #090d13;
}

.hero-art img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.metrics {
  overflow: hidden;
  border-top: 1px solid #242a33;
  border-bottom: 1px solid #242a33;
}

.metrics div {
  float: left;
  width: 25%;
  min-height: 125px;
  padding: 34px 24px;
  border-right: 1px solid #242a33;
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  font-size: 32px;
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: #6f7b89;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.5;
  text-transform: uppercase;
}

.section {
  clear: both;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-head {
  display: table;
  width: 100%;
  margin-bottom: 45px;
  table-layout: fixed;
}

.section-head > * {
  display: table-cell;
  padding-right: 30px;
  vertical-align: bottom;
}

.section-head .eyebrow {
  width: 23%;
}

.section-head h2 {
  width: 47%;
}

.section h2,
.page h2 {
  margin: 0;
  color: #f5f7fa;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -2px;
}

.section-head p:last-child,
.page p {
  color: #8793a3;
  font-size: 14px;
  line-height: 1.75;
}

.services,
.clients,
.cards,
.gallery,
.method {
  overflow: hidden;
  width: 100%;
}

.service {
  float: left;
  width: 33.333%;
  min-height: 480px;
  padding: 0 25px 28px;
  border: 1px solid #242a33;
  background: #0a0e14;
}

.service-photo {
  height: 220px;
  margin: 0 -25px 26px;
  overflow: hidden;
}

.service-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service code {
  color: #667383;
}

.service h3 {
  margin: 28px 0 12px;
  color: #ffffff;
  font-size: 20px;
}

.service p {
  color: #818d9c;
  font-size: 13px;
  line-height: 1.7;
}

.client {
  float: left;
  width: 20%;
  min-height: 170px;
  padding: 24px;
  border: 1px solid #242a33;
  text-align: center;
}

.client img {
  width: auto;
  max-width: 145px;
  height: auto;
  max-height: 75px;
  margin: 10px auto 15px;
  padding: 6px;
  background: #ffffff;
}

.client span {
  display: block;
  color: #7a8796;
  font-family: "Courier New", monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.method article,
.card {
  float: left;
  width: 25%;
  min-height: 240px;
  padding: 30px;
  border: 1px solid #242a33;
  background: #0a0e14;
}

.cards .card {
  width: 33.333%;
}

.method code {
  color: #67f3d2;
}

.method h3 {
  margin-top: 65px;
}

.page-hero {
  padding-top: 90px;
  padding-bottom: 70px;
  border-bottom: 1px solid #242a33;
}

.content-grid,
.contact,
.project {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.content-grid > div,
.contact > *,
.project > * {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.content-grid > div:first-child {
  padding-right: 60px;
}

.portfolio {
  display: block;
}

.project {
  min-height: 350px;
  margin-bottom: 18px;
  border: 1px solid #242a33;
  background: #0a0e14;
}

.project > img {
  width: 40%;
  height: 350px;
  object-fit: cover;
}

.project-body {
  padding: 42px;
}

.project-body h2 {
  font-size: 38px;
}

.gallery figure {
  float: left;
  width: 33.333%;
  margin: 0;
  border: 1px solid #242a33;
  background: #0a0e14;
}

.gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.gallery figcaption {
  padding: 20px;
  color: #9ca7b5;
}

.form,
.contact-info {
  padding: 40px;
  border: 1px solid #242a33;
  background: #0a0e14;
}

.row {
  overflow: hidden;
}

.row label {
  float: left;
  width: 50%;
  padding-right: 12px;
}

.form label {
  display: block;
  margin-bottom: 16px;
  color: #7d8998;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.6;
  text-transform: uppercase;
}

.form input,
.form select,
.form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #343b46;
  background: #080c12;
  color: #ffffff;
}

.cta {
  min-height: 320px;
  margin-top: 30px;
  margin-bottom: 90px;
  padding: 55px;
  border: 1px solid #242a33;
  background: #0b1017;
}

.footer {
  clear: both;
  padding: 60px 0 25px;
  border-top: 1px solid #242a33;
  background: #030508;
}

.footer-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.footer-grid > div {
  display: table-cell;
  padding-right: 35px;
  vertical-align: top;
}

.footer-grid > div:first-child {
  width: 50%;
}

.footer img {
  width: 250px;
}

.footer h3 {
  color: #687483;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.footer a,
.footer p {
  display: block;
  color: #8c98a7;
  font-size: 11px;
  line-height: 1.8;
}

.copyright {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid #242a33;
  color: #505c6b;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.notice {
  padding: 15px;
  border-left: 2px solid #67f3d2;
  background: #0a0e14;
  color: #8793a2;
  font-size: 12px;
  line-height: 1.7;
}

@media screen and (max-width: 1100px) {
  .header,
  .header .wrap {
    height: auto;
  }

  .header .wrap,
  .logo,
  .nav,
  .tools {
    display: block;
    width: 100%;
  }

  .logo {
    float: left;
    width: 190px;
    padding: 10px 0;
  }

  .logo img {
    width: 190px;
  }

  .tools {
    float: right;
    width: auto;
    padding: 20px 0;
  }

  .nav {
    clear: both;
    padding: 0;
    white-space: normal;
  }

  .nav a {
    margin: 0 7px;
    padding: 12px 0;
  }

  .hero > div {
    display: block;
    width: 100%;
  }

  .hero > div:first-child {
    padding: 20px 0 45px;
  }

  .service {
    width: 50%;
  }

  .client {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .topbar .status,
  .mail {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .metrics div,
  .service,
  .client,
  .method article,
  .cards .card,
  .gallery figure,
  .row label {
    float: none;
    width: 100%;
  }

  .section-head,
  .section-head > *,
  .content-grid,
  .content-grid > div,
  .contact,
  .contact > *,
  .project,
  .project > *,
  .footer-grid,
  .footer-grid > div {
    display: block;
    width: 100%;
  }

  .project > img {
    width: 100%;
    height: 280px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* Botão fixo Alpha IA — compatível com o modo Design do Dreamweaver */
.ai-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: block;
  padding: 13px 18px;
  border: 1px solid #d7ff00;
  background: #050505;
  color: #ffffff;
  font: bold 13px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.ai-fab span, .nav-ai { color: #d7ff00 !important; }
