/* Barzel: landing page (conheca.html), versão 4.
   Esqueleto no modelo da Strand (moldura central com hairlines, herói de
   texto à esquerda e objeto à direita, três passos, faixa de confiança, tese,
   produto em blocos, marquee, números, depoimentos, perguntas, fecho) com a
   identidade do Barzel: preto puro, Optician Sans em caixa alta nos títulos,
   Google Sans Flex no resto, azul na ação, neon no realce, hairline no lugar
   de sombra, aresta reta e chanfro no botão primário. Os objetos em três
   dimensões são os da marca: o iPhone 17 Pro Max prata com a tela real do app
   (o mesmo desenho das artes da loja) e o símbolo B extrudado em aço.
   Mobile primeiro: os blocos de min-width abaixo só somam. */

:root {
  --preto: #000000;
  --branco: #FFFFFF;
  --azul: #0047BB;
  --neon: #009ACE;
  --cinza-900: #53565A;
  --cinza-600: #888B8D;
  --cinza-400: #B1B3B3;
  --cinza-200: #D9D9D6;
  --card-hi: #141414;
  --card-lo: #0A0A0A;
  --hairline: rgba(255, 255, 255, 0.10);
  --hairline-forte: rgba(255, 255, 255, 0.18);
  --ok: #35C77B;
  --atencao: #F5B324;
  --erro: #E5484D;
  --font-titulo: "Optician Sans", "Google Sans Flex", -apple-system, sans-serif;
  --font-ui: "Google Sans Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --chanfro: 9px;
  --clip-chanfro: polygon(var(--chanfro) 0, 100% 0, 100% calc(100% - var(--chanfro)), calc(100% - var(--chanfro)) 100%, 0 100%, 0 var(--chanfro));
  --larg: 1220px;
  --gutter: 20px;
  --mx: 0.5;
  --my: 0.5;
  --aco: linear-gradient(104deg, #5c5e61 0%, #d9d9d6 26%, #f4f4f2 38%, #9a9c9e 50%, #f0f0ee 62%, #77797c 78%, #4a4c4f 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { background: var(--preto); color: var(--branco); font-family: var(--font-ui); font-size: 16px; line-height: 1.55; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--neon); outline-offset: 3px; }
::selection { background: var(--azul); color: var(--branco); }

.moldura { width: 100%; max-width: var(--larg); margin: 0 auto; }
.sec { position: relative; border-top: 1px solid var(--hairline); }

/* ---------- tipografia ---------- */
.kicker { font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--neon); margin-bottom: 16px; }
.kicker.cinza { color: var(--cinza-600); }
h1, h2 { font-family: var(--font-titulo); font-weight: 400; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.04; text-wrap: balance; }
h1 { font-size: clamp(30px, 7.2vw, 62px); }
h2 { font-size: clamp(26px, 5.2vw, 46px); }
h3 { font-family: var(--font-ui); font-weight: 600; font-size: clamp(22px, 3vw, 30px); line-height: 1.2; letter-spacing: -0.01em; }
.lead { font-size: clamp(16px, 1.9vw, 19px); line-height: 1.55; color: var(--cinza-400); max-width: 34em; }
p b, .lead b { color: var(--branco); font-weight: 600; }
.txt { color: var(--cinza-400); max-width: 36em; }
.num { font-variant-numeric: tabular-nums; }
.aco { background-image: var(--aco); background-size: 220% 100%; background-position: calc(var(--sheen, 0.5) * 100%) 0; -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- botões e selos de loja ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; font-family: var(--font-ui); font-weight: 600; font-size: 15px; background: var(--azul); color: var(--branco); clip-path: var(--clip-chanfro); transition: background 0.2s ease, transform 0.2s ease; white-space: nowrap; }
.btn:hover { background: #0A55D6; }
.btn:active { transform: scale(0.985); }
.btn.claro { background: var(--branco); color: var(--preto); }
.btn.claro:hover { background: var(--cinza-200); }
.btn.linha { background: none; clip-path: none; border: 1px solid var(--hairline-forte); font-weight: 500; }
.btn.linha:hover { border-color: var(--branco); background: rgba(255, 255, 255, 0.04); }
.btn.mini { min-height: 40px; padding: 0 16px; font-size: 14px; --chanfro: 7px; }
.link-seta { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--branco); }
.link-seta i { width: 22px; height: 22px; border: 1px solid var(--hairline-forte); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 12px; transition: border-color 0.2s, color 0.2s; }
.link-seta:hover i { border-color: var(--neon); color: var(--neon); }

/* selos das lojas: o objeto que todo mundo reconhece, sem arredondar */
.lojas { display: flex; flex-wrap: wrap; gap: 10px; }
.selo { display: inline-flex; align-items: center; gap: 12px; min-height: 56px; padding: 0 18px 0 14px; background: var(--branco); color: var(--preto); border: 1px solid var(--branco); transition: background 0.2s, transform 0.2s; min-width: 190px; }
.selo:hover { background: var(--cinza-200); }
.selo:active { transform: scale(0.985); }
.selo svg { width: 26px; height: 26px; flex: none; }
.selo .t { display: grid; line-height: 1.1; }
.selo .t small { font-size: 10.5px; letter-spacing: 0.02em; color: var(--cinza-900); }
.selo .t b { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.selo.escuro { background: var(--card-hi); color: var(--branco); border-color: var(--hairline-forte); }
.selo.escuro:hover { background: #1c1c1c; border-color: var(--branco); }
.selo.escuro .t small { color: var(--cinza-400); }
.ou-nav { font-size: 13.5px; color: var(--cinza-600); margin-top: 12px; }
.ou-nav a { color: var(--branco); border-bottom: 1px solid var(--hairline-forte); }
.ou-nav a:hover { border-color: var(--branco); }

/* ---------- revelação ---------- */
html.js .rev { opacity: 0; transform: translateY(22px); transition: opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
html.js .rev.in { opacity: 1; transform: none; }
.rev.d1 { transition-delay: 0.08s; }
.rev.d2 { transition-delay: 0.16s; }
.rev.d3 { transition-delay: 0.24s; }

/* ---------- grafismo de canto (um recorte por superfície) ---------- */
.grafismo-canto { position: absolute; width: var(--gc, 160px); height: var(--gc, 160px); background: url("../assets/grafismo/grafismo-canto-branco.svg") 0 0 / 100% 100% no-repeat; opacity: var(--gc-alfa, 0.14); pointer-events: none; z-index: 0; user-select: none; }
.grafismo-canto.ne { top: calc(-1 * var(--gc-sangra, 0px)); right: calc(-1 * var(--gc-sangra, 0px)); }
.grafismo-canto.so { bottom: calc(-1 * var(--gc-sangra, 0px)); left: calc(-1 * var(--gc-sangra, 0px)); transform: scale(-1); }

/* ---------- topo ---------- */
.topo { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 64px; background: rgba(0, 0, 0, 0.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color 0.3s ease; }
.topo.rolou { border-bottom-color: var(--hairline); }
/* o cabeçalho e a barra de baixo pedem a mesma coisa: só um aparece por vez */
.topo .btn.mini { transition: opacity 0.25s ease, transform 0.25s ease; }
.topo.sem-cta .btn.mini { opacity: 0; transform: translateY(-6px); pointer-events: none; }
.topo .moldura { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); }
.topo .marca img { height: 18px; width: auto; }
.topo nav { display: none; gap: 28px; }
.topo nav a { font-size: 14px; font-weight: 500; color: var(--cinza-400); transition: color 0.2s; }
.topo nav a:hover { color: var(--branco); }

/* ---------- herói ---------- */
.heroi { position: relative; padding-top: 64px; overflow: hidden; isolation: isolate; }
.heroi-luz { position: absolute; z-index: 0; pointer-events: none; width: 900px; height: 900px; right: -320px; top: 140px; background: radial-gradient(closest-side, rgba(0, 71, 187, 0.22), rgba(0, 71, 187, 0) 70%); }
.heroi-grid { position: relative; z-index: 1; display: grid; gap: 0; padding: 40px var(--gutter) 0; }
.heroi h1 { margin-bottom: 16px; }
.heroi .lead { margin-bottom: 14px; }
.heroi .lead.origem { margin-bottom: 26px; }
.heroi .lead q { quotes: "\201C" "\201D"; color: var(--branco); font-weight: 500; }
.heroi .lead .ref { font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.22em; color: var(--neon); white-space: nowrap; }
/* No celular o iPhone 3D entra ENTRE os dois parágrafos do herói. A caixa de
   texto deixa de ser caixa (display: contents), os filhos dela viram irmãos
   do palco 3D, e a ordem é dada aqui. No desktop tudo volta ao normal. */
.heroi-txt { display: contents; }
/* margens negativas comem a folga transparente que o retrato do modelo tem em
   cima e embaixo, senao o aparelho fica flutuando longe do texto */
.heroi-3d { position: relative; height: 380px; overflow: hidden; order: 3; margin: -34px 0 6px; }
.heroi-txt .lead.origem { order: 4; }
.heroi-txt .lojas { order: 5; }
.heroi-txt .ou-nav { order: 6; }
.heroi-3d #fone3d { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; touch-action: pan-y; cursor: grab; }
.heroi-3d #fone3d canvas { width: 100% !important; height: 100% !important; display: block; }
.heroi.tem3d .heroi-3d #fone3d { opacity: 1; }
.heroi-3d .fone-css { position: absolute; inset: 0; transition: opacity 0.6s ease; }
.heroi.tem3d .heroi-3d .fone-css { opacity: 0; pointer-events: none; }
/* o retrato do modelo: encaixa pela ALTURA, que é como a câmera do 3D
   enquadra o aparelho, então o desenho e o modelo ficam do mesmo tamanho */
.heroi-3d .fone-poster { position: absolute; inset: 0; margin: auto; height: 100%; width: auto; max-width: 100%; object-fit: contain; transition: opacity 0.5s ease; pointer-events: none; }
.heroi.tem3d .heroi-3d .fone-poster { opacity: 0; }
.heroi-3d .fone-css .iphone-palco { top: 10px; }
.nota-3d { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); white-space: nowrap; font-family: var(--font-titulo); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cinza-600); opacity: 0; transition: opacity 0.6s; }
.heroi.tem3d .nota-3d { opacity: 1; }

/* ---------- o ritual: a gravação real do app num aparelho parado ---------- */
.ritual { padding: 64px 0 40px; overflow: hidden; }
.ritual-cab { padding: 0 var(--gutter); max-width: 760px; }
.ritual-cab h2 { margin-bottom: 16px; }
.ritual-grid { display: grid; gap: 20px; padding: 30px var(--gutter) 0; align-items: center; }
.ritual-fone { order: -1; }
.ritual-fone { position: relative; height: 470px; margin: 0 auto 6px; width: 100%; max-width: 420px; }
.ritual-fone .iphone-palco { filter: drop-shadow(0 50px 70px rgba(0, 0, 0, 0.7)) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5)); perspective: none; }
.ritual-fone .iphone { transform: scale(var(--esc, 0.55)); }
.ritual-alvo {
  position: absolute; z-index: 6; left: 50%; top: 0; width: min(78%, 300px); height: 92%;
  transform: translateX(-50%); background: none; border: 0; cursor: pointer;
  touch-action: none; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ritual-alvo:focus-visible { outline: 3px solid var(--neon); outline-offset: -4px; }
.ritual-fone.pronto .ritual-alvo { pointer-events: none; }

/* o convite ao toque: anel sobre a cafeteira, que vira progresso dos 3 s */
.toque { position: absolute; z-index: 4; left: 50%; top: 61%; width: 150px; height: 150px; margin: -75px 0 0 -75px; pointer-events: none; display: grid; place-items: center; transition: opacity 0.4s; }
.toque svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.toque .trilho { fill: none; stroke: rgba(255, 255, 255, 0.35); stroke-width: 3; }
.toque .arco { fill: none; stroke: #FFFFFF; stroke-width: 4; stroke-linecap: butt; }
.toque span { font-family: var(--font-titulo); font-size: 15px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--branco); text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.35); padding: 6px 10px; }
.toque::before { content: ""; position: absolute; inset: 14px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); animation: pulsoToque 1.8s ease-out infinite; }
.ritual-fone.segurando .toque::before, .ritual-fone.segurando .toque span { display: none; }
.ritual-fone.pronto .toque { opacity: 0; }
@keyframes pulsoToque { 0% { transform: scale(0.7); opacity: 0.9; } 100% { transform: scale(1.35); opacity: 0; } }
.ritual-reset { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); z-index: 5; font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--branco); border: 1px solid var(--hairline-forte); padding: 10px 16px; background: rgba(0, 0, 0, 0.7); }
.ritual-reset:hover { border-color: var(--branco); }
.ritual-fone::before { content: ""; position: absolute; left: 50%; top: 50%; width: 520px; height: 520px; margin: -260px 0 0 -260px; background: radial-gradient(closest-side, rgba(0, 71, 187, 0.28), rgba(0, 71, 187, 0) 70%); pointer-events: none; }
.ritual-passo { padding: 18px 0; border-top: 1px solid var(--hairline); }
.ritual-passo b { display: block; font-weight: 600; font-size: 17px; margin-bottom: 6px; }
.ritual-passo b em { font-style: normal; color: var(--neon); margin-right: 8px; font-family: var(--font-titulo); font-size: 13px; }
.ritual-passo p { color: var(--cinza-400); font-size: 14.5px; max-width: 26em; }
.ritual-nota { padding: 20px var(--gutter) 0; font-family: var(--font-titulo); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cinza-600); }

