/* ============================================================
   EVOLV DIGITAL — Design System v4 (Dark Premium)
   Tema escuro | preto / branco / azul (#1A65FF)
   Tipografia: Sora (display) + Inter (corpo) — hospedadas em /assets/fonts
   Respiro generoso, cards elevados, nav com fundo permanente.
   Sem fios de fora a fora, sem numeração editorial.
   Compatível com os dois dialetos de HTML (.sec-head e .section__head).
   ============================================================ */

/* ---------- 0. Fontes locais ---------- */
@font-face {
  font-family: "Sora"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/sora-600.woff2") format("woff2");
}
@font-face {
  font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/sora-700.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/inter-600.woff2") format("woff2");
}

/* ---------- 1. Tokens ---------- */
:root {
  --preto: #05070d;
  --preto-2: #090c14;
  --surface: #0e1420;
  --surface-2: #131a2b;
  --linha: rgba(255,255,255,0.07);
  --linha-forte: rgba(255,255,255,0.14);
  --branco: #ffffff;
  --texto: #e9edf5;
  --muted: #98a1b6;
  --muted-2: #626b80;

  --azul: #1a65ff;
  --azul-claro: #4f8bff;
  --azul-suave: #9dc0ff;
  --azul-800: #0d2f7a;
  --azul-glow: rgba(26,101,255,0.35);

  --verde: #25d366;
  --vermelho: #ff5a5a;

  --grad-azul: linear-gradient(135deg, #1a65ff 0%, #3f82ff 100%);
  --grad-texto: linear-gradient(120deg, #ffffff 0%, #9ec2ff 55%, #4f8bff 100%);
  --grad-surface: linear-gradient(180deg, rgba(26,101,255,0.07), rgba(26,101,255,0) 60%);
  --grad-card: linear-gradient(180deg, #101725, #0c111b);

  --font-display: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, monospace;

  --sp-1: .5rem; --sp-2: 1rem; --sp-3: 1.5rem; --sp-4: 2rem;
  --sp-6: 3rem; --sp-8: 4rem; --sp-10: 5rem; --sp-12: 6rem; --sp-16: 8rem;

  --r-sm: 10px; --r-md: 14px; --r-lg: 18px; --r-xl: 24px; --r-full: 999px;
  --sombra: 0 24px 60px -32px rgba(0,0,0,0.7);
  --sombra-azul: 0 20px 50px -22px var(--azul-glow);

  --container: 1200px;
  --nav-h: 72px;
  --z-nav: 50; --z-overlay: 40; --z-fab: 60;
}

/* ---------- 2. Reset / base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--preto);
  color: var(--texto);
  line-height: 1.7;
  font-size: 1rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--azul); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--preto); }
::-webkit-scrollbar-thumb { background: var(--linha-forte); border-radius: var(--r-full); }
:focus-visible { outline: 2px solid var(--azul-claro); outline-offset: 3px; border-radius: 4px; }

/* ---------- 3. Tipografia ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; color: var(--branco); }
.h-display { font-size: clamp(2.3rem, 4.8vw, 3.8rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.08; }
.h-section { font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -0.02em; }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 58ch; line-height: 1.75; }
.text-azul { color: var(--azul-claro); }
.text-grad { background: var(--grad-texto); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mono { font-family: var(--font-mono); }

/* Eyebrow: chip/pill discreto acima dos títulos */
.eyebrow {
  font-family: var(--font-body); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--azul-claro);
  display: inline-flex; align-items: center;
  background: rgba(26,101,255,0.1); border: 1px solid rgba(26,101,255,0.28);
  padding: 0.35rem 0.85rem; border-radius: var(--r-full);
}

/* ---------- 4. Layout ---------- */
.container { width: min(100% - 3rem, var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); position: relative; }
[id] { scroll-margin-top: calc(var(--nav-h) + 1.25rem); }
.section--alt { background: var(--preto-2); }
.grid { display: grid; gap: 1.5rem; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; } }
/* Legado v3: a malha "ruled" virou grid normal (sem fios) */
.grid.ruled { background: none; border: 0; border-radius: 0; overflow: visible; }

/* Cabeçalho de seção — dialeto v3 (.sec-head), agora sem fio nem numeração */
.sec-head { margin-bottom: clamp(2.75rem, 5vw, 4rem); max-width: 760px; }
.sec-head__meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; }
.sec-head__num { display: none; }
.sec-head__tag {
  font-family: var(--font-body); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--azul-claro);
  background: rgba(26,101,255,0.1); border: 1px solid rgba(26,101,255,0.28);
  padding: 0.35rem 0.85rem; border-radius: var(--r-full);
}
.sec-head__title h2 { margin-bottom: .75rem; }
.sec-head__title .lead { margin-top: .3rem; }

/* Cabeçalho de seção — dialeto v2 (.section__head) */
.section__head { max-width: 760px; margin-bottom: clamp(2.75rem, 5.5vw, 4.25rem); }
.section__head.center { margin-inline: auto; text-align: center; }
.section__head .lead { margin-top: 1rem; }
.section__head.center .lead { margin-inline: auto; }
.section__head .eyebrow { margin-bottom: 1.1rem; }

