/* ============================================================
   NexxoTech — Landing Page
   Reconstruída a partir do design (Desktop 1440 / Celular 390)
   ============================================================ */

/* ---------- Fontes (auto-hospedadas, variáveis) ---------- */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('fonts/bricolage-grotesque-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('fonts/bricolage-grotesque-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --accent: #5B5CF6;
  --accent-soft: #A5B4FC;

  --ink: #0A0F24;
  --bg: #F5F7FC;
  --white: #FFFFFF;

  --card-dark: #131A36;
  --row-dark: #1A2244;
  --chip-dark: #212A50;
  --border-dark: #252F57;
  --bar: #2B3563;
  --border-mid: #39426B;

  --muted: #4A5275;
  --text-mid: #39426B;
  --muted-dark: #8E97BD;
  --text-dark-soft: #AAB2D4;
  --text-dark: #CED4EC;

  --border-light: #E2E6F2;
  --divider: #D5DAEA;
  --photo-bg: #EAEDF7;
  --photo-border: #B7BED6;

  --font-sans: 'DM Sans', 'Segoe UI', system-ui, sans-serif;
  --font-display: 'Bricolage Grotesque', 'Trebuchet MS', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;

  --gutter: clamp(20px, 8.333vw, 120px);
  --section-gap: clamp(64px, 8.333vw, 120px);
  --content-max: 1200px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, p { margin: 0; }

a { color: inherit; }

svg { display: block; }

.icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

[id] { scroll-margin-top: 24px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: calc(var(--content-max) + 2 * var(--gutter));
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.dark { background: var(--ink); color: #F5F7FC; }

.section { padding: 0 0 var(--section-gap); }
.section--top { padding-top: var(--section-gap); }

.section__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}
.dark .eyebrow, .eyebrow--soft { color: var(--accent-soft); }

.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 3.9vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: 820px;
}

.lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
}
.dark .lead { color: var(--text-dark-soft); }

.mono {
  font-family: var(--font-mono);
  font-weight: 500;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn .icon { font-size: 20px; }

.btn--primary { background: var(--accent); color: var(--white); }
.btn--primary:hover { background: #4b4ce6; }

.btn--ghost {
  border: 1px solid var(--border-mid);
  color: #F5F7FC;
  font-weight: 500;
}
.btn--ghost:hover { border-color: var(--text-dark-soft); }
.btn--ghost .icon { font-size: 18px; }

.btn--sm { min-height: 44px; padding: 12px 20px; font-size: 15px; }
.btn--sm .icon { font-size: 18px; }

.btn--lg { min-height: 60px; padding: 18px 32px; font-size: 18px; }

/* ---------- Header ---------- */
.header { background: var(--ink); color: #F5F7FC; }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #F5F7FC;
}
.brand__mark { width: 32px; height: 32px; }
.brand__name {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.brand__name span { font-weight: 500; }

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav__link {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 15px;
  transition: color .15s ease;
}
.nav__link:hover { color: #F5F7FC; }

.nav__wa-mobile {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  align-items: center;
  justify-content: center;
}
.nav__wa-mobile .icon { font-size: 20px; }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 112px; }

.hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero__eyebrow {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--accent-soft);
  text-transform: uppercase;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: #F5F7FC;
}
.hero__title em, .accent-soft { font-style: normal; color: var(--accent-soft); }

.hero__lead {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-dark-soft);
  max-width: 540px;
}

.hero__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.checks {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 8px;
}
.check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-dark);
  font-size: 15px;
}
.check .icon {
  font-size: 18px;
  stroke: var(--accent-soft);
  stroke-width: 2.5;
}

/* Composição visual do hero */
.hero__visual {
  position: relative;
  height: 540px;
}

.panel {
  position: absolute;
  left: 0;
  top: 10px;
  width: 470px;
  max-width: 100%;
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.panel__kicker {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted-dark);
  display: block;
  margin-bottom: 4px;
}
.panel__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: #F5F7FC;
}
.panel__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--chip-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
}
.panel__icon .icon { font-size: 18px; }

.row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: var(--row-dark);
  border-radius: 12px;
}
.row__time {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  color: var(--muted-dark);
}
.row__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
  min-width: 0;
}
.row__title { color: #F5F7FC; font-size: 15px; font-weight: 500; }
.row__sub { color: var(--muted-dark); font-size: 13px; }
.row__sub--mobile-hide { }

.pill {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-mid);
  color: var(--text-dark);
  white-space: nowrap;
}
.pill--accent { border-color: var(--accent-soft); color: var(--accent-soft); }

