/* ===========================================================================
   GrindSet — landing B2B (grindset.com.br), rodada 5.
   Réplica da referência 3 com telas REAIS do app (assets/telas/).
   Cores: os dois temas do app (web/src/compartilhado/estilos/tokens.css).
     escuro  = tema do aluno (fundo da página)        → :root
     claro   = tema do painel da equipe (seções claras) → .tema-claro
   Vermelho = --gs-acao (botão primário, card cheio) e --gs-marca (acento).
   Container 1200 · espaço em múltiplos de 8 · raio 16 (tile) / 20 (card) / 999 (pílula).
   Movimento: só o herói (glow + subida), uma vez, no carregamento.
   =========================================================================== */

@font-face {
  font-family: "Archivo";
  src: url("fonts/archivo-variable-latin.woff2") format("woff2-variations"),
       url("fonts/archivo-variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Fallback";
  src: local("Arial"), local("Helvetica"), local("Liberation Sans");
  size-adjust: 101.62%;
  ascent-override: 86.4%;
  descent-override: 20.66%;
  line-gap-override: 0%;
}

/* ---------------------------------------------------------------- tokens: tema escuro (aluno) */
:root {
  --gs-parede: #0c0d0f;
  --gs-painel: #17191c;
  --gs-recuo: #212429;
  --gs-elevado: #1d2024;
  --gs-tinta: #f3f4f6;
  --gs-tinta-2: #d5d8dd;
  --gs-texto-2: #b3b8c0;
  --gs-texto-3: #8c929b;
  --gs-sobre-tinta: #0c0d0f;
  --gs-fio: #2a2d32;
  --gs-fio-controle: #6a7079;
  --gs-marca: #ff4538;
  --gs-acao: #d93025;
  --gs-acao-hover: #c62828;
  --gs-acao-press: #b71c1c;
  --gs-acao-texto: #ff7a6e;
  --gs-sobre-acao: #ffffff;
  --gs-foco: #6ea8ff;
  --gs-ok: #3dd68c;
  --gs-anel-painel: inset 0 0 0 1px rgb(255 255 255 / 0.06);
  --gs-sombra-modal: 0 16px 48px rgb(0 0 0 / 0.6);
  --gs-friso: rgb(255 255 255 / 0.28);
  --gs-fonte: "Archivo", "Archivo Fallback", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --gs-curva: cubic-bezier(0.2, 0, 0, 1);
  --gs-corte-tile-x: 16px; --gs-corte-tile-y: 22px;
  --gs-corte-hero-x: 30px; --gs-corte-hero-y: 42px;
  /* moldura de dispositivo */
  --fone-aro: #1d2024;
  --fone-fio: rgb(255 255 255 / 0.12);
  --janela-barra: #f3f4f6;
  --janela-fio: #e1e3e7;
  /* escala da landing */
  --lp-largura: 1200px;
  --lp-pad: clamp(20px, 4vw, 48px);
  --lp-secao: clamp(64px, 7vw, 104px);
  --lp-h1: clamp(2.5rem, 1.1rem + 5.4vw, 5rem);
  --lp-h2: clamp(1.875rem, 1.2rem + 2.4vw, 2.75rem);
  color-scheme: dark;
}
/* ---------------------------------------------------------------- tokens: tema claro (painel da equipe) */
.tema-claro {
  --gs-parede: #edeef0;
  --gs-painel: #ffffff;
  --gs-recuo: #f3f4f6;
  --gs-elevado: #ffffff;
  --gs-tinta: #141414;
  --gs-tinta-2: #2a2d33;
  --gs-texto-2: #4b5058;
  --gs-texto-3: #62676f;
  --gs-sobre-tinta: #ffffff;
  --gs-fio: #e1e3e7;
  --gs-fio-controle: #7b808a;
  --gs-marca: #e53935;
  --gs-acao: #c62828;
  --gs-acao-hover: #b71c1c;
  --gs-acao-press: #9f1d1d;
  --gs-acao-texto: #b42318;
  --gs-foco: #175cd3;
  --gs-ok: #067647;
  --gs-anel-painel: inset 0 0 0 1px rgb(20 20 20 / 0.05);
  --gs-sombra-modal: 0 16px 48px rgb(20 20 20 / 0.18);
  color-scheme: light;
  background: var(--gs-parede);
  color: var(--gs-tinta);
}

/* ---------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html { font-family: var(--gs-fonte); background: var(--gs-parede); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-synthesis: none; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-size: 1rem; line-height: 1.5; color: var(--gs-tinta); background: var(--gs-parede); font-variant-numeric: tabular-nums; overflow-x: clip; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, ol, ul, dl, dd, figure { margin: 0; }
ol, ul { padding: 0; list-style: none; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
input, select, textarea { font-size: max(1rem, 1em); }
:focus-visible { outline: 2px solid var(--gs-foco); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--gs-tinta); color: var(--gs-sobre-tinta); }
[hidden] { display: none !important; }
.pular { position: absolute; left: 12px; top: -80px; z-index: 100; background: #fff; color: #141414; padding: 12px 16px; border-radius: 12px; font-weight: 600; }
.pular:focus { top: 12px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ic--16 { width: 16px; height: 16px; }
.ic--24 { width: 24px; height: 24px; }

.secao { padding-block: var(--lp-secao); }
.miolo { width: 100%; max-width: calc(var(--lp-largura) + 2 * var(--lp-pad)); margin-inline: auto; padding-inline: var(--lp-pad); }

/* ---------------------------------------------------------------- tipografia */
.h1 { font-size: var(--lp-h1); line-height: 1.02; letter-spacing: -0.035em; font-weight: 800; text-wrap: balance; }
.h2 { font-size: var(--lp-h2); line-height: 1.08; letter-spacing: -0.03em; font-weight: 800; text-wrap: balance; }
.h3 { font-size: 1.5rem; line-height: 1.2; letter-spacing: -0.025em; font-weight: 700; }
.lead { font-size: 1.125rem; line-height: 1.6; color: var(--gs-texto-2); max-width: 36em; text-wrap: pretty; }
.apoio { font-size: 0.9375rem; line-height: 1.55; color: var(--gs-texto-3); text-wrap: pretty; max-width: 46em; }
.acento { color: var(--gs-marca); }
.cabeca { display: grid; gap: 16px; max-width: 720px; margin-bottom: 48px; align-content: start; }
.cabeca--centro { margin-inline: auto; text-align: center; justify-items: center; }
.q { display: none; }
@media (min-width: 900px) { .q { display: inline; } }

/* ---------------------------------------------------------------- botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-size: 0.9375rem; font-weight: 600; line-height: 1; text-decoration: none; cursor: pointer; border: 1px solid transparent; white-space: nowrap; transition: background-color 150ms var(--gs-curva), border-color 150ms var(--gs-curva); }
.btn--acao { background: var(--gs-acao); color: var(--gs-sobre-acao); border-color: var(--gs-acao); }
.btn--acao:hover { background: var(--gs-acao-hover); border-color: var(--gs-acao-hover); }
.btn--acao:active { background: var(--gs-acao-press); }
.btn--sec { background: transparent; color: var(--gs-tinta); border-color: var(--gs-fio-controle); }
.btn--sec:hover { border-color: var(--gs-tinta); }
.btn--pequeno { min-height: 40px; padding: 0 16px; font-size: 0.875rem; }
.btn--grande { min-height: 56px; padding: 0 28px; font-size: 1rem; }
.btn .ic { width: 18px; height: 18px; }
.link { color: var(--gs-acao-texto); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

/* ---------------------------------------------------------------- nav em pílula */
.topo { position: sticky; top: 0; z-index: 50; padding: 12px var(--lp-pad) 0; }
.topo__in { position: relative; max-width: var(--lp-largura); margin-inline: auto; display: flex; align-items: center; gap: 16px; height: 64px; padding: 0 10px 0 22px; border-radius: 999px; background: color-mix(in srgb, var(--gs-parede) 78%, transparent); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: inset 0 0 0 1px var(--gs-fio); }
.marca { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.marca img { height: 34px; width: auto; }
.topo nav { display: none; flex: 1; }
.topo nav ul { display: flex; justify-content: center; gap: 2px; }
.topo nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; color: var(--gs-texto-2); text-decoration: none; font-size: 0.9375rem; font-weight: 500; border-radius: 999px; }
.topo nav a:hover { color: var(--gs-tinta); }
.topo__acoes { display: none; gap: 8px; margin-left: auto; }
.topo__menu { margin-left: auto; width: 44px; height: 44px; border-radius: 999px; border: 0; background: transparent; color: var(--gs-tinta); display: grid; place-items: center; cursor: pointer; }
.topo__menu .ic--x { display: none; }
.topo--aberto .topo__menu .ic--x { display: block; }
.topo--aberto .topo__menu .ic--menu { display: none; }
.topo__folha { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); padding: 8px; border-radius: 24px; background: var(--gs-elevado); box-shadow: var(--gs-sombra-modal), inset 0 0 0 1px var(--gs-fio); }
.topo--aberto .topo__folha { display: grid; gap: 4px; }
.topo__folha a { display: flex; align-items: center; min-height: 48px; padding: 0 16px; border-radius: 12px; text-decoration: none; font-weight: 500; color: var(--gs-tinta); }
.topo__folha a:hover { background: var(--gs-recuo); }
.topo__folha .btn { justify-content: center; margin-top: 4px; }
.topo__folha .btn--acao { color: var(--gs-sobre-acao); }
@media (min-width: 960px) {
  .topo__in { height: 72px; padding: 0 12px 0 26px; }
  .marca img { height: 38px; }
  .topo nav { display: block; }
  .topo__acoes { display: flex; margin-left: 0; }
  .topo__menu, .topo__folha { display: none !important; }
}