/* ---------- iPhone 17 Pro Max prata (o desenho aprovado das artes da loja, em prata) ---------- */
.iphone-palco { position: absolute; left: 0; right: 0; top: 0; bottom: 0; perspective: 1700px; perspective-origin: 50% 40%; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.65)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45)); }
.iphone { position: absolute; left: 50%; top: 0; width: 464px; height: 980px; margin-left: -232px; transform-origin: 50% 0; transform-style: preserve-3d; transform: scale(var(--esc, 0.55)) rotateY(var(--ry, -12deg)) rotateX(var(--rx, 4deg)) translateY(var(--ty, 0px)); will-change: transform; }
.iphone .espessura { position: absolute; inset: -2px; border-radius: 66px; background: linear-gradient(100deg, #d9dbdd 0%, #9fa2a5 50%, #6f7275 100%); transform: translateZ(-10px); }
.iphone .corpo { position: absolute; inset: 0; border-radius: 64px; background: linear-gradient(100deg, #f4f5f6 0%, #c7cacd 42%, #a9acaf 70%, #8b8e91 100%); }
.iphone .corpo::before { content: ""; position: absolute; inset: 3px; border-radius: 61px; background: #0b0b0b; }
.iphone .tela { position: absolute; left: 12px; top: 12px; width: 440px; height: 956px; border-radius: 52px; overflow: hidden; background: #000; box-shadow: 0 0 0 1px #050505; transform: translateZ(1px); }
.iphone .tela img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease; }
.iphone .tela img.on { opacity: 1; }
.iphone .ilha { position: absolute; left: 50%; top: 12px; width: 132px; height: 38px; margin-left: -66px; border-radius: 999px; background: #000; z-index: 2; }
.iphone .vidro { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(calc(95deg + var(--mx) * 40deg), rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 30%, transparent 46%); }
.iphone .botao { position: absolute; width: 3px; border-radius: 1.5px; background: linear-gradient(100deg, #f0f1f2 0%, #b8bbbe 50%, #8b8e91 100%); }
.iphone .botao.acao { left: -2px; top: 172px; height: 30px; }
.iphone .botao.mais { left: -2px; top: 232px; height: 66px; }
.iphone .botao.menos { left: -2px; top: 316px; height: 66px; }
.iphone .botao.power { right: -2px; top: 262px; height: 100px; }
.iphone .botao.camera { right: -2px; top: 420px; height: 44px; }

/* ---------- faixa de confiança ---------- */
.confianca { display: grid; gap: 14px; padding: 22px 0; overflow: hidden; }
.confianca .rotulo { padding: 0 var(--gutter); font-size: 13.5px; color: var(--cinza-600); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.estrelas { display: inline-flex; gap: 2px; color: var(--branco); }
.estrelas svg { width: 12px; height: 12px; fill: currentColor; }
.marquee { position: relative; 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-trilho { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.marquee.lento .marquee-trilho { animation-duration: 90s; }
.marquee.inverso .marquee-trilho { animation-direction: reverse; }
.marquee:hover .marquee-trilho { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ref-item { padding: 0 22px; font-family: var(--font-titulo); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cinza-400); white-space: nowrap; display: flex; align-items: center; gap: 22px; }
.ref-item::after { content: ""; width: 5px; height: 5px; background: var(--neon); transform: rotate(45deg); opacity: 0.8; }

/* ---------- o que é a Barzel (rede social que te desenvolve) + o B em aço ---------- */
.rede { display: grid; gap: 36px; padding: 64px var(--gutter); overflow: hidden; isolation: isolate; }
.rede h2 { margin-bottom: 16px; }
/* as quatro frentes, na ordem Deus, família, trabalho, treino */
.frentes { list-style: none; counter-reset: pilar; display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--hairline); }
.frentes li { counter-increment: pilar; padding: 20px 0 20px 46px; border-bottom: 1px solid var(--hairline); position: relative; }
.frentes li::before { content: "0" counter(pilar); position: absolute; left: 0; top: 22px; font-family: var(--font-titulo); font-size: 12px; letter-spacing: 0.14em; color: var(--neon); }
.frentes em { display: block; font-style: normal; font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cinza-400); margin-bottom: 7px; }
.frentes b { display: block; font-weight: 600; font-size: 18px; line-height: 1.3; margin-bottom: 7px; }
.frentes span { display: block; color: var(--cinza-300); font-size: 14.5px; line-height: 1.6; }
.frentes.curta li { padding: 18px 0 18px 46px; }
.frentes.curta li::before { top: 20px; }
.frentes.curta b { margin: 0; font-size: 17px; }

/* chamada curta no meio da página: quem já se convenceu não precisa do resto */
.chamada { display: grid; gap: 26px; padding: 56px var(--gutter); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: linear-gradient(180deg, rgba(0, 71, 187, 0.10), transparent 70%); text-align: center; }
.chamada h2 { font-size: clamp(26px, 6vw, 40px); margin-bottom: 10px; }
.chamada p { color: var(--cinza-300); }
.chamada .lojas { justify-content: center; }

.rede .lista { list-style: none; display: grid; gap: 0; margin-top: 26px; border-top: 1px solid var(--hairline); }
.rede .lista li { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--hairline); font-size: 14.5px; }
.rede .lista li span:first-child { color: var(--cinza-600); text-decoration: line-through; text-decoration-color: var(--cinza-900); }
.rede .lista li span:last-child { color: var(--branco); }
/* ---------- tese ---------- */
.tese { padding: 64px var(--gutter); }
.tese h2 { font-family: var(--font-ui); font-weight: 600; text-transform: none; letter-spacing: -0.015em; line-height: 1.18; font-size: clamp(24px, 3.6vw, 40px); color: var(--cinza-600); max-width: 22em; }
.tese h2 b { color: var(--branco); font-weight: 600; }
.tese .lead { margin-top: 22px; }

/* ---------- vozes: retratos e citações ---------- */
.vozes { padding: 64px 0 40px; }
.vozes-cab { padding: 0 var(--gutter) 36px; max-width: 800px; }
.vozes-cab h2 { margin-bottom: 16px; }
/* No celular os cinco retratos viram carrossel: um por vez, inteiro, em vez de
   cinco caixas empilhadas e cortadas. No desktop volta a ser grade. */
.vozes-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; -ms-overflow-style: none; border-top: 1px solid var(--hairline); }
.vozes-grid::-webkit-scrollbar { display: none; }
.vozes-grid > .voz { flex: 0 0 88%; scroll-snap-align: center; }
/* no celular o Bento XVI entra em segundo: o segundo cartão da marcação
   (Bonhoeffer) passa para a frente dele. No desktop a ordem volta a ser a da
   marcação, porque lá o Bento é o cartão grande da grade. */
.vozes-grid > .voz:nth-child(2) { order: -1; }
.vozes-pontos { display: flex; gap: 7px; justify-content: center; padding: 14px 0 0; }
.vozes-pontos i { width: 6px; height: 6px; background: var(--cinza-900, #333); transform: rotate(45deg); transition: background 0.25s; }
.vozes-pontos i.on { background: var(--neon); }
.voz { position: relative; margin: 0; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--hairline); aspect-ratio: 5 / 6; min-height: 340px; }
.voz img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; z-index: 0; transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1); }
.voz:hover img { transform: scale(1.03); }
.voz::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.92) 100%); }
.voz figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 22px var(--gutter); display: grid; gap: 8px; }
.voz q { quotes: "\201C" "\201D"; font-weight: 500; font-size: 17px; line-height: 1.35; max-width: 22em; }
.voz.grande q { font-size: clamp(19px, 2.2vw, 25px); line-height: 1.3; max-width: 18em; }
.voz b { font-weight: 600; font-size: 14px; }
.voz small { font-size: 12px; color: var(--cinza-400); }
.vozes-nota { padding: 18px var(--gutter) 0; font-size: 12.5px; color: var(--cinza-600); }

/* ---------- o corpo ---------- */
.corpo { display: grid; gap: 30px; padding: 64px var(--gutter); overflow: hidden; isolation: isolate; }
.corpo h2 { margin-bottom: 18px; }
.verso { border-left: 2px solid var(--neon); padding-left: 16px; margin: 0 0 20px; }
.verso p { font-size: clamp(17px, 2vw, 21px); font-weight: 500; line-height: 1.4; max-width: 26em; }
.verso small { display: block; margin-top: 8px; font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.24em; color: var(--neon); }
.corpo-dados { display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.corpo-dados .dado { padding-left: 0; padding-right: 0; }

/* ---------- a ciência ---------- */
#ciencia { background: var(--cinza-200); color: var(--preto); }
#ciencia .kicker { color: var(--azul); }
#ciencia .lead { color: var(--cinza-900); }
#ciencia .lead b { color: var(--preto); }
#ciencia .dados { border-top-color: rgba(0, 0, 0, 0.16); }
#ciencia .dado { border-bottom-color: rgba(0, 0, 0, 0.16); }
#ciencia .dado:nth-child(odd) { border-right-color: rgba(0, 0, 0, 0.16); }
#ciencia .dado p { color: var(--cinza-900); }
#ciencia .dado p b { color: var(--preto); }
#ciencia .dado .n small, #ciencia .dado .fonte { color: #6b6f73; }
#ciencia .dado .no-app { color: var(--azul); }
#ciencia .dado .no-app::before { color: #6b6f73; }
.ciencia-cab { padding: 64px var(--gutter) 36px; max-width: 760px; }
.ciencia-cab h2 { margin-bottom: 16px; }
.dados { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--hairline); }
.dado { padding: 30px var(--gutter); border-bottom: 1px solid var(--hairline); display: grid; gap: 10px; align-content: start; }
.dado .n { font-family: var(--font-titulo); font-size: clamp(44px, 8vw, 72px); line-height: 0.95; letter-spacing: 0.02em; }
.dado .n small { font-size: 0.42em; letter-spacing: 0.1em; color: var(--cinza-600); margin-left: 6px; }
.dado p { color: var(--cinza-400); font-size: 15px; max-width: 30em; }
.dado p b { color: var(--branco); }
.dado .fonte { font-size: 12px; color: var(--cinza-600); }
.dado .no-app { font-size: 13px; color: var(--neon); display: flex; gap: 8px; align-items: baseline; }
.dado .no-app::before { content: "NA BARZEL"; font-family: var(--font-titulo); font-size: 10px; letter-spacing: 0.2em; color: var(--cinza-600); flex: none; }

.graf { width: 100%; max-width: 260px; height: auto; margin: 4px 0 2px; }
.graf .linha { fill: none; stroke: var(--azul); stroke-width: 2.5; }
.graf .marca { stroke: rgba(0, 0, 0, 0.3); stroke-width: 1; stroke-dasharray: 3 3; }
.graf .rot { font-family: var(--font-titulo); font-size: 9px; letter-spacing: 0.12em; fill: var(--preto); }
.graf .rot.fraca { fill: #6b6f73; }
.graf .barra.forte { fill: var(--azul); }
.graf .barra.fraca { fill: rgba(0, 0, 0, 0.22); }
.graf .dias-graf rect { fill: rgba(0, 0, 0, 0.14); }
.graf .dias-graf rect.on { fill: var(--azul); }
.graf.rosca { max-width: 74px; }
.graf.rosca .trilho { fill: none; stroke: rgba(0, 0, 0, 0.14); stroke-width: 9; }
.graf.rosca .arco { fill: none; stroke: var(--azul); stroke-width: 9; stroke-linecap: butt; }

/* ---------- palco do cubo (a rede) ---------- */
/* Prancha técnica: o objeto no meio e os quatro nomes nos cantos, cada um
   preso por um fio fino que aponta para dentro. Sem losango. */
.palco-cubo { position: relative; margin: 0 auto; width: min(460px, 92vw); aspect-ratio: 1; border: 1px solid var(--hairline); }
.palco-cubo::before, .palco-cubo::after { content: ""; position: absolute; background: var(--hairline-forte); }
.palco-cubo::before { left: 14px; right: 14px; top: 50%; height: 1px; opacity: 0.35; }
.palco-cubo::after { top: 14px; bottom: 14px; left: 50%; width: 1px; opacity: 0.35; }
.pc-luz { position: absolute; inset: 8%; background: radial-gradient(closest-side, rgba(0, 154, 206, 0.20), transparent 72%); pointer-events: none; }
.pc-cena { position: absolute; left: 50%; top: 50%; width: 80%; aspect-ratio: 1; transform: translate(-50%, -50%); z-index: 2; touch-action: pan-y; cursor: grab; -webkit-tap-highlight-color: transparent; }
.pc-cena.pegando { cursor: grabbing; }
.pc-cena canvas { width: 100% !important; height: 100% !important; display: block; }
.pc-cena .cubo-reserva { position: absolute; left: 50%; top: 50%; width: 72px; height: 52px; margin: -26px 0 0 -36px; transition: opacity 0.5s ease; }
.pc-cena.tem3d .cubo-reserva { opacity: 0; }
.pc-rotulos { margin: 0; }
.pc-rot { position: absolute; z-index: 3; display: grid; gap: 3px; max-width: 42%; }
.pc-rot b { font-family: var(--font-titulo); font-weight: 400; font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--branco); }
.pc-rot em { font-style: normal; font-size: 11.5px; color: var(--cinza-600); }
/* o fio que liga o nome ao objeto */
.pc-rot::after { content: ""; position: absolute; width: 26px; height: 1px; background: linear-gradient(90deg, var(--neon), transparent); opacity: 0.65; }
.pc-rot.ne { top: 16px; left: 16px; }
.pc-rot.ne::after { left: 0; bottom: -9px; }
.pc-rot.no { top: 16px; right: 16px; text-align: right; justify-items: end; }
.pc-rot.no::after { right: 0; bottom: -9px; background: linear-gradient(270deg, var(--neon), transparent); }
.pc-rot.so { bottom: 16px; left: 16px; }
.pc-rot.so::after { left: 0; top: -9px; }
.pc-rot.se { bottom: 16px; right: 16px; text-align: right; justify-items: end; }
.pc-rot.se::after { right: 0; top: -9px; background: linear-gradient(270deg, var(--neon), transparent); }

/* ---------- produto em blocos ---------- */
.feat { display: grid; gap: 28px; padding: 60px var(--gutter); border-top: 1px solid var(--hairline); position: relative; }
.feat .idx { font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.24em; color: var(--neon); margin-bottom: 14px; }
.feat h3 { margin-bottom: 14px; }
.feat .txt { font-size: 15.5px; }
.feat ul { list-style: none; display: grid; gap: 14px; margin: 24px 0; }
.feat li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: 14px; color: var(--cinza-400); }
.feat li b { display: block; color: var(--branco); font-weight: 600; font-size: 14px; }
.feat li svg { width: 18px; height: 18px; stroke: var(--branco); fill: none; stroke-width: 1.5; margin-top: 2px; }
.vis { position: relative; min-height: 420px; border: 1px solid var(--hairline); overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 70%, rgba(0, 71, 187, 0.16), transparent 62%); }
.vis .iphone-palco { top: 30px; left: 16%; right: -16%; }
.feat.inv .vis .iphone-palco { left: -16%; right: 16%; }
.feat.inv .vis .cartao-solto { left: auto; right: 16px; }
.vis .cartao-solto { position: absolute; z-index: 2; left: 16px; bottom: 16px; max-width: 250px; background: rgba(20, 20, 20, 0.94); border: 1px solid var(--hairline-forte); padding: 12px 14px; font-size: 13px; color: var(--cinza-400); }
.vis .cartao-solto b { display: block; color: var(--branco); font-size: 13.5px; margin-bottom: 2px; }
.vis .cartao-solto .afiada { margin-top: 6px; }
.afiada { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.2em; color: var(--neon); border: 1px solid var(--neon); padding: 6px 10px; }
.afiada svg { width: 13px; height: 13px; fill: currentColor; }
.const-vis { display: grid; gap: 26px; padding: 22px; min-width: 0; }
.anel-palco { position: relative; width: 100%; max-width: 200px; aspect-ratio: 1 / 1; margin: 0 auto; }
.anel-palco svg { width: 100%; height: 100%; overflow: visible; }
.anel-palco .trilho { fill: none; stroke: rgba(255, 255, 255, 0.08); stroke-width: 14; }
.anel-palco .arco { fill: none; stroke: var(--cinza-900); stroke-width: 14; stroke-linecap: butt; transition: stroke-dashoffset 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), stroke 0.4s ease; }
.anel-centro { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.anel-num { font-family: var(--font-titulo); font-size: 60px; line-height: 1; font-variant-numeric: tabular-nums; }
.anel-de { font-family: var(--font-titulo); font-size: 10px; letter-spacing: 0.2em; color: var(--cinza-600); margin-top: 6px; }
.anel-faixa { text-align: center; font-family: var(--font-titulo); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; margin-top: 12px; transition: color 0.4s; }
.pilares { display: grid; gap: 10px; }
.pilar { display: grid; gap: 8px; padding: 10px 0; border-top: 1px solid var(--hairline); min-width: 0; }
.pilar-cab { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pilar-cab b { font-family: var(--font-titulo); font-weight: 400; font-size: 11px; letter-spacing: 0.22em; }
.pilar-cab span { font-family: var(--font-titulo); font-size: 11px; letter-spacing: 0.12em; color: var(--cinza-600); }
.pilar-cab span em { font-style: normal; color: var(--branco); }
.dias { display: flex; gap: 5px; min-width: 0; }
.dias button { flex: 1 1 0; min-width: 0; max-width: 34px; aspect-ratio: 1; height: auto; border: 1px solid var(--hairline-forte); font-family: var(--font-titulo); font-size: 11px; color: var(--cinza-400); display: flex; align-items: center; justify-content: center; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.dias button:hover { border-color: var(--branco); }
.dias button[aria-pressed="true"] { background: var(--azul); border-color: var(--azul); color: var(--branco); }
.const-dica { font-size: 12.5px; color: var(--cinza-600); }
.trilho-idx { display: none; }

/* ---------- tudo o que vem dentro ---------- */
.dentro { padding: 64px 0; overflow: hidden; }
.dentro .cab { padding: 0 var(--gutter) 28px; max-width: 700px; }
.dentro .cab h2 { margin-bottom: 12px; }
.chip { display: inline-flex; align-items: center; gap: 10px; margin: 0 5px; padding: 12px 16px; border: 1px solid var(--hairline); background: linear-gradient(180deg, var(--card-hi), var(--card-lo)); font-size: 14px; white-space: nowrap; }
.chip i { width: 6px; height: 6px; background: var(--neon); transform: rotate(45deg); flex: none; }
.chip small { color: var(--cinza-600); font-size: 12px; }
.marquee + .marquee { margin-top: 10px; }

/* ---------- números ---------- */
/* Os três números em fundo claro: é o segundo respiro da página, e o único
   depois da metade. Sem ele o trecho final é preto do começo ao fim. */
/* Secoes claras: as cores sao trocadas por variavel, entao os componentes
   (titulos, textos, icones, fios) invertem sozinhos. O que precisa continuar
   escuro dentro delas (o cartao solto, o painel da Constancia) recebe as
   cores de volta logo abaixo. */
.sec.claro { background: var(--cinza-200); color: var(--preto); --branco: #0A0A0A; --cinza-300: #3d3f42; --cinza-400: #4a4d50; --cinza-600: #6b6e70; --neon: var(--azul); --hairline: rgba(0, 0, 0, 0.12); --hairline-forte: rgba(0, 0, 0, 0.24); }
.sec.claro .grafismo-canto { background-image: url("../assets/grafismo/grafismo-canto-preto.svg"); }
.sec.claro .vis { background: radial-gradient(ellipse at 50% 70%, rgba(0, 71, 187, 0.10), transparent 62%); border-color: rgba(0, 0, 0, 0.16); }
.sec.claro .vis .cartao-solto { --branco: #FFFFFF; --cinza-300: #B1B3B3; --cinza-400: #B1B3B3; --hairline-forte: rgba(255, 255, 255, 0.18); }
.sec.claro .const-vis { background: #0A0A0A; --branco: #FFFFFF; --cinza-300: #B1B3B3; --cinza-400: #B1B3B3; --cinza-600: #888B8D; --hairline: rgba(255, 255, 255, 0.10); --hairline-forte: rgba(255, 255, 255, 0.18); --neon: #009ACE; }
.sec.claro .anel-palco .trilho { stroke: rgba(255, 255, 255, 0.08); }
/* os retratos continuam escuros dentro da secao clara: o texto deles fica branco */
.sec.claro .voz { color: #FFFFFF; --cinza-400: #B1B3B3; border-color: rgba(0, 0, 0, 0.16); }
.sec.claro .plat.principal { background: linear-gradient(180deg, rgba(0, 71, 187, 0.10), transparent 70%); }
.sec.claro .selo { background: #0A0A0A; color: #FFFFFF; border-color: #0A0A0A; }
.sec.claro .selo:hover { background: #222; }
.sec.claro .selo .t small { color: #B1B3B3; }
.sec.claro .selo.escuro { --branco: #FFFFFF; background: #0A0A0A; border-color: rgba(0, 0, 0, 0.3); }
/* no claro, o aco do GRATUITO e escuro: o brilho prateado some no cinza */
.sec.claro .aco { background-image: linear-gradient(100deg, #0A0A0A 0%, #3d3f42 22%, #0A0A0A 40%, #55585b 58%, #0A0A0A 78%, #2a2c2e 100%); }
.numeros.claro { background: var(--cinza-200); color: var(--preto); }
.numeros.claro .numero { border-color: rgba(0, 0, 0, 0.14); }
.numeros.claro .numero .n { color: var(--preto); }
.numeros.claro .numero .n small { color: var(--cinza-600); }
.numeros.claro .numero p { color: #4a4d50; }

.numeros { display: grid; grid-template-columns: 1fr; }
.numero { padding: 28px var(--gutter); border-bottom: 1px solid var(--hairline); }
.numero .n { font-family: var(--font-titulo); font-size: clamp(40px, 7vw, 64px); line-height: 1; }
.numero .n small { font-size: 0.4em; color: var(--cinza-600); letter-spacing: 0.1em; margin-left: 6px; }
.numero p { color: var(--cinza-400); font-size: 14px; margin-top: 8px; }

/* ---------- depoimentos ---------- */
.depo-topo { display: grid; gap: 26px; padding: 64px var(--gutter) 30px; align-items: center; }
.nota { border: 1px solid var(--hairline-forte); padding: 26px 22px; display: grid; gap: 8px; justify-items: center; text-align: center; background: linear-gradient(180deg, var(--card-hi), var(--card-lo)); }
.nota .n { font-family: var(--font-titulo); font-size: 76px; line-height: 0.9; letter-spacing: 0.02em; }
.nota .estrelas svg { width: 15px; height: 15px; }
.nota p { font-size: 14px; color: var(--cinza-400); }
.nota small { font-size: 12px; color: var(--cinza-600); }
.conversa { display: grid; gap: 14px; padding: 0 var(--gutter) 40px; }
.fala { margin: 0; border: 1px solid var(--hairline); border-left: 2px solid var(--neon); padding: 20px 22px; background: linear-gradient(180deg, rgba(20, 20, 20, 0.7), rgba(10, 10, 10, 0.7)); max-width: 34em; }
.fala.dir { justify-self: end; border-left: 1px solid var(--hairline); border-right: 2px solid var(--azul); }
.fala p { font-size: 17px; line-height: 1.45; font-weight: 500; }
.fala footer { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 13px; color: var(--cinza-600); flex-wrap: wrap; }
.fala footer b { color: var(--branco); font-weight: 600; }
/* o título que o próprio homem deu à avaliação vira a manchete do cartão */
.fala-titulo { display: block; font-style: normal; font-family: var(--font-titulo); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--neon); margin-bottom: 10px; }
/* o carimbo da página fica só para diagnóstico (?diag=1) */
.so-diag { display: none; }
.fala .ini { width: 30px; height: 30px; flex: none; background: #0d1b3d; border: 1px solid rgba(0, 71, 187, 0.5); display: flex; align-items: center; justify-content: center; font-family: var(--font-titulo); font-size: 13px; color: var(--branco); clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px); }

/* ---------- gratuito e lojas ---------- */
.gratis-cab { padding: 64px var(--gutter) 30px; max-width: 760px; }
.preco { font-family: var(--font-titulo); text-transform: uppercase; font-size: clamp(48px, 11vw, 120px); line-height: 0.92; letter-spacing: 0.02em; margin: 6px 0 18px; }
.gratis-cab .lojas { margin-top: 26px; }
.plataformas { display: grid; grid-template-columns: 1fr; }
.plat { position: relative; padding: 28px var(--gutter); border-bottom: 1px solid var(--hairline); display: grid; gap: 12px; align-content: start; overflow: hidden; isolation: isolate; }
.plat.principal { background: linear-gradient(180deg, rgba(0, 71, 187, 0.16), transparent 70%); }
.plat .k { font-family: var(--font-titulo); font-size: 10.5px; letter-spacing: 0.24em; color: var(--neon); }
.plat h3 { font-size: 20px; }
.plat p { color: var(--cinza-400); font-size: 14.5px; }
.plat ol { margin: 0 0 4px 18px; color: var(--cinza-400); font-size: 14.5px; display: grid; gap: 6px; }
.plat ol b { color: var(--branco); font-weight: 600; }
.plat .selo, .plat .btn { justify-self: start; }

/* ---------- perguntas ---------- */
/* O bloco da Bíblia mostra os dois lados dela, o plano e a leitura. Dois
   aparelhos em vez de um também cortam a repetição do mesmo enquadramento,
   que aparecia igual em quatro blocos seguidos. */
.vis.dupla .iphone-palco.atras { transform: translate(-16%, -6%); opacity: 0.62; filter: saturate(0.75); }
.vis.dupla .iphone-palco.frente { transform: translate(12%, 5%); z-index: 2; }

.faq-cab { padding: 64px var(--gutter) 24px; display: grid; gap: 12px; }
.faq { border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); padding: 0 var(--gutter); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-weight: 600; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-titulo); font-size: 22px; color: var(--neon); flex: none; transition: transform 0.25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .r { padding: 0 0 22px; color: var(--cinza-400); max-width: 40em; font-size: 15px; }

/* ---------- fecho ---------- */
.fecho { position: relative; overflow: hidden; isolation: isolate; padding: 90px var(--gutter); text-align: center; }
.fecho .simb { width: 60px; margin: 0 auto 30px; }
.fecho h2 { margin: 0 auto 18px; max-width: 14em; }
.fecho .lead { margin: 0 auto 28px; }
.fecho .lojas { justify-content: center; }

/* ---------- rodapé ---------- */
.rodape { border-top: 1px solid var(--hairline); padding: 40px var(--gutter) 120px; color: var(--cinza-600); font-size: 13.5px; }
.rodape-grid { display: grid; gap: 28px; }
.rodape .marca img { height: 16px; width: auto; }
.rodape .col b { display: block; font-family: var(--font-titulo); font-weight: 400; font-size: 10.5px; letter-spacing: 0.22em; color: var(--cinza-600); margin-bottom: 10px; }
.rodape .col a { display: block; color: var(--cinza-400); padding: 3px 0; }
.rodape .col a:hover { color: var(--branco); }
.rodape .status { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--hairline); display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; }
.rodape .status i { width: 8px; height: 8px; background: var(--ok); display: inline-block; margin-right: 8px; }
.rodape .credito { margin-top: 12px; max-width: 60em; line-height: 1.5; }

/* ---------- barra fixa no celular ---------- */
.barra-cta { position: fixed; left: 0; right: 0; top: 64px; z-index: 40; padding: 10px var(--gutter); background: rgba(0, 0, 0, 0.8); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--hairline); transform: translateY(-130%); visibility: hidden; transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s 0.35s; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.barra-cta.on { transform: none; visibility: visible; transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s; }
.barra-cta .l { font-size: 13px; color: var(--cinza-400); line-height: 1.3; }
.barra-cta .l b { display: block; color: var(--branco); font-weight: 600; font-size: 14px; }
.barra-cta .btn { min-height: 44px; padding: 0 18px; font-size: 14px; --chanfro: 7px; flex: none; }

/* no celular, o herói e as cabeças de seção ficam centrados: a coluna é
   estreita e o olho cai no meio; a partir de 720px voltam à esquerda */
.heroi-txt, .ritual-cab, .ritual-nota, .vozes-cab { text-align: center; }
.heroi-txt .lead, .ritual-cab .lead, .vozes-cab .lead { margin-left: auto; margin-right: auto; }
.heroi-txt .lojas { justify-content: center; }
.heroi-txt h1, .ritual-cab h2, .vozes-cab h2 { margin-left: auto; margin-right: auto; }

/* ============ telas maiores ============ */
@media (min-width: 720px) {
  :root { --gutter: 32px; }
  .heroi-txt { display: block; }
  .heroi-3d { height: 430px; order: 0; margin: 0; }
  .heroi-grid { gap: 24px; padding-top: 56px; }
  .heroi-luz { top: 0; }
  .heroi-txt .lead.origem, .heroi-txt .lojas, .heroi-txt .ou-nav { order: 0; }
  .heroi-txt, .ritual-cab, .ritual-nota, .vozes-cab { text-align: left; }
  .heroi-txt .lead, .ritual-cab .lead, .vozes-cab .lead, .heroi-txt h1, .ritual-cab h2, .vozes-cab h2 { margin-left: 0; margin-right: 0; }
  .heroi-txt .lojas { justify-content: flex-start; }
  .topo nav { display: flex; }
  .passos { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--hairline); }
  .passo { border-bottom: 0; border-right: 1px solid var(--hairline); }
  .passo:last-child { border-right: 0; }
  .confianca { grid-template-columns: 300px 1fr; align-items: center; }
  .rede { grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 48px; }
  .barra-cta { top: auto; bottom: 0; transform: translateY(110%); border-bottom: 0; border-top: 1px solid var(--hairline);
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px)); }
  .pc-cena { width: 58%; }
  /* o FAQ era a última escada de blocos iguais da página */
  .faq { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
  .faq details { padding: 0; }
  .chamada { grid-template-columns: 1fr auto; align-items: center; text-align: left; gap: 40px; }
  .chamada .lojas { justify-content: flex-end; }
  .dados { grid-template-columns: 1fr 1fr; }
  .dado:nth-child(odd) { border-right: 1px solid var(--hairline); }
  .numeros { grid-template-columns: repeat(3, 1fr); }
  .numero { border-right: 1px solid var(--hairline); }
  .numero:last-child { border-right: 0; }
  .depo-topo { grid-template-columns: 220px 1fr; }
  .conversa { gap: 18px; }
  .plataformas { grid-template-columns: repeat(2, 1fr); }
  .plat { border-right: 1px solid var(--hairline); }
  .plat:last-child { border-right: 0; }
  .rodape-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
  .const-vis { grid-template-columns: minmax(0, 200px) minmax(0, 1fr); align-items: center; padding: 28px; gap: 30px; }
  .anel-palco { margin: 0; }
  .heroi-3d { height: 620px; overflow: visible; }
  .ritual-grid { grid-template-columns: 1fr 1.2fr 1fr; gap: 28px; }
  .ritual-fone { height: 640px; order: 0; margin-bottom: 0; }
  .voz { aspect-ratio: auto; min-height: 440px; }
  .ritual-passo:first-child { border-top: 0; }
  .vozes-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: visible; }
  .vozes-grid > .voz { flex: none; }
  .vozes-grid > .voz:nth-child(2) { order: 0; }
  .vozes-pontos { display: none; }
  .voz.grande { grid-column: span 2; min-height: 520px; }
  .voz { border-right: 1px solid var(--hairline); }
  .voz:nth-child(odd) { border-right: 0; }
  .corpo { grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
}

@media (min-width: 1000px) {
  .moldura { border-left: 1px solid var(--hairline); border-right: 1px solid var(--hairline); }
  .topo .moldura { border: 0; }
  .heroi-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr); align-items: center; padding-top: 36px; gap: 32px; }
  .heroi-3d { height: 720px; }
  .heroi-3d .fone-css .iphone-palco { top: 20px; }
  .ritual-fone { height: 760px; max-width: 520px; }
  .vozes-grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .voz { aspect-ratio: auto; min-height: 440px; border-right: 1px solid var(--hairline); }
  .voz.grande { grid-column: span 1; grid-row: span 2; min-height: 100%; }
  .voz:nth-child(odd) { border-right: 1px solid var(--hairline); }
  .voz:nth-child(3), .voz:nth-child(5) { border-right: 0; }
  .feat { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 48px; align-items: center; padding: 90px calc(var(--gutter) + 40px) 90px var(--gutter); }
  .feat.inv > .feat-txt { order: 2; }
  .feat.inv { padding: 90px var(--gutter) 90px calc(var(--gutter) + 40px); }
  .feat .feat-txt { max-width: 440px; }
  .vis { min-height: 520px; }
  .trilho-idx { display: flex; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); flex-direction: column; gap: 6px; align-items: center; font-family: var(--font-titulo); font-size: 10px; letter-spacing: 0.16em; color: var(--cinza-900); }
  .trilho-idx i { width: 1px; height: 26px; background: var(--hairline); }
  .trilho-idx em { font-style: normal; }
  .trilho-idx em.on { color: var(--neon); }
  .barra-cta { display: none; }
  .rodape { padding-bottom: 60px; }
  .tese { padding: 100px var(--gutter); }
}