.phone {
  position: absolute;
  right: 0;
  top: 150px;
  width: 230px;
  height: 390px;
  background: var(--bg);
  border: 8px solid var(--border-dark);
  border-radius: 36px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--ink);
}
.phone__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
}
.phone__card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.phone__card--col { flex-direction: column; gap: 6px; }
.phone__dot {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone__dot .icon { font-size: 16px; stroke-width: 3; }
.phone__text { display: flex; flex-direction: column; gap: 3px; }
.phone__strong { font-size: 13px; font-weight: 700; line-height: 1.3; }
.phone__small { font-size: 11px; color: var(--muted); }
.phone__kicker {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.phone__big {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
}
.phone__cta {
  margin-top: auto;
  background: var(--ink);
  color: #F5F7FC;
  border-radius: 999px;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.toast {
  position: absolute;
  left: 36px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--accent);
  color: var(--white);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}
.toast .icon { font-size: 18px; }

/* ---------- Faixa de tags ---------- */
.strip {
  background: var(--ink);
  border-top: 1px solid var(--border-dark);
  color: var(--text-dark-soft);
}
.strip__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
}
.strip__dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
}

/* ---------- Cards genéricos ---------- */
.grid {
  display: grid;
  gap: 20px;
}
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.card__num {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  color: var(--muted);
}
.card__title {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
.card__text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
}

/* ---------- Serviços ---------- */
.services__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
  margin-bottom: 48px;
}
.services__head .h2 { max-width: 700px; }
.services__head .lead { max-width: 420px; }

.service {
  border-radius: 24px;
  padding: 32px;
  gap: 18px;
}
.service__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__icon .icon { font-size: 24px; }
.service .card__title { font-size: 26px; line-height: 1.15; }

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}
.tag {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--bg);
  color: var(--text-mid);
}

.service--dark {
  background: var(--ink);
  border-color: var(--ink);
}
.service--dark .service__icon { background: var(--accent); color: var(--white); }
.service--dark .card__title { color: #F5F7FC; }
.service--dark .card__text { color: var(--text-dark-soft); }
.service--dark .tag { background: var(--chip-dark); color: var(--text-dark); }

/* ---------- Segmentos ---------- */
.segments { padding: var(--section-gap) 0; }

.segment {
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.segment__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: #F5F7FC;
}
.segment__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.45;
}
.segment__item {
  display: flex;
  gap: 10px;
}
.segment__item .icon {
  font-size: 18px;
  margin-top: 2px;
  stroke: var(--accent-soft);
  stroke-width: 2.5;
}

/* ---------- Projetos (exemplos) ---------- */
.projects .section__head .lead { max-width: 640px; }
.projects .grid--3 { gap: 24px; }

.project {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.project__kicker {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}
.project__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
}
.project__text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
}

.mock {
  height: 300px;
  border-radius: 20px;
  background: var(--ink);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  color: #F5F7FC;
}
.mock__kicker {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted-dark);
  display: block;
  margin-bottom: 3px;
}
.mock__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
}
.mock__chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-mid);
  color: var(--text-dark);
}
.chip--accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  font-weight: 700;
}
.mock__row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: var(--card-dark);
  border-radius: 12px;
}
.mock__thumb {
  width: 52px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--bar);
}
.mock__row-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
  min-width: 0;
}
.mock__row-title { font-size: 13px; font-weight: 500; }
.mock__row-sub { color: var(--muted-dark); font-size: 12px; }
.mock__link { font-size: 11px; font-weight: 700; color: var(--accent-soft); }

.mock__task {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  background: var(--card-dark);
  border-radius: 10px;
  font-size: 13px;
}
.mock__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mock__check .icon { font-size: 12px; stroke-width: 3; }
.mock__check--empty { background: transparent; border: 1.5px solid var(--border-mid); }
.mock__note { font-size: 12px; color: var(--muted-dark); }

.mock__bars {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding-top: 4px;
}
.mock__bars span {
  flex-grow: 1;
  border-radius: 4px 4px 0 0;
  background: var(--bar);
}
.mock__bars span.is-accent { background: var(--accent); }
.mock__alert {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid var(--border-mid);
  color: var(--text-dark);
  font-size: 12px;
}
.mock__alert .icon { font-size: 14px; }

/* ---------- Como funciona ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.step {
  border-top: 2px solid var(--ink);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step__num {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 14px;
}
.step__num::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  border: 2px solid var(--ink);
}
.step__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
}
.step__text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
}

/* ---------- Quem faz ---------- */
.about {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 28px;
  padding: 56px;
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.about__photo {
  height: 440px;
  border-radius: 20px;
  background: var(--photo-bg);
  border: 1px dashed var(--photo-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  color: var(--muted);
  overflow: hidden;
}
.about__photo--img { border: 0; background: var(--ink); }
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.about__text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-mid);
}
.about__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
}
.about__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__item .dot {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__item .icon { font-size: 14px; stroke-width: 3; }
.about .tags { margin-top: 0; }

/* ---------- FAQ ---------- */
.faq {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 80px;
}
.faq .section__head { margin-bottom: 0; }
.faq__list { display: flex; flex-direction: column; }
.faq__item {
  padding: 28px 0;
  border-top: 1px solid var(--divider);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__item:last-child { border-bottom: 1px solid var(--divider); }
.faq__q {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
}
.faq__a {
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---------- Contato / rodapé ---------- */
.contact {
  background: var(--ink);
  color: #F5F7FC;
  padding: var(--section-gap) 0 48px;
}
.contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
  margin-bottom: 48px;
}
.contact__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(44px, 5.5vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: #F5F7FC;
  max-width: 800px;
}
.contact__lead {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-dark-soft);
  max-width: 560px;
}
.contact__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}
.contact__actions .btn--ghost { font-size: 17px; }