/* ---------- 5. Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.8rem 1.6rem; border-radius: var(--r-full);
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--grad-azul); color: #fff; box-shadow: 0 10px 28px -10px var(--azul-glow); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -10px var(--azul-glow); }
.btn--ghost { border: 1px solid var(--linha-forte); color: var(--texto); background: rgba(255,255,255,0.03); }
.btn--ghost:hover { border-color: var(--azul); color: #fff; transform: translateY(-2px); }
.btn--wpp { background: var(--verde); color: #052b00; }
.btn--wpp:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(37,211,102,.5); }
.btn--lg { padding: 1rem 2.1rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* ---------- 6. Navbar (fundo presente desde o topo) ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav); height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(7,10,18,0.78);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .3s, border-color .3s, box-shadow .3s;
}
.nav.is-scrolled { background: rgba(7,10,18,0.92); border-bottom-color: var(--linha); box-shadow: 0 12px 32px -18px rgba(0,0,0,.8); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
/* Marca oficial: icone (Bold) + logotipo tipografico EVOLV, SVGs da identidade */
.brand { display: inline-flex; align-items: center; gap: 0.7rem; flex: none; }
.brand__icon { height: 26px; width: auto; display: block; }
.brand__wordmark { height: 20px; width: auto; display: block; }
@media (max-width: 600px) { .brand__icon { height: 22px; } .brand__wordmark { height: 17px; } }
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a { font-family: var(--font-body); font-size: 0.9rem; color: var(--muted); font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: #fff; }
.nav__cta { display: flex; align-items: center; gap: 0.7rem; }
.nav__cta .btn { padding: 0.62rem 1.3rem; font-size: 0.88rem; }
.nav__toggle { display: none; width: 44px; height: 44px; color: #fff; align-items: center; justify-content: center; }
.nav__toggle svg { width: 25px; height: 25px; }
@media (max-width: 960px) {
  .nav__links {
    position: fixed; inset: var(--nav-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(9,12,20,0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--linha); padding: 0.75rem 1.5rem 1.5rem;
    transform: translateY(-130%); visibility: hidden;
    transition: transform .35s cubic-bezier(.4,0,.2,1), visibility .35s;
  }
  .nav__links.is-open { transform: translateY(0); visibility: visible; }
  .nav__links a { width: 100%; padding: 1rem 0.25rem; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .nav__links a:last-child { border-bottom: 0; }
  .nav__cta .btn--ghost { display: none; }
  .nav__cta .btn { padding: 0.55rem 1.1rem; font-size: 0.82rem; }
  .nav__toggle { display: inline-flex; }
}

/* ---------- 7. Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding-top: calc(var(--nav-h) + clamp(4rem, 9vw, 6.5rem));
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.hero__canvas { display: none; }
.hero__glow {
  position: absolute; z-index: 0; width: 52vw; height: 52vw; max-width: 720px; max-height: 720px;
  top: -20%; right: -8%;
  background: radial-gradient(circle, var(--azul-glow) 0%, transparent 60%);
  filter: blur(30px); pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; z-index: 0; width: 40vw; height: 40vw; max-width: 560px; max-height: 560px;
  bottom: -28%; left: -12%;
  background: radial-gradient(circle, rgba(13,47,122,0.4) 0%, transparent 62%);
  filter: blur(34px); pointer-events: none;
}
.hero__inner { position: relative; z-index: 1; max-width: 900px; }
/* Com painel lateral (ex.: Método E4), o hero vira grid de 2 colunas */
.hero__inner:has(.hero__panel) { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: center; max-width: none; }
.hero__meta { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.hero__meta span {
  display: inline-flex; align-items: center;
  font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--azul-claro); background: rgba(26,101,255,0.1);
  border: 1px solid rgba(26,101,255,0.28); padding: .35rem .85rem; border-radius: var(--r-full);
}
.hero h1 { margin: 0 0 1.4rem; max-width: 17ch; }
.hero .lead { margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__trust { display: flex; align-items: center; gap: .8rem; margin-top: 2rem; color: var(--muted); font-size: .9rem; }
.hero__trust .stars { color: #ffc93c; letter-spacing: 2px; }
.hero__rotator { display: inline-block; position: relative; color: var(--azul-claro); }
.hero__rotator .word { display: inline-block; }
.hero__rotator .caret { display: inline-block; width: 3px; height: 1em; background: var(--azul); margin-left: 4px; vertical-align: text-bottom; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* Painel lateral do hero (glass card — assinatura visual) */
.hero__panel {
  border: 1px solid rgba(255,255,255,0.09); border-radius: var(--r-xl);
  background: rgba(14,20,32,0.55);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  overflow: hidden; box-shadow: var(--sombra);
}
.hero__panel-head {
  padding: 1rem 1.5rem;
  font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); display: flex; justify-content: space-between; align-items: center;
  background: rgba(26,101,255,0.07);
}
.hero__panel-row { padding: 1.1rem 1.5rem; display: flex; align-items: baseline; gap: 1.1rem; }
.hero__panel-row + .hero__panel-row { border-top: 1px solid rgba(255,255,255,0.05); }
.hero__panel-row b { font-family: var(--font-display); font-size: 1.35rem; color: var(--azul-claro); font-weight: 700; letter-spacing: -.02em; flex: none; }
.hero__panel-row span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
@media (max-width: 860px) {
  .hero__inner:has(.hero__panel) { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__panel { order: 2; }
  .hero h1 { max-width: 20ch; }
}

/* ---------- 8. Prova social (logos) ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: clamp(1.25rem, 2vw, 1.75rem); width: max-content; animation: scroll-x 52s linear infinite; align-items: center; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee img { height: 104px; width: auto; max-width: 240px; object-fit: contain; opacity: 0.8; filter: grayscale(1) brightness(1.8); transition: opacity .25s, filter .25s; }
@media (max-width: 600px) { .marquee img { height: 78px; max-width: 190px; } }
.marquee img:hover { opacity: 1; filter: grayscale(0) brightness(1); }
@keyframes scroll-x { to { transform: translateX(-50%); } }
.logos-label {
  font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 1.5rem;
}

/* ---------- 9. Cards ---------- */
.card {
  background: var(--grad-card); border: 1px solid var(--linha); border-radius: var(--r-lg);
  padding: 2rem; position: relative;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card:hover, a.card:hover { transform: translateY(-4px); border-color: rgba(79,139,255,0.35); box-shadow: var(--sombra); }
.card__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(26,101,255,0.12); color: var(--azul-claro); margin-bottom: 1.2rem; }
.card__icon svg { width: 22px; height: 22px; }
.card h3 { font-size: 1.15rem; margin-bottom: 0.55rem; letter-spacing: -.01em; }
.card p { color: var(--muted); font-size: 0.95rem; line-height: 1.65; }
.card__num { display: none; }
.card__tag {
  display: inline-flex; align-items: center;
  font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--azul-claro); background: rgba(26,101,255,0.12);
  padding: .3rem .7rem; border-radius: var(--r-full); margin-bottom: .9rem;
}
.card__more { display: inline-block; margin-top: 1rem; font-size: .85rem; font-weight: 600; color: var(--azul-claro); }
.card--box { border: 1px solid var(--linha); border-radius: var(--r-lg); }
.card--box:hover { border-color: var(--linha-forte); }

/* ---------- 10. Contadores (stats) ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 560px) { .stats { grid-template-columns: 1fr; } }
.stat { background: var(--surface); border: 1px solid var(--linha); border-radius: var(--r-lg); padding: 1.75rem; }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.1rem, 3.6vw, 2.9rem); color: #fff; line-height: 1.05; letter-spacing: -.02em; }
.stat__num .suffix { color: var(--azul-claro); }
.stat__label { color: var(--muted); margin-top: 0.55rem; font-size: 0.9rem; }

/* ---------- 11. Split (2 colunas) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-8); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: var(--sp-6); } }
.split__media img { border-radius: var(--r-xl); border: 1px solid var(--linha); box-shadow: var(--sombra); }

/* ---------- 12. Preços ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.pricing--2 { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin-inline: auto; }
@media (max-width: 900px) { .pricing, .pricing--2 { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.plan {
  background: var(--surface); border: 1px solid var(--linha); border-radius: var(--r-xl);
  padding: 2.25rem; display: flex; flex-direction: column;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.plan:hover { border-color: var(--linha-forte); }
.plan--featured {
  border-color: rgba(26,101,255,0.5);
  background: var(--grad-surface), var(--surface-2);
  box-shadow: var(--sombra-azul);
  position: relative;
}
@media (min-width: 900px) { .plan--featured { transform: scale(1.03); } .plan--featured:hover { transform: scale(1.03) translateY(-2px); } }
.plan__badge {
  align-self: flex-start; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: #fff; background: var(--grad-azul);
  padding: 0.35rem 0.85rem; border-radius: var(--r-full); margin-bottom: 1.1rem;
}
.plan h3 { font-size: 1.3rem; }
.plan__price { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; color: #fff; margin: 0.6rem 0 0.3rem; letter-spacing: -.02em; }
.plan__price small { font-size: 0.85rem; color: var(--muted); font-family: var(--font-body); font-weight: 400; }
.plan__features { margin: 1.4rem 0; display: grid; gap: 0.7rem; }
.plan__features li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--muted); font-size: 0.92rem; }
.plan__features li svg { width: 16px; height: 16px; color: var(--azul-claro); flex: none; margin-top: 4px; }
.plan .btn { margin-top: auto; }

/* ---------- 13. Depoimentos (slider) ---------- */
.slider { position: relative; }
.slider__viewport { overflow: hidden; }
.slider__track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.slider__slide { min-width: 100%; padding-right: 1.25rem; }
@media (min-width: 780px) { .slider__slide { min-width: 50%; } }
.quote { background: var(--grad-card); border: 1px solid var(--linha); border-radius: var(--r-lg); padding: 2rem; height: 100%; }
.quote p { color: var(--texto); font-size: 1.02rem; margin-bottom: 1.4rem; line-height: 1.7; }
.quote__author { display: flex; align-items: center; gap: 0.85rem; }
.quote__avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--linha); background: var(--surface-2); }
.quote__avatar--logo { width: 104px; height: 58px; border-radius: var(--r-sm); object-fit: contain; background: #fff; padding: 7px; }
.quote__avatar--logo.is-clara { background: var(--surface-2); border: 1px solid var(--linha-forte); }
.quote__name { font-weight: 600; color: #fff; font-size: .92rem; }
.quote__role { color: var(--muted); font-size: 0.82rem; }
.slider__nav { display: flex; gap: 0.6rem; justify-content: flex-end; margin-top: 1.5rem; }
.slider__nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--linha-forte); color: #fff; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.slider__nav button:hover { background: var(--azul); border-color: var(--azul); }
.slider__nav button svg { width: 19px; height: 19px; }

/* ---------- 14. Cases (barras de progresso) ---------- */
.case { background: var(--grad-card); border: 1px solid var(--linha); border-radius: var(--r-lg); padding: 2rem; }
.case__head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; }
.case__logo { width: 50px; height: 50px; border-radius: var(--r-md); object-fit: contain; background: #fff; padding: 6px; }
.case__meta strong { color: #fff; display: block; font-size: 1rem; }
.case__meta span { color: var(--muted); font-size: 0.82rem; }
.bar { margin-bottom: 1rem; }
.bar__top { display: flex; justify-content: space-between; font-size: 0.9rem; margin-bottom: 0.4rem; }
.bar__top b { color: #fff; font-weight: 500; }
.bar__top span { color: var(--azul-claro); font-weight: 600; }
.bar__rail { height: 7px; background: var(--surface-2); border-radius: var(--r-full); overflow: hidden; }
.bar__fill { height: 100%; width: 0; background: var(--grad-azul); border-radius: var(--r-full); transition: width 1.1s cubic-bezier(.4,0,.2,1); }

/* ---------- 14b. Cases com print do painel do Google ---------- */
.gmn-cases { display: grid; gap: clamp(2rem, 4vw, 3.25rem); }
.gmn-case { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(1.25rem, 3vw, 2.25rem); align-items: center; }
@media (max-width: 900px) { .gmn-case { grid-template-columns: 1fr; } }
@media (min-width: 901px) { .gmn-case:nth-child(even) .gmn-print { order: -1; } }
.gmn-case__txt { color: var(--muted); font-size: 0.9rem; margin-top: 1rem; }
/* Números reais do painel do Google, com a variação contra o mesmo período do ano anterior. */
.gmn-nums { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1.1rem 1.4rem; margin-top: 1.5rem; }
.gmn-num { border-top: 1px solid var(--linha); padding-top: 0.85rem; }
.gmn-num b { display: block; font-family: var(--font-display); font-size: clamp(1.75rem, 3vw, 2.2rem); font-weight: 700; color: #fff; line-height: 1.05; letter-spacing: -0.02em; }
.gmn-num span { display: block; color: var(--muted); font-size: 0.84rem; margin-top: 0.25rem; line-height: 1.4; }
.gmn-num em { display: inline-block; font-style: normal; font-size: 0.75rem; font-weight: 600; margin-top: 0.5rem; padding: 0.16rem 0.5rem; border-radius: var(--r-full); color: var(--verde); background: rgba(37,211,102,0.12); border: 1px solid rgba(37,211,102,0.25); }
.gmn-num em[data-tipo="baixa"] { color: var(--vermelho); background: rgba(255,90,90,0.1); border-color: rgba(255,90,90,0.25); }
.gmn-num em[data-tipo="neutro"] { color: var(--azul-claro); background: rgba(79,139,255,0.12); border-color: rgba(79,139,255,0.28); }
.gmn-print { margin: 0; }
.gmn-print__frame { background: #fff; border-radius: var(--r-lg); padding: clamp(0.5rem, 1.2vw, 0.85rem); border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--sombra); }
.gmn-print__frame img { width: 100%; height: auto; display: block; border-radius: var(--r-sm); }
.gmn-print figcaption { color: var(--muted-2, #6b7280); font-size: 0.8rem; margin-top: 0.75rem; text-align: center; }

/* ---------- 15. FAQ (accordion em cards) ---------- */
.faq { max-width: none; }
.faq__item {
  background: var(--surface); border: 1px solid var(--linha); border-radius: var(--r-md);
  margin-bottom: 0.85rem; transition: border-color .25s ease;
}
.faq__item.is-open { border-color: rgba(79,139,255,0.35); }
.faq__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.2rem 1.4rem; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: #fff; letter-spacing: -.01em;
}
.faq__q .ic { width: 24px; height: 24px; flex: none; display: grid; place-items: center; color: var(--azul-claro); transition: transform .3s; }
.faq__item.is-open .faq__q .ic { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 1.4rem 1.3rem; color: var(--muted); font-size: .95rem; }

/* ---------- 16. Formulário ---------- */
.form { background: var(--surface); border: 1px solid var(--linha); border-radius: var(--r-xl); padding: clamp(1.75rem, 4vw, 2.5rem); box-shadow: var(--sombra); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .form__grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.8rem; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  background: var(--preto-2); border: 1px solid var(--linha-forte); border-radius: 10px;
  padding: 0.85rem 1rem; color: var(--texto); font-family: inherit; font-size: 0.95rem;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--azul); box-shadow: 0 0 0 3px rgba(26,101,255,0.18); }
.field textarea { resize: vertical; min-height: 96px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2398a1b6' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.form__status { margin-top: 1rem; font-size: 0.9rem; min-height: 1.2rem; }
.form__status.ok { color: var(--verde); }
.form__status.err { color: var(--vermelho); }

/* ---------- 17. Cards de blog / portfólio ---------- */
.post { background: var(--surface); border: 1px solid var(--linha); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: border-color .25s, transform .25s, box-shadow .25s; }
.post:hover { border-color: rgba(79,139,255,0.35); transform: translateY(-4px); box-shadow: var(--sombra); }
.post__thumb { aspect-ratio: 16/10; object-fit: cover; width: 100%; background: var(--surface-2); }
.post__body { padding: 1.4rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.post__cat { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--azul-claro); font-weight: 600; }
.post__body h3 { font-size: 1.1rem; }
.post__body p { color: var(--muted); font-size: 0.9rem; }
.post__more { margin-top: auto; color: var(--azul-claro); font-weight: 600; font-size: 0.85rem; }

/* ---------- 18. CTA final ---------- */
.cta-band {
  border: 1px solid rgba(26,101,255,0.25); border-radius: var(--r-xl);
  padding: clamp(2.75rem, 6vw, 4.25rem); position: relative; overflow: hidden;
  background: var(--grad-surface), var(--surface);
  display: grid; grid-template-columns: 1.4fr auto; gap: 2rem; align-items: center;
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 25%, var(--azul-glow), transparent 55%); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: var(--muted); max-width: 52ch; margin-top: .8rem; }
@media (max-width: 720px) { .cta-band { grid-template-columns: 1fr; } }

/* ---------- 19. Footer ---------- */
.footer { background: var(--preto-2); padding-block: 4.5rem 2rem; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--sp-6); margin-bottom: var(--sp-6); }
@media (max-width: 780px) { .footer__top { grid-template-columns: 1fr; gap: var(--sp-4); } }
.footer p { color: var(--muted); font-size: 0.92rem; max-width: 40ch; margin-top: 1rem; }
.footer h4 { font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1rem; font-weight: 600; }
.footer__links { display: grid; gap: 0.6rem; }
.footer__links a { color: var(--muted); font-size: 0.92rem; transition: color .2s; }
.footer__links a:hover { color: #fff; }
.footer__bottom { margin-top: 3rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; color: var(--muted-2); font-size: 0.82rem; }

/* ---------- 20. WhatsApp flutuante ---------- */
.fab-wpp { position: fixed; right: 20px; bottom: 20px; z-index: var(--z-fab); width: 56px; height: 56px; border-radius: 50%; background: var(--verde); color: #04220f; display: grid; place-items: center; box-shadow: 0 12px 30px -10px rgba(37,211,102,.6); transition: transform .2s; }
.fab-wpp:hover { transform: scale(1.07); }
.fab-wpp svg { width: 29px; height: 29px; }

/* ---------- 21. Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .07s; }
[data-reveal][data-delay="2"] { transition-delay: .14s; }
[data-reveal][data-delay="3"] { transition-delay: .21s; }
[data-reveal][data-delay="4"] { transition-delay: .28s; }

/* ---------- 22. Utilitários ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: var(--sp-2); } .mt-4 { margin-top: var(--sp-4); } .mt-6 { margin-top: var(--sp-6); }
.mb-4 { margin-bottom: var(--sp-4); }
.flex { display: flex; } .items-center { align-items: center; } .gap-2 { gap: var(--sp-2); }
.wrap { flex-wrap: wrap; }
.divider { height: 1px; background: var(--linha); border: 0; margin: 0; }

/* ---------- 23. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}

/* ===================== CLIENTES ===================== */
.clientes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 560px) { .clientes__grid { grid-template-columns: repeat(2, 1fr); } }
/* Placeholder usado quando ainda nao ha logos reais (ver _modelo) */
.cliente-slot {
  display: flex; align-items: center; justify-content: center;
  min-height: 96px; padding: 1rem;
  border: 1px dashed var(--linha); border-radius: 14px;
  background: rgba(255,255,255,0.02);
}
.cliente-slot span { font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); text-align: center; line-height: 1.5; }
.clientes__nota { margin-top: 1.35rem; font-size: .85rem; color: var(--muted); }

/* ===================== CASES DE PERFORMANCE ===================== */
.perf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }
@media (max-width: 860px) { .perf-grid { grid-template-columns: 1fr; } }
.perf-card {
  border: 1px solid var(--linha); border-radius: var(--r-lg, 20px);
  background: var(--surface, rgba(255,255,255,.02));
  background-image: var(--grad-surface, none);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex; flex-direction: column; gap: 1.5rem;
  transition: border-color .3s, box-shadow .3s;
}
.perf-card:hover { border-color: rgba(26,101,255,.45); box-shadow: var(--sombra-azul, 0 18px 44px -22px rgba(26,101,255,.5)); }
.perf-card__head { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; flex-wrap: wrap; }
.perf-card__tempo {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--azul-claro); background: rgba(26,101,255,.1);
  border: 1px solid rgba(26,101,255,.28); border-radius: var(--r-full, 999px); padding: .35rem .85rem;
}
.perf-card__logo { height: 82px; width: auto; max-width: 190px; object-fit: contain; opacity: .85; }
.perf-metrics { display: grid; gap: 1.15rem; }
.perf-metric__top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; }
.perf-metric__label { font-size: .92rem; color: var(--muted); line-height: 1.4; }
.perf-metric__val { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: #fff; flex: none; }
.perf-bar { height: 7px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.perf-bar__fill {
  display: block; height: 100%; width: 0; border-radius: inherit;
  background: var(--grad-azul, linear-gradient(90deg, #1A65FF, #4d8bff));
  box-shadow: 0 0 12px -2px var(--azul-glow, rgba(26,101,255,.6));
  transition: width 1.4s cubic-bezier(.2,.7,.2,1) .15s;
}
.perf-card.is-visible .perf-bar__fill { width: var(--val); }
@media (prefers-reduced-motion: reduce) {
  .perf-bar__fill { transition: none; width: var(--val); }
}

/* Variante inline dos numeros (dentro do sec-head da secao Clientes):
   sem card, sem borda, colada ao texto de apoio. */
.stats--sm { display: flex; flex-wrap: wrap; gap: 1.1rem 2.75rem; margin-top: 1.35rem; }
.stats--sm .stat { background: none; border: 0; padding: 0; border-radius: 0; }
.stats--sm .stat__num { font-size: clamp(1.3rem, 2vw, 1.55rem); }
.stats--sm .stat__label { font-size: .8rem; margin-top: .1rem; }
@media (max-width: 520px) { .stats--sm { gap: .9rem 1.75rem; } }

/* ===================== ABAS (bloco unico de conteudo) ===================== */
.tabs {
  border: 1px solid var(--linha); border-radius: clamp(20px, 2.5vw, 28px);
  background: var(--surface, rgba(255,255,255,.02));
  background-image: var(--grad-surface, none);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--sombra, 0 24px 60px -30px rgba(0,0,0,.9));
}
.tabs__nav {
  display: flex; flex-wrap: wrap; gap: .4rem;
  border-bottom: 1px solid var(--linha);
  padding-bottom: 1.25rem; margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
.tabs__btn {
  font-family: var(--font-body); font-size: .93rem; font-weight: 500;
  color: var(--muted); background: none; border: 1px solid transparent;
  border-radius: var(--r-full, 999px); padding: .6rem 1.15rem;
  cursor: pointer; white-space: nowrap;
  transition: color .25s, background .25s, border-color .25s;
}
.tabs__btn:hover { color: #fff; }
.tabs__btn[aria-selected="true"] {
  color: #fff; font-weight: 600;
  background: rgba(26,101,255,.12); border-color: rgba(26,101,255,.4);
}
.tabs__btn:focus-visible { outline: 2px solid var(--azul-claro); outline-offset: 2px; }

.tabs__panel[hidden] { display: none; }
.tabs__panel { animation: tab-in .45s cubic-bezier(.2,.7,.2,1); }
@keyframes tab-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.tabs__body { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 900px) { .tabs__body { grid-template-columns: 1fr; gap: 2rem; } }

.tabs__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 1.4rem;
  background: rgba(26,101,255,.12); color: var(--azul-claro); border: 1px solid rgba(26,101,255,.25); }
.tabs__icon svg { width: 24px; height: 24px; }
.tabs__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.8vw, 2rem); color: #fff; letter-spacing: -.02em; line-height: 1.18; }
.tabs__sub { color: var(--muted); font-size: 1.02rem; line-height: 1.65; margin-top: .85rem; max-width: 46ch; }
.tabs__rule { width: 68px; height: 2px; background: var(--grad-azul, #1A65FF); border-radius: 2px; margin: 1.5rem 0; opacity: .8; }
.tabs__list { display: grid; gap: 1.05rem; }
.tabs__list li { display: flex; gap: .8rem; align-items: flex-start; }
.tabs__list svg { width: 18px; height: 18px; flex: none; margin-top: .3rem; color: var(--azul-claro); }
.tabs__list b { display: block; color: #fff; font-weight: 600; font-size: .97rem; margin-bottom: .15rem; }
.tabs__list span { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.tabs__cta { margin-top: 1.9rem; display: flex; flex-wrap: wrap; gap: .7rem; }


/* No mobile as abas rolam na horizontal em vez de empilhar */
@media (max-width: 760px) {
  .tabs__nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .tabs__nav::-webkit-scrollbar { display: none; }
  .tabs__btn { flex: none; font-size: .88rem; padding: .55rem 1rem; }
  .mock-legend { font-size: .66rem; gap: .5rem; }
}

/* Visual da direita */
.tabs__media { position: relative; border-radius: var(--r-lg, 20px); overflow: hidden; border: 1px solid var(--linha);
  background: var(--preto-2, #0a0d14); min-height: 300px; display: grid; place-items: center; }
.tabs__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tabs__media--pad { padding: clamp(1.25rem, 2.5vw, 2rem); }

/* Mockup: agenda instavel (aba Diagnostico) */
.mock-bars { display: flex; align-items: flex-end; gap: .55rem; height: 190px; width: 100%; }
.mock-bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: rgba(255,255,255,.1); height: var(--h); }
.mock-bars i.up { background: var(--grad-azul, #1A65FF); box-shadow: 0 0 16px -4px var(--azul-glow, rgba(26,101,255,.6)); }
.mock-legend { display: flex; justify-content: space-between; margin-top: 1rem; font-size: .74rem; color: var(--muted-2, #6b7280); letter-spacing: .06em; text-transform: uppercase; }

/* Mockup: fases do metodo (aba Metodo E4) */
.mock-steps { display: grid; gap: .7rem; width: 100%; }
.mock-step { display: flex; align-items: center; gap: .9rem; padding: .95rem 1.1rem; border: 1px solid var(--linha); border-radius: 14px; background: rgba(255,255,255,.025); }
.mock-step b { font-family: var(--font-display); color: var(--azul-claro); font-size: .95rem; flex: none; }
.mock-step span { color: var(--muted); font-size: .9rem; }
.mock-step:nth-child(1) { margin-left: 0; }
.mock-step:nth-child(2) { margin-left: 1.2rem; }
.mock-step:nth-child(3) { margin-left: 2.4rem; }
.mock-step:nth-child(4) { margin-left: 3.6rem; border-color: rgba(26,101,255,.45); background: rgba(26,101,255,.08); }
@media (max-width: 520px) { .mock-step { margin-left: 0 !important; } }

/* Mockup: frentes (aba Frentes) */
.mock-frentes { display: grid; gap: .8rem; width: 100%; }
.mock-frente { display: flex; align-items: center; gap: .9rem; padding: 1rem 1.15rem; border: 1px solid var(--linha); border-radius: 14px; background: rgba(255,255,255,.025); color: var(--muted); font-size: .93rem; transition: border-color .25s, transform .25s, color .25s; }
.mock-frente:hover { border-color: rgba(26,101,255,.5); transform: translateX(4px); color: #fff; }
.mock-frente svg { width: 20px; height: 20px; flex: none; color: var(--azul-claro); }
.mock-frente .seta { margin-left: auto; opacity: .5; }

/* ===================== PASSOS DO CONTATO ===================== */
.split--contato { align-items: center; }
.passos { display: grid; gap: 0; }
.passo {
  display: flex; align-items: flex-start; gap: 1.1rem;
  border: 1px solid var(--linha); border-radius: var(--r-lg, 18px);
  background: var(--surface, rgba(255,255,255,.02));
  padding: 1.35rem 1.5rem;
  transition: border-color .3s, transform .3s;
}
.passo:hover { border-color: rgba(26,101,255,.45); transform: translateY(-2px); }
.passo__ic {
  width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: rgba(26,101,255,.12); border: 1px solid rgba(26,101,255,.25); color: var(--azul-claro);
}
.passo__ic svg { width: 21px; height: 21px; }
.passo__n {
  font-family: var(--font-display); font-weight: 700; color: var(--azul-claro);
  font-size: .8rem; letter-spacing: .1em; display: block; margin-bottom: .15rem;
}
.passo h3 { font-size: 1.02rem; margin: 0 0 .35rem; line-height: 1.3; }
.passo p { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 0; }

/* Conector animado entre o passo 1 e o passo 2 */
.passos__link { height: 46px; display: grid; place-items: center; position: relative; }
.passos__link::before {
  content: ""; position: absolute; top: 0; bottom: 0; width: 2px; border-radius: 2px;
  background: linear-gradient(180deg, rgba(26,101,255,.55), rgba(26,101,255,.12));
}
.passos__link::after {
  content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%;
  background: var(--azul-claro); box-shadow: 0 0 12px 2px var(--azul-glow, rgba(26,101,255,.6));
  animation: passo-desce 2.4s ease-in-out infinite;
}
@keyframes passo-desce {
  0%   { top: 2px;  opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: calc(100% - 9px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .passos__link::after { animation: none; top: 50%; margin-top: -3.5px; }
}
@media (max-width: 900px) { .passos { margin-bottom: 2rem; } }

/* Depoimentos dentro da secao de resultados */
.cases-depo { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: clamp(2rem, 3.5vw, 2.75rem); border-top: 1px solid var(--linha); }
.cases-depo__titulo { font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2, #6b7280); margin-bottom: 1.5rem; }

/* Coluna da esquerda (cabecalho + passos) acompanha a altura do formulario */
.split--contato { align-items: stretch; }
.contato-info { display: flex; flex-direction: column; min-width: 0; }
/* dentro da coluna o cabecalho nao herda a margem grande de secao */
.contato-info .sec-head { margin-bottom: clamp(1.6rem, 2.6vw, 2.25rem); max-width: none; flex: none; }
.split--contato .passos { flex: none; display: flex; flex-direction: column; }
.split--contato .passo { flex: none; }
/* os dois passos ficam colados: quem fecha a coluna e a foto abaixo deles */
.split--contato .passos__link { flex: none; height: 46px; min-height: 46px; }

/* Foto que ocupa a folga da coluna e termina na mesma altura do formulario */
.contato-foto {
  position: relative; overflow: hidden; margin-top: 1.5rem; flex: 1 1 auto; min-height: 240px;
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg, 18px);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.contato-foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; z-index: 0; transition: opacity .3s ease; }
.contato-foto::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(9,13,22,.3) 0%, rgba(9,13,22,.72) 45%, rgba(9,13,22,.96) 100%);
}
.contato-foto:hover img { opacity: .68; }
.contato-foto__cap {
  position: relative; z-index: 2; margin: 0; padding: 1.4rem 1.5rem; color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem; line-height: 1.4;
}
/* No mobile a coluna vira uma pilha acima do formulario: a foto so atrasaria o caminho ate ele. */
@media (max-width: 900px) { .contato-foto { display: none; } }
@media (max-width: 900px) {
  .contato-info .sec-head { margin-bottom: 1.75rem; }
  .split--contato .passos { flex: none; }
  .split--contato .passos__link { flex: none; height: 46px; }
}

/* ---------- 24. Utilitários legais ---------- */
/* Links de documentos no rodapé inferior */
.footer__legal { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer__legal a { color: var(--muted-2); transition: color .2s; }
.footer__legal a:hover { color: #fff; }

/* Aviso de tratamento de dados abaixo do botão do formulário */
.form__consent { margin-top: 0.9rem; font-size: 0.78rem; line-height: 1.55; color: var(--muted-2); }
.form__consent a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; transition: color .2s; }
.form__consent a:hover { color: #fff; }

/* ---------- 24. Alinhamento central ----------
   Padrão do site: cabeçalho de seção, hero e faixas de chamada centralizados.
   O conteúdo interno de cards, listas e painéis segue à esquerda,
   que é onde a leitura corrida funciona melhor. */

/* Cabeçalho de seção, dialeto v3 (.sec-head) */
.sec-head { margin-inline: auto; text-align: center; }
.sec-head__meta { justify-content: center; }
.sec-head__title .lead { margin-inline: auto; }
.sec-head .stats--sm { justify-content: center; }

/* Cabeçalho de seção, dialeto v2 (.center passa a ser redundante) */
.section__head { margin-inline: auto; text-align: center; }
.section__head .lead { margin-inline: auto; }

/* Hero */
.hero__inner { margin-inline: auto; text-align: center; }
.hero h1, .hero .lead { margin-inline: auto; }
.hero__meta, .hero__actions, .hero__trust { justify-content: center; }

/* Hero com painel lateral: empilha o painel abaixo do texto, centralizado.
   O conteúdo do painel continua alinhado à esquerda. */
.hero__inner:has(.hero__panel) {
  grid-template-columns: 1fr;
  max-width: 900px;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}
.hero__panel {
  order: 2; text-align: left;
  margin-inline: auto; width: 100%; max-width: 560px;
}
/* Empilhado, o hero fica naturalmente mais alto: encurta o respiro de baixo
   para o conteúdo seguinte não ser empurrado longe demais. */
.hero:has(.hero__panel) { padding-bottom: clamp(2.5rem, 4vw, 3.5rem); }

/* Faixa de chamada final: texto em cima, botão abaixo, tudo centralizado */
.cta-band {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.cta-band p { margin-inline: auto; }

/* ============================================================
   ESCALA DE INTERFACE — desktop
   A partir de 1024px a raiz cai para 90% (16px -> 14.4px), o que
   encolhe em 10% toda a tipografia, os espacos e os raios escritos
   em rem. Notebooks de 13" a 15" passam a mostrar mais conteudo por
   tela sem precisar de zoom no navegador. Celular e tablet seguem
   na escala original.
   ============================================================ */
@media (min-width: 1024px) {
  html { font-size: 90%; }
  :root {
    --nav-h: 65px;
    --r-sm: 9px; --r-md: 13px; --r-lg: 16px; --r-xl: 22px;
  }
}