/* ---------------------------------------------------------------- herói */
.heroi { position: relative; padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(40px, 5vw, 72px); overflow: hidden; }
.heroi__glow { position: absolute; left: 50%; top: -160px; width: min(1600px, 180vw); height: 960px; transform: translateX(-50%); pointer-events: none; z-index: 0; background: radial-gradient(46% 40% at 50% 42%, rgb(217 48 37 / 0.58) 0%, rgb(217 48 37 / 0.3) 30%, rgb(217 48 37 / 0.1) 56%, transparent 74%); opacity: 0; transition: opacity 1400ms var(--gs-curva); }
.pronto .heroi__glow, .sem-js .heroi__glow { opacity: 1; }
.heroi__texto { position: relative; z-index: 1; display: grid; gap: 24px; justify-items: center; text-align: center; max-width: 1040px; margin-inline: auto; padding-top: 16px; opacity: 0; transform: translateY(12px); transition: opacity 700ms var(--gs-curva) 120ms, transform 700ms var(--gs-curva) 120ms; }
.pronto .heroi__texto, .sem-js .heroi__texto { opacity: 1; transform: none; }
.heroi .lead { text-align: center; max-width: 38em; font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem); color: var(--gs-tinta-2); }
.selo { display: inline-flex; align-items: center; gap: 10px; min-height: 36px; padding: 0 14px 0 12px; border-radius: 999px; background: color-mix(in srgb, var(--gs-painel) 72%, transparent); box-shadow: inset 0 0 0 1px var(--gs-fio); font-size: 0.8125rem; font-weight: 500; color: var(--gs-texto-2); text-decoration: none; }
.selo i { width: 8px; height: 8px; border-radius: 50%; background: var(--gs-marca); box-shadow: 0 0 0 3px rgb(255 69 56 / 0.2); }
.selo .ic { color: var(--gs-texto-3); }
.acoes { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }

/* faixa de três tiles com recortes reais (ref.: 1 : 1 : 2,2) */
.faixa { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: clamp(40px, 5vw, 64px); opacity: 0; transform: translateY(16px); transition: opacity 800ms var(--gs-curva) 320ms, transform 800ms var(--gs-curva) 320ms; }
.pronto .faixa, .sem-js .faixa { opacity: 1; transform: none; }
.tile { background: var(--gs-painel); border-radius: 16px; box-shadow: var(--gs-anel-painel); padding: 20px; min-width: 0; display: grid; grid-template-rows: auto 1fr; gap: 16px; align-content: start; }
.tile__cab { display: flex; align-items: center; gap: 8px; font-size: 0.8125rem; font-weight: 500; color: var(--gs-texto-2); }
.tile__cab .ic { width: 16px; height: 16px; color: var(--gs-texto-3); }
.tile__cab span:last-child { margin-left: auto; color: var(--gs-texto-3); font-weight: 400; }
.tile__corpo { display: grid; gap: 12px; align-content: start; }
.recorte { border-radius: 12px; overflow: hidden; }
.recorte--claro { background: #fff; box-shadow: 0 0 0 1px rgb(255 255 255 / 0.08); }
.recorte--escuro { box-shadow: 0 0 0 1px rgb(255 255 255 / 0.06); }
.recorte img { width: 100%; }
.tile--grafico .tile__corpo { align-content: end; height: 100%; }
.faixa__nota { position: relative; z-index: 1; font-size: 0.8125rem; color: var(--gs-texto-3); text-align: center; margin-top: 16px; }
@media (min-width: 720px) { .faixa { grid-template-columns: 1fr 1fr; } .tile--grafico { grid-column: 1 / -1; } }
@media (min-width: 1000px) { .faixa { grid-template-columns: 1fr 1.2fr 2fr; } .tile--grafico { grid-column: auto; } }

/* ---------------------------------------------------------------- molduras de dispositivo */
.fone { position: relative; width: 100%; max-width: 300px; margin-inline: auto; padding: 8px; border-radius: 44px; background: var(--fone-aro); box-shadow: inset 0 0 0 1px var(--fone-fio), 0 24px 60px rgb(0 0 0 / 0.45); }
.fone__tela { position: relative; border-radius: 36px; overflow: hidden; background: #0c0d0f; }
.fone__tela::before { content: ""; display: block; height: 30px; background: #0c0d0f; }
.fone__tela::after { content: ""; position: absolute; left: 50%; top: 8px; width: 92px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #000; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.05); }
.fone__tela img { width: 100%; }
.fone__base { position: absolute; left: 50%; bottom: 8px; width: 108px; height: 4px; transform: translateX(-50%); border-radius: 999px; background: rgb(255 255 255 / 0.55); z-index: 1; }
.fone--corte { max-width: 320px; margin-bottom: -24px; margin-inline: auto; }
.fone--corte .fone__base { display: none; }
.janela { border-radius: 16px; overflow: hidden; background: var(--gs-painel); box-shadow: 0 0 0 1px var(--janela-fio), 0 24px 64px rgb(20 20 20 / 0.16); }
.janela__barra { display: flex; align-items: center; gap: 12px; height: 40px; padding: 0 14px; background: var(--janela-barra); border-bottom: 1px solid var(--janela-fio); }
.janela__barra i { width: 10px; height: 10px; border-radius: 50%; background: #c8ccd2; }
.janela__barra i + i { margin-left: -6px; }
.janela__url { flex: 1; max-width: 360px; margin-inline: auto; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #fff; box-shadow: inset 0 0 0 1px var(--janela-fio); font-size: 0.75rem; color: #62676f; }
.janela img { width: 100%; }
.janela--escura { --janela-barra: #1d2024; --janela-fio: #2a2d32; background: #0c0d0f; box-shadow: 0 0 0 1px var(--janela-fio), 0 24px 64px rgb(0 0 0 / 0.5); }
.janela--escura .janela__barra i { background: #4b5058; }
.janela--escura .janela__url { background: #0c0d0f; color: #8c929b; }

/* ---------------------------------------------------------------- produto (seção clara) */
.produto { display: grid; gap: 48px; }
.produto__texto { display: grid; gap: 20px; align-content: start; }
.produto__texto .acoes { justify-content: flex-start; margin-top: 4px; }
.produto__lista { display: grid; gap: 12px; margin-top: 4px; }
.produto__lista li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.9375rem; line-height: 1.5; color: var(--gs-texto-2); }
.produto__lista .ic { width: 20px; height: 20px; color: var(--gs-acao-texto); margin-top: 2px; }
.produto__lista b { color: var(--gs-tinta); font-weight: 600; }
.palco { position: relative; display: grid; gap: 16px; }
.flutua { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px var(--janela-fio), var(--gs-sombra-modal); }
.flutua img { width: 100%; }
.palco__flutuantes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
@media (min-width: 1000px) {
  .produto { grid-template-columns: minmax(300px, 0.9fr) 2fr; gap: 56px; align-items: start; }
  .palco { padding: 0 0 72px 0; }
  .palco__flutuantes { display: contents; }
  .flutua--esq { position: absolute; left: -32px; bottom: 0; width: 46%; }
  .flutua--dir { position: absolute; right: -24px; top: 18%; width: 30%; }
}

/* ---------------------------------------------------------------- três cards altos */
.trio { display: grid; gap: 16px; grid-template-columns: 1fr; }
.card { position: relative; display: flex; flex-direction: column; gap: 12px; min-height: 560px; padding: 28px; border-radius: 20px; background: var(--gs-painel); box-shadow: var(--gs-anel-painel); overflow: hidden; }
.card__icone { width: 44px; height: 44px; border-radius: 12px; background: var(--gs-recuo); display: grid; place-items: center; color: var(--gs-tinta); margin-bottom: 12px; }
.card__rotulo { font-size: 0.8125rem; font-weight: 500; color: var(--gs-texto-3); }
.card h3 { font-size: 1.625rem; line-height: 1.15; letter-spacing: -0.025em; font-weight: 700; text-wrap: balance; }
.card > p:not(.card__rotulo) { color: var(--gs-texto-2); font-size: 0.9375rem; line-height: 1.55; max-width: 30em; }
.card figure { margin-top: auto; padding-top: 20px; }
.card__base { margin: 0 -28px -28px; padding: 0 20px; }
.card__base .recorte { border-radius: 12px 12px 0 0; }
.card--acao { background: var(--gs-acao); color: #fff; clip-path: polygon(0 0, calc(100% - var(--gs-corte-hero-x)) 0, 100% var(--gs-corte-hero-y), 100% 100%, 0 100%); box-shadow: none; }
.card--acao::after { content: ""; position: absolute; top: 0; right: 0; width: var(--gs-corte-hero-x); height: var(--gs-corte-hero-y); pointer-events: none; background: linear-gradient(to top right, transparent calc(50% - 1.5px), rgb(255 255 255 / 0.5) calc(50% - 1.5px), rgb(255 255 255 / 0.5) 50%, transparent 50%); }
.card--acao .card__icone { background: rgb(255 255 255 / 0.16); color: #fff; }
.card--acao .card__rotulo { color: rgb(255 255 255 / 0.78); }
.card--acao > p:not(.card__rotulo) { color: rgb(255 255 255 / 0.9); }
.card--acao .recorte--claro { box-shadow: 0 8px 24px rgb(0 0 0 / 0.2); }
.card .fone--corte { width: 100%; }
@media (min-width: 900px) { .trio { grid-template-columns: repeat(3, 1fr); } }

/* ---------------------------------------------------------------- recursos */
.recursos { display: grid; gap: 16px; grid-template-columns: 1fr; }
.rec { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: 16px; background: var(--gs-painel); box-shadow: var(--gs-anel-painel); overflow: hidden; }
.rec .card__icone { width: 40px; height: 40px; margin-bottom: 4px; }
.rec h3 { font-size: 1.25rem; line-height: 1.2; letter-spacing: -0.02em; font-weight: 700; }
.rec > p { color: var(--gs-texto-2); font-size: 0.9375rem; line-height: 1.55; }
.rec ul { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.rec li { font-size: 0.75rem; font-weight: 500; color: var(--gs-texto-2); background: var(--gs-recuo); border-radius: 8px; padding: 5px 9px; }
.rec figure { margin-top: auto; padding-top: 20px; }
.rec figure .recorte { max-height: 200px; }
.rec--acao { background: var(--gs-acao); color: #fff; clip-path: polygon(0 0, calc(100% - var(--gs-corte-tile-x)) 0, 100% var(--gs-corte-tile-y), 100% 100%, 0 100%); box-shadow: none; }
.rec--acao .card__icone { background: rgb(255 255 255 / 0.16); color: #fff; }
.rec--acao > p { color: rgb(255 255 255 / 0.9); }
.rec--acao li { background: rgb(255 255 255 / 0.14); color: #fff; }
.rec--acao .recorte--claro { box-shadow: 0 8px 24px rgb(0 0 0 / 0.2); }
.rec--texto figure { display: none; }
.rec .fone--mini { max-width: 100%; }
@media (min-width: 640px) { .recursos { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .recursos { grid-template-columns: repeat(3, 1fr); } }

/* ---------------------------------------------------------------- EVO (seção clara) */
.evo { display: grid; gap: 32px; }
.evo__texto { display: grid; gap: 16px; align-content: start; }
.evo__lista { background: var(--gs-painel); border-radius: 16px; box-shadow: var(--gs-anel-painel); padding: 8px 24px; }
.evo__lista li { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; padding: 16px 0; border-top: 1px solid var(--gs-fio); font-size: 0.9375rem; }
.evo__lista li:first-child { border-top: 0; }
.evo__lista strong { font-weight: 600; }
.evo__lista p { grid-column: 1 / -1; color: var(--gs-texto-2); font-size: 0.875rem; line-height: 1.5; }
.orig { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 8px; font-size: 0.75rem; font-weight: 600; white-space: nowrap; }
.orig--evo { background: var(--gs-recuo); color: var(--gs-texto-2); }
.orig--parcial { background: #fdf1e7; color: #93370d; }
.orig--gs { background: var(--gs-tinta); color: var(--gs-sobre-tinta); }
.evo__sem { display: grid; gap: 24px; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--gs-fio); align-items: center; }
.evo__sem .h3 { margin-bottom: 8px; }
@media (min-width: 900px) { .evo { grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; } .evo__sem { grid-template-columns: 1fr 1.2fr; gap: 56px; } }

/* ---------------------------------------------------------------- instalação (PWA) */
.pwa { display: grid; gap: 40px; align-items: center; }
.pwa__texto { display: grid; gap: 20px; }
.passos { display: grid; gap: 0; margin-top: 8px; background: var(--gs-painel); border-radius: 16px; box-shadow: var(--gs-anel-painel); }
.passos li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 14px 18px; border-top: 1px solid var(--gs-fio); font-size: 0.9375rem; color: var(--gs-texto-2); line-height: 1.5; }
.passos li:first-child { border-top: 0; }
.passos li b { color: var(--gs-tinta); font-weight: 600; }
.passo { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; color: var(--gs-tinta); line-height: 1; }
@media (min-width: 900px) { .pwa { grid-template-columns: 1.1fr 1fr; gap: 64px; } }

/* ---------------------------------------------------------------- LGPD */
.lgpd-grade { display: grid; gap: 32px; }
.lgpd { display: grid; gap: 0 32px; }
.lgpd li { padding: 18px 0; border-top: 1px solid var(--gs-fio); }
.lgpd strong { font-size: 1rem; font-weight: 600; display: block; margin-bottom: 4px; }
.lgpd p { color: var(--gs-texto-2); font-size: 0.9375rem; line-height: 1.55; }
@media (min-width: 720px) { .lgpd { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .lgpd-grade { grid-template-columns: 0.8fr 1.6fr; gap: 64px; } .lgpd-grade .cabeca { margin-bottom: 0; } }

/* ---------------------------------------------------------------- piloto + FAQ */
.piloto { display: grid; gap: 20px; padding: 28px; border-radius: 20px; background: var(--gs-painel); box-shadow: var(--gs-anel-painel); margin-bottom: 64px; }
.piloto p { font-size: 1.125rem; line-height: 1.5; letter-spacing: -0.01em; max-width: 40em; text-wrap: pretty; }
@media (min-width: 900px) { .piloto { grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 32px 36px; } }
.faq { display: grid; gap: 32px; }
.faq .cabeca { margin-bottom: 0; }
.faq__lista { border-top: 1px solid var(--gs-fio); }
.faq details { border-bottom: 1px solid var(--gs-fio); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 64px; padding: 16px 0; font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { color: var(--gs-texto-3); transition: transform 200ms var(--gs-curva); }
.faq details[open] summary .ic { transform: rotate(180deg); }
.faq details > div { padding: 0 0 24px; color: var(--gs-texto-2); max-width: 44em; display: grid; gap: 12px; line-height: 1.6; }
@media (min-width: 900px) { .faq { grid-template-columns: 0.8fr 1.6fr; gap: 64px; } }

/* ---------------------------------------------------------------- CTA + formulário (seção clara) */
.final__in { display: grid; gap: 40px; }
.final .cabeca { margin-bottom: 0; }
.form { display: grid; gap: 16px; padding: 28px; border-radius: 20px; background: var(--gs-painel); box-shadow: var(--gs-anel-painel); }
.campo { display: grid; gap: 6px; }
.campo label { font-size: 0.875rem; font-weight: 500; color: var(--gs-texto-2); }
.campo input, .campo select { height: 52px; border-radius: 12px; border: 1px solid var(--gs-fio-controle); background: var(--gs-painel); padding: 0 14px; color: var(--gs-tinta); width: 100%; }
.campo select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gs-texto-3) 50%), linear-gradient(135deg, var(--gs-texto-3) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.campo input:focus-visible, .campo select:focus-visible { outline: 2px solid var(--gs-foco); outline-offset: 1px; border-color: var(--gs-foco); }
.campo [aria-invalid="true"] { border-color: #b42318; }
.erro { font-size: 0.8125rem; color: #b42318; font-weight: 500; }
.form__duplo { display: grid; gap: 16px; }
.form .btn { justify-self: start; min-height: 52px; }
.form__nota { font-size: 0.8125rem; color: var(--gs-texto-3); }
.form__ok { font-size: 0.9375rem; padding: 12px 14px; border-radius: 12px; background: #e7f5ec; color: #067647; }
@media (min-width: 640px) { .form__duplo { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .final__in { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }

/* ---------------------------------------------------------------- rodapé */
.rodape { padding: 40px 0 32px; border-top: 1px solid var(--gs-fio); }
.rodape__in { display: grid; gap: 24px; align-items: center; }
.rodape ul { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.rodape a { color: var(--gs-texto-2); text-decoration: none; font-size: 0.875rem; min-height: 44px; display: inline-flex; align-items: center; }
.rodape a:hover { color: var(--gs-tinta); }
.rodape p { font-size: 0.8125rem; color: var(--gs-texto-3); }
.rodape .marca img { height: 32px; }
@media (min-width: 900px) { .rodape__in { grid-template-columns: auto 1fr auto; } .rodape ul { justify-content: center; } }

/* ---------------------------------------------------------------- movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .heroi__glow, .heroi__texto, .faixa { transition: none; opacity: 1; transform: none; }
  .btn, .faq summary .ic { transition: none; }
}