.footer {
  border-top: 1px solid var(--border-dark);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--text-dark-soft);
  font-size: 14px;
}
.footer .brand__mark { width: 24px; height: 24px; }
.footer .brand__name { font-size: 18px; }

/* ============================================================
   Responsivo
   ============================================================ */

/* Tablet e telas médias */
@media (max-width: 1099px) {
  .nav { gap: 22px; }
  .nav__link { font-size: 14px; }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero__visual { height: auto; padding-bottom: 40px; }
  .panel {
    position: static;
    width: 100%;
  }
  .phone { display: none; }
  .toast {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.35;
  }
  .hero__visual { position: relative; }

  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .services__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px;
  }
  .about__photo { height: 360px; }

  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .contact__actions { width: 100%; max-width: 420px; }
}

/* Tablet estreito: mantém só o botão de WhatsApp no cabeçalho */
@media (max-width: 899px) {
  .nav__link { display: none; }
}

/* Celular (design 390px) */
@media (max-width: 767px) {
  body { font-size: 15px; }

  .header__inner { padding-top: 16px; padding-bottom: 16px; }
  .brand__mark { width: 28px; height: 28px; }
  .brand__name { font-size: 21px; }
  .nav__link, .nav .btn { display: none; }
  .nav__wa-mobile { display: flex; }

  .hero { padding: 40px 0 56px; }
  .hero__copy { gap: 22px; }
  .hero__eyebrow { font-size: 11px; line-height: 1.6; }
  .hero__title { line-height: 1.02; }
  .hero__lead { font-size: 17px; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero__actions .btn { width: 100%; padding: 16px 24px; }
  .checks { flex-direction: column; gap: 10px; padding-top: 4px; }
  .hero__grid { gap: 16px; }

  .panel { border-radius: 18px; padding: 18px; gap: 10px; }
  .panel__title { font-size: 19px; }
  .panel__icon { display: none; }
  .row { gap: 12px; padding: 12px; border-radius: 10px; }
  .row__time { font-size: 12px; }
  .row__title { font-size: 14px; }
  .row__sub { display: none; }
  .row--mobile-hide { display: none; }
  .pill { font-size: 11px; padding: 4px 9px; }

  .strip__inner {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 11px;
  }

  .section__head { gap: 12px; margin-bottom: 28px; }
  .eyebrow { font-size: 12px; }
  .h2 { line-height: 1.08; }
  .lead { font-size: 16px; }

  .grid, .grid--4, .grid--3, .projects .grid--3 { grid-template-columns: 1fr; gap: 12px; }
  .projects .grid--3 { gap: 32px; }

  .card { border-radius: 18px; padding: 22px; gap: 10px; }
  .card__num { font-size: 12px; }
  .card__title { font-size: 20px; }
  .card__text { font-size: 15px; }

  .services__head { margin-bottom: 28px; gap: 12px; }
  .service { border-radius: 20px; padding: 24px; gap: 14px; }
  .service__icon { width: 48px; height: 48px; }
  .service__icon .icon { font-size: 22px; }
  .service .card__title { font-size: 22px; }
  .service .tags { display: none; }

  .segment { border-radius: 18px; padding: 22px; gap: 14px; }
  .segment__title { font-size: 21px; }
  .segment__list { gap: 10px; }

  .mock { height: 250px; }
  .project__title { font-size: 21px; }
  .project__text { font-size: 15px; }

  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step { padding-top: 18px; gap: 8px; }
  .step__num { font-size: 13px; }
  .step__title { font-size: 21px; }
  .step__text { font-size: 15px; }

  .about { border-radius: 22px; padding: 22px; gap: 20px; }
  .about__photo { height: 300px; border-radius: 16px; font-size: 12px; }
  .about__body { gap: 20px; }
  .about__text { font-size: 16px; }
  .about__list { font-size: 15px; }
  .about .tag { font-size: 11px; padding: 6px 9px; }

  .faq { gap: 20px; }
  .faq__item { padding: 20px 0; gap: 8px; }
  .faq__q { font-size: 19px; }
  .faq__a { font-size: 15px; }

  .contact { padding-bottom: 32px; }
  .contact__inner { gap: 24px; margin-bottom: 24px; }
  .contact__lead { font-size: 17px; }
  .contact__actions { max-width: none; gap: 12px; }
  .contact__actions .btn { min-height: 56px; padding: 16px 24px; font-size: 17px; }
  .contact__actions .btn--ghost { font-size: 16px; }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 24px;
    font-size: 13px;
    line-height: 1.5;
  }
  .footer .brand__mark { width: 22px; height: 22px; }
  .footer .brand__name { font-size: 17px; }
}

/* Telas muito estreitas */
@media (max-width: 360px) {
  .hero__title { font-size: 40px; }
  .contact__title { font-size: 38px; }
}

/* Acessibilidade: reduzir movimento */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
