/* =========================================================
   MÁQUINA DE LEADS PARA SEGUROS
   Landing page de resposta direta
   ========================================================= */

/* ---------- TOKENS ---------- */
:root {
  --bg:        #050706;
  --bg-2:      #0A0E0B;
  --bg-light:  #EDEFEE;
  --card:      #0D1210;
  --card-2:    #141A16;

  --g-1:       #A3FF3C;
  --g-2:       #6EE71C;
  --g-3:       #3FBF14;
  --g-4:       #22800C;
  --glow:      rgba(110,231,28,.4);

  --tx-1:      #F5F8F6;
  --tx-2:      #A6B1AA;
  --tx-3:      #6A766E;
  --tx-dark:   #0B0F0C;
  --tx-dark-2: #47524B;

  --line:      rgba(110,231,28,.18);
  --line-soft: rgba(255,255,255,.08);

  --maxw:      1140px;
  --pad-x:     clamp(1.15rem, 5vw, 2rem);
  --r:         14px;

  --ff-poster: 'Anton', 'Archivo Black', Impact, sans-serif;
  --ff-h:      'Sora', 'Segoe UI', system-ui, sans-serif;
  --ff-b:      'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

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

body {
  background: var(--bg);
  color: var(--tx-1);
  font-family: var(--ff-b);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }
b, strong { font-weight: 700; }
::selection { background: var(--g-2); color: #04170A; }

::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: #0A0E0B; }
::-webkit-scrollbar-thumb { background: var(--g-4); border-radius: 99px; }

/* ---------- LAYOUT ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad-x);
  position: relative;
  z-index: 1;
}
.wrap--narrow { max-width: 880px; }

.blk { padding-block: clamp(4rem, 8vw, 6.5rem); position: relative; overflow: hidden; }
.blk--dark  { background: var(--bg-2); }
.blk--light { background: var(--bg-light); color: var(--tx-dark); }
.blk--light p { color: var(--tx-dark-2); }

.glow-top::before {
  content: '';
  position: absolute;
  top: -140px; left: 50%;
  width: min(760px, 110vw); height: 320px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(110,231,28,.20), transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

/* ---------- TIPOGRAFIA ---------- */
h1, h2, h3 { font-family: var(--ff-h); font-weight: 800; line-height: 1.14; letter-spacing: -.025em; }

.t-hero {
  font-size: clamp(1.85rem, 4.6vw, 3.15rem);
  line-height: 1.24;
  letter-spacing: -.02em;
  font-weight: 700;
  text-align: center;
  max-width: 21ch;
  margin-inline: auto;
}
.t-big  { font-size: clamp(1.75rem, 4.4vw, 2.85rem); }
.t-mid  { font-size: clamp(1.4rem, 3.2vw, 2rem); }

.p-big { font-size: clamp(1.02rem, 1.9vw, 1.18rem); line-height: 1.72; color: var(--tx-2); }
.p     { font-size: 1rem; line-height: 1.75; color: var(--tx-2); }
.p + .p, .p-big + .p-big, .p-big + .p { margin-top: 1.05rem; }
.blk--light .p, .blk--light .p-big { color: var(--tx-dark-2); }

/* destaque de palavra: cor */
.k { color: var(--g-2); font-weight: 700; }
/* destaque de palavra: caixa preenchida */
.kx {
  background: var(--g-2);
  color: #04170A;
  font-weight: 700;
  padding: .04em .3em;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.blk--light .k { color: var(--g-4); }

.up { text-transform: uppercase; }

.tag-line {
  display: inline-block;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--g-2);
  margin-bottom: 1.35rem;
}
.blk--light .tag-line { color: var(--g-4); }

.center { text-align: center; }
.center .p-big, .center .p { margin-inline: auto; max-width: 62ch; }

/* ---------- BOTÃO ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .6rem;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: clamp(.92rem, 1.7vw, 1.12rem);
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: 1.25;
  padding: 1.25rem 2.4rem;
  border-radius: 10px;
  color: #04170A;
  background: linear-gradient(180deg, var(--g-1), var(--g-3));
  box-shadow: 0 6px 0 var(--g-4), 0 16px 34px -12px var(--glow);
  position: relative;
  transition: transform .16s var(--ease), box-shadow .16s var(--ease), filter .2s var(--ease);
}
/* Sem varredura de brilho aqui de propósito: o gradiente branco por cima
   lavava o texto escuro e o CTA ficava ilegível. Chamar atenção pro botão
   é trabalho da cor e da sombra, não de um efeito que apaga a palavra. */

.btn:hover  { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 8px 0 var(--g-4), 0 22px 44px -12px var(--glow); }
.btn:active { transform: translateY(4px); box-shadow: 0 2px 0 var(--g-4), 0 10px 22px -12px var(--glow); }

.btn--wide { width: min(520px, 100%); }
.btn--full { width: 100%; }

.btn-sub {
  display: block;
  margin-top: .9rem;
  font-size: .84rem;
  color: var(--tx-3);
  letter-spacing: .02em;
}
.blk--light .btn-sub { color: var(--tx-dark-2); }

.cta-area { text-align: center; margin-top: clamp(2.2rem, 4vw, 3rem); }
.hero .cta-area { margin-top: clamp(2.2rem, 3.6vw, 2.8rem); }

/* pulso sutil para chamar o olho */
@keyframes pulse {
  0%, 100% { box-shadow: 0 6px 0 var(--g-4), 0 16px 34px -12px var(--glow); }
  50%      { box-shadow: 0 6px 0 var(--g-4), 0 16px 44px -6px var(--glow); }
}
.btn--pulse { animation: pulse 2.4s ease-in-out infinite; }

/* ---------- TOPO (não fixo) ---------- */
.topbar {
  padding-block: 1.8rem 1rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.topbar img {
  height: clamp(64px, 8vw, 88px);
  width: auto;
  margin-inline: auto;
  object-fit: contain;
}
.topbar__txt {
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.topbar__txt span {
  display: block;
  font-size: .6rem;
  letter-spacing: .28em;
  color: var(--g-2);
  font-weight: 700;
  margin-top: .15rem;
}

/* ---------- HERO ---------- */
/* Respiro em primeiro lugar. Não força caber em 800px: numa página
   de vendas longa, o botão um pouco abaixo da dobra é normal, e a
   capa já é a isca. Sufocar o topo custa mais que rolar meio dedo. */
.hero {
  position: relative;
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
  overflow: hidden;
}
/* Brilho do topo. Duas elipses sobrepostas que morrem em transparente
   bem dentro da própria caixa, então não existe borda visível em canto
   nenhum. Ele nasce atrás do logo e desce, sem emenda. */
.hero::before {
  content: '';
  position: absolute;
  inset: -25% -35% auto -35%;
  height: 145%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 20% 11% at 50% 20%, rgba(163,255,60,.11), transparent 66%),
    radial-gradient(ellipse 44% 20% at 50% 19%, rgba(110,231,28,.055), transparent 70%),
    radial-gradient(ellipse 80% 32% at 50% 17%, rgba(63,191,20,.03),  transparent 74%);
}
.hero__eyebrow {
  text-align: center;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: clamp(.64rem, 1.4vw, .74rem);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--g-2);
  margin-bottom: 1.5rem;
}
.hero__sub {
  text-align: center;
  max-width: 52ch;
  margin: 1.6rem auto 0;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  color: var(--tx-2);
  line-height: 1.7;
}

/* moldura do vídeo / capa */
.vsl {
  margin: clamp(2.4rem, 4vw, 3.2rem) auto 0;
  max-width: 660px;
  border-radius: 14px;
  padding: 8px;
  background: linear-gradient(150deg, rgba(110,231,28,.5), rgba(110,231,28,.06) 45%, rgba(110,231,28,.32));
  box-shadow: 0 30px 70px -34px rgba(0,0,0,.95), 0 0 60px -30px var(--glow);
}
.vsl__in {
  border-radius: 10px;
  overflow: hidden;
  background: #060907;
  position: relative;
}
/* a capa entra na proporção natural dela, sem corte.
   quando virar VSL, o iframe assume 16:9 automaticamente. */
.vsl__in .ph { border-radius: 0; background: none; }
.vsl__in .ph img { width: 100%; height: auto; object-fit: contain; }
.vsl__in .ph--empty { aspect-ratio: 16/9; min-height: 0; }
.vsl__in iframe, .vsl__in video { width: 100%; aspect-ratio: 16/9; border: 0; display: block; }

.hero__marks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem .5rem;
  margin-top: 1.8rem;
}
.hero__marks li {
  font-size: .82rem;
  color: var(--tx-2);
  padding: .5rem .95rem;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.hero__marks svg { color: var(--g-2); flex: none; }

/* ---------- BLOCO DE CONVERSA (dor) ---------- */
.talk { max-width: 640px; }
.talk p {
  font-size: clamp(1.05rem, 2.1vw, 1.22rem);
  line-height: 1.72;
  color: var(--tx-2);
}
.talk p + p { margin-top: 1.15rem; }
.talk b { color: var(--tx-1); }
.blk--light .talk b { color: var(--tx-dark); }

.quote-block {
  margin-top: 2rem;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid var(--g-2);
  background: rgba(110,231,28,.07);
  border-radius: 0 10px 10px 0;
  font-size: clamp(1.05rem, 2.1vw, 1.22rem);
  line-height: 1.65;
  color: var(--tx-1);
}
.quote-block b { color: var(--g-1); }

/* lista de dores riscadas */
.hits { display: grid; gap: .55rem; margin-top: 1.8rem; }
.hits li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--tx-2);
  padding: .85rem 1rem;
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  border-left: 3px solid rgba(255,90,90,.5);
}
.hits li svg { flex: none; color: #FF6B6B; margin-top: .18rem; }
.hits b { color: var(--tx-1); }

/* ---------- PASSOS ---------- */
.steps { display: grid; gap: .9rem; counter-reset: st; margin-top: 2.4rem; }
.steps li {
  counter-increment: st;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: center;
  padding: 1.15rem 1.3rem;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.steps li:hover { border-color: var(--line); transform: translateX(5px); }
.steps li::before {
  content: counter(st);
  font-family: var(--ff-poster);
  font-size: 2.1rem;
  line-height: 1;
  color: var(--g-2);
  width: 44px;
  text-align: center;
  opacity: .95;
}
.steps p { font-size: 1.02rem; line-height: 1.5; color: var(--tx-2); }
.steps b { color: var(--tx-1); }

/* ---------- CARROSSEL DOS MÓDULOS ---------- */
.carousel {
  position: relative;
  margin-top: clamp(1.7rem, 3.5vw, 2.4rem);
}

.carousel__track {
  display: flex;
  gap: clamp(.7rem, 1.4vw, 1rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .3rem .2rem 1.5rem;
  margin-inline: -.2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track:focus-visible { outline: 2px solid var(--g-1); outline-offset: 4px; border-radius: 14px; }

.mcard {
  flex: 0 0 clamp(230px, 29%, 320px);
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(172deg, #141B16, #080B09);
  border: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.mcard:hover {
  transform: translateY(-5px);
  border-color: var(--line);
  box-shadow: 0 22px 44px -26px #000, 0 0 40px -24px var(--glow);
}
.mcard .ph { border-radius: 0; border-bottom: 1px solid var(--line-soft); }
.mcard .ph--empty { min-height: 0; border: 0; border-bottom: 1px solid var(--line); }
.mcard .ph--empty::after { font-size: .82rem; letter-spacing: .16em; }
.mcard__b { padding: .85rem .95rem 1.05rem; flex: 1; }
.mcard__n {
  display: block;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .63rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--g-2);
  margin-bottom: .38rem;
}
.mcard__b p { font-size: .84rem; line-height: 1.55; color: var(--tx-2); }

/* cabeçalho da seção: título à esquerda, setas à direita */
.blk-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.carousel__nav { display: flex; gap: .6rem; flex: none; padding-bottom: .2rem; }
.carousel__arrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--g-1);
  background: rgba(110,231,28,.08);
  border: 1px solid var(--line);
  transition: background .22s var(--ease), color .22s var(--ease),
              transform .18s var(--ease), opacity .22s var(--ease);
}
.carousel__arrow:hover {
  background: var(--g-2);
  color: #04170A;
  border-color: var(--g-2);
  transform: scale(1.06);
}
.carousel__arrow:active { transform: scale(.96); }
.carousel__arrow[disabled] { opacity: .28; pointer-events: none; }

/* trilho de progresso */
.carousel__rail {
  height: 3px;
  border-radius: 99px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  max-width: 260px;
  margin-inline: auto;
}
.carousel__rail i {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--g-1), var(--g-3));
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform .18s linear;
}
.carousel__hint {
  text-align: center;
  font-size: .76rem;
  letter-spacing: .05em;
  color: var(--tx-3);
  margin-top: .8rem;
}

/* ---------- LISTA DE ENTREGA ---------- */
.gets { display: grid; gap: .7rem; margin-top: 2rem; }
.gets li {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  font-size: 1.02rem;
  line-height: 1.55;
  padding: .9rem 1.1rem;
  border-radius: 8px;
  background: rgba(110,231,28,.05);
  border: 1px solid var(--line-soft);
  color: var(--tx-2);
}
.gets li svg { flex: none; color: var(--g-2); margin-top: .22rem; }
.gets b { color: var(--tx-1); }
.blk--light .gets li { background: rgba(34,128,12,.07); border-color: rgba(34,128,12,.16); color: var(--tx-dark-2); }
.blk--light .gets li svg { color: var(--g-4); }
.blk--light .gets b { color: var(--tx-dark); }

/* ---------- DUAS COLUNAS SIM / NÃO ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2.4rem; }
.duo__box { border-radius: 12px; padding: clamp(1.4rem, 3vw, 1.9rem); }
.duo__box--yes { background: #0F1710; border: 1px solid var(--line); }
.duo__box--no  { background: #150F0F; border: 1px solid rgba(255,107,107,.22); }
.blk--light .duo__box--yes { background: #fff; border-color: rgba(34,128,12,.3); }
.blk--light .duo__box--no  { background: #fff; border-color: rgba(200,60,60,.25); }
.duo__box h3 { font-size: clamp(1.1rem, 2.3vw, 1.35rem); margin-bottom: 1.2rem; }
.duo__box ul { display: grid; gap: .75rem; }
.duo__box li { display: flex; gap: .75rem; align-items: flex-start; font-size: .97rem; line-height: 1.5; color: var(--tx-2); }
.duo__box li svg { flex: none; margin-top: .2rem; }
.duo__box--yes li svg { color: var(--g-2); }
.duo__box--no  li svg { color: #FF6B6B; }
.blk--light .duo__box li { color: var(--tx-dark-2); }
.blk--light .duo__box--yes li svg { color: var(--g-4); }

/* ---------- MARCAS QUE O PÚBLICO VENDE ----------
   Vive numa seção de fundo claro de propósito: quase todo logo de
   seguradora tem elemento escuro (Porto, Allianz, SulAmérica) e
   sumiria no preto. Aqui elas aparecem na cor real, como marca deve. */
.brands {
  max-width: 1000px;
  margin-inline: auto;
}
.brands__cat {
  text-align: center;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--g-4);
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brands__cat::before,
.brands__cat::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(11,15,12,.14);
}
.brands__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
}
.brands__row li {
  flex: 0 0 auto;
  width: clamp(132px, 15vw, 168px);
  height: clamp(66px, 8vw, 84px);
  padding: .8rem 1rem;
  background: #fff;
  border: 1px solid rgba(11,15,12,.09);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(11,15,12,.05);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.brands__row li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px -10px rgba(11,15,12,.28);
}
/* width+height 100% com object-fit contain é o que realmente segura o
   logo dentro do cartão. Só max-height:100% deixava vazar. */
.brands__row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.brands__end {
  text-align: center;
  max-width: 60ch;
  margin: clamp(2rem, 4vw, 2.8rem) auto 0;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  color: var(--tx-dark-2);
}
.brands__end b { color: var(--tx-dark); }
.brands__legal {
  text-align: center;
  max-width: 74ch;
  margin: 1.6rem auto 0;
  font-size: .78rem;
  line-height: 1.65;
  color: rgba(71,82,75,.75);
}

/* ---------- DEPOIMENTOS (prints de WhatsApp) ----------
   Alinhados pelo topo de propósito: as conversas têm alturas
   diferentes e forçar altura igual cortaria mensagem. */
.prints {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.9rem, 2vw, 1.4rem);
  align-items: start;
  max-width: 1000px;
  margin-inline: auto;
}
.print {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #0B141A;
  box-shadow: 0 24px 50px -30px #000;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.print:hover { transform: translateY(-4px); border-color: var(--line); }
.print img { width: 100%; height: auto; display: block; }

.prints__nota {
  text-align: center;
  max-width: 62ch;
  margin: clamp(1.6rem, 3vw, 2.2rem) auto 0;
  font-size: .8rem;
  line-height: 1.65;
  color: var(--tx-3);
}

/* ---------- PRINT EM MOLDURA DE NAVEGADOR ----------
   Para screenshots largos (2:1). Em coluna estreita eles viravam
   tarja ilegível, então ocupam largura cheia com uma barra falsa
   de navegador em cima, que dá contexto de "isso é uma tela real". */
.shot {
  max-width: 1020px;
  margin-inline: auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0C100E;
  box-shadow: 0 40px 90px -42px #000, 0 0 80px -38px var(--glow);
}
.shot__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: .65rem .9rem;
  background: #131A15;
  border-bottom: 1px solid var(--line-soft);
}
.shot__bar i {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #2B352E;
  flex: none;
}
.shot__bar span {
  margin-left: .6rem;
  flex: 1;
  height: 20px;
  border-radius: 99px;
  background: #0B0F0C;
  border: 1px solid rgba(255,255,255,.05);
}
.shot img { width: 100%; height: auto; display: block; }
.shot .ph { border-radius: 0; }
.shot .ph--empty { aspect-ratio: 2/1; min-height: 0; border: 0; }

.shot-cap {
  text-align: center;
  font-size: .84rem;
  color: var(--tx-3);
  margin-top: 1.1rem;
}

/* ---------- DEMONSTRAÇÃO DO RESULTADO ---------- */
.showcase {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(1.8rem, 4vw, 3.2rem);
  align-items: center;
}
.showcase__img { position: relative; }
.showcase__img::before {
  content: '';
  position: absolute; inset: -12%;
  background: radial-gradient(circle at 50% 50%, rgba(110,231,28,.26), transparent 62%);
  filter: blur(40px);
}
.showcase__img .ph {
  position: relative;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px -30px #000, 0 0 60px -30px var(--glow);
}
.showcase__img .ph--empty { aspect-ratio: 1; }

/* ---------- ANTES / DEPOIS ---------- */
.ba {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(.8rem, 2vw, 1.4rem);
  align-items: center;
}
.ba__col {
  border-radius: 14px;
  padding: clamp(1.3rem, 2.8vw, 1.8rem);
  border: 1px solid var(--line-soft);
  background: linear-gradient(170deg, #12160F, #080A08);
  height: 100%;
}
.ba__col--depois {
  border-color: var(--line);
  background: linear-gradient(170deg, rgba(110,231,28,.09), rgba(110,231,28,.015));
  box-shadow: 0 0 70px -34px var(--glow);
}
.ba__h {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding-bottom: .9rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-soft);
}
.ba__col--antes  .ba__h { color: var(--tx-3); }
.ba__col--depois .ba__h { color: var(--g-1); }
.ba__col ul { display: grid; gap: .8rem; }
.ba__col li {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  font-size: .93rem;
  line-height: 1.5;
}
.ba__col li svg { flex: none; margin-top: .2rem; }
.ba__col--antes  li { color: var(--tx-3); }
.ba__col--antes  li svg { color: #7A6B6B; }
.ba__col--depois li { color: var(--tx-1); }
.ba__col--depois li svg { color: var(--g-2); }
.ba__arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #04170A;
  background: linear-gradient(180deg, var(--g-1), var(--g-3));
  box-shadow: 0 0 30px -6px var(--glow);
  flex: none;
}

/* ---------- OS TRÊS CAMINHOS ---------- */
.paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.path {
  position: relative;
  border-radius: 14px;
  padding: clamp(1.3rem, 2.6vw, 1.7rem);
  border: 1px solid var(--line-soft);
  background: linear-gradient(170deg, #101410, #080A08);
  display: flex;
  flex-direction: column;
}
.path--destaque {
  border-color: var(--g-3);
  background: linear-gradient(170deg, rgba(110,231,28,.1), rgba(110,231,28,.02));
  box-shadow: 0 0 80px -34px var(--glow);
}
.path__flag {
  position: absolute;
  top: -11px; left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #04170A;
  background: linear-gradient(180deg, var(--g-1), var(--g-3));
  padding: .32rem .85rem;
  border-radius: 99px;
}
.path__n {
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .63rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--tx-3);
  margin-bottom: .5rem;
}
.path--destaque .path__n { color: var(--g-2); }
.path__t { font-size: clamp(1.05rem, 2vw, 1.22rem); margin-bottom: .6rem; }
.path__d { font-size: .9rem; line-height: 1.55; color: var(--tx-2); margin-bottom: 1.1rem; }
.path__l { display: grid; gap: .55rem; padding-top: 1rem; border-top: 1px solid var(--line-soft); }
.path__l li {
  position: relative;
  padding-left: 1rem;
  font-size: .87rem;
  line-height: 1.5;
  color: var(--tx-2);
}
.path__l li::before {
  content: '';
  position: absolute;
  left: 0; top: .55em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--tx-3);
}
.path--destaque .path__l li::before { background: var(--g-2); }
.path__end {
  margin-top: auto;
  padding-top: 1.1rem;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: -.01em;
}
.path__end--bad  { color: var(--tx-3); }
.path__end--good { color: var(--g-1); font-size: 1.12rem; }

/* ---------- SOBRE ---------- */
.about { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(1.8rem, 4vw, 3rem); align-items: center; }
.about__ph { position: relative; }
.about__ph::before {
  content: '';
  position: absolute; inset: -14%;
  background: radial-gradient(circle at 50% 52%, rgba(110,231,28,.24), transparent 64%);
  filter: blur(38px);
}
.about__ph .ph { position: relative; }

/* foto recortada em PNG: sem card, sem borda, só o recorte sobre o brilho */
.about__ph--cut .ph {
  background: none;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.about__ph--cut .ph img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 44px rgba(0,0,0,.75));
}
/* piso de luz sob a foto, pra ela não parecer flutuando */
.about__ph--cut::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -6px;
  width: 78%; height: 26px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(110,231,28,.35), transparent 70%);
  filter: blur(14px);
  pointer-events: none;
}
.about__ph--cut .ph--empty {
  background: var(--card-2);
  border: 1px dashed rgba(110,231,28,.32);
  aspect-ratio: 4/5;
}

/* ---------- OFERTA ---------- */
.deal {
  max-width: 860px;
  margin-inline: auto;
  border-radius: 18px;
  padding: 3px;
  background: linear-gradient(150deg, var(--g-1), rgba(110,231,28,.12) 40%, rgba(110,231,28,.12) 62%, var(--g-2));
  box-shadow: 0 40px 100px -44px var(--glow);
}
.deal__in { background: #080B09; border-radius: 15px; padding: clamp(1.6rem, 4vw, 2.6rem); }
.deal__ribbon {
  display: inline-block;
  background: var(--g-2);
  color: #04170A;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .45rem 1rem;
  border-radius: 6px;
  margin-bottom: 1.3rem;
}
.deal__list { display: grid; gap: .62rem; margin-block: 1.4rem; }
.deal__list li {
  display: flex; gap: .75rem; align-items: flex-start;
  font-size: .97rem; line-height: 1.5; color: var(--tx-2);
  padding-bottom: .62rem;
  border-bottom: 1px solid rgba(255,255,255,.055);
}
.deal__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.deal__list svg { flex: none; color: var(--g-2); margin-top: .2rem; }
.deal__list b { color: var(--tx-1); }

.price {
  text-align: center;
  margin-top: 1.9rem;
  padding-top: 1.9rem;
  border-top: 1px dashed rgba(255,255,255,.13);
}
.price__was { font-size: 1.02rem; color: var(--tx-3); }
.price__was s { text-decoration-color: #FF6B6B; text-decoration-thickness: 2px; }
.price__now {
  display: flex; align-items: baseline; justify-content: center; gap: .12rem;
  font-family: var(--ff-poster);
  font-weight: 400;
  line-height: 1;
  margin: .5rem 0 .55rem;
  color: var(--g-1);
}
.price__now i { font-style: normal; font-size: clamp(1.15rem, 2.6vw, 1.6rem); }
.price__now em { font-style: normal; font-size: clamp(3.6rem, 11vw, 5.6rem); text-shadow: 0 0 50px rgba(110,231,28,.5); }
.price__now u { text-decoration: none; font-size: clamp(1.5rem, 3.4vw, 2.1rem); }
.price__note { font-size: .92rem; color: var(--tx-2); margin-bottom: 1.5rem; }
.price__note b { color: var(--tx-1); }
.price__pay {
  margin-top: 1.1rem;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--tx-3);
}

.fine {
  max-width: 860px;
  margin: 1.6rem auto 0;
  font-size: .85rem;
  line-height: 1.7;
  color: var(--tx-3);
  text-align: center;
}
.fine b { color: var(--tx-2); }

/* ---------- GARANTIA ---------- */
.warranty {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.3rem, 3.5vw, 2.4rem);
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.3rem);
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(110,231,28,.08), rgba(255,255,255,.012));
}
.warranty__seal {
  width: clamp(92px, 15vw, 120px);
  aspect-ratio: 1;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 2px dashed var(--g-3);
  background: radial-gradient(circle, rgba(110,231,28,.16), transparent 68%);
  color: var(--g-1);
  text-align: center;
  flex: none;
}
.warranty__seal b { display: block; font-family: var(--ff-poster); font-weight: 400; font-size: clamp(2.1rem, 4.5vw, 2.9rem); line-height: 1; }
.warranty__seal span { display: block; font-size: .6rem; letter-spacing: .2em; color: var(--tx-2); margin-top: .2rem; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: .6rem; margin-top: 2.2rem; }
.faq details {
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: var(--card);
  transition: border-color .25s var(--ease);
}
.faq details[open] { border-color: var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: .98rem;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--g-1); }
.faq summary::after {
  content: '+';
  flex: none;
  font-family: var(--ff-h);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--g-2);
  transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq__a { padding: 0 1.25rem 1.25rem; font-size: .95rem; line-height: 1.7; color: var(--tx-2); }
.faq__a p + p { margin-top: .7rem; }

/* ---------- PLACEHOLDER ---------- */
.ph { position: relative; border-radius: var(--r); overflow: hidden; background: var(--card-2); }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph--empty {
  border: 1px dashed rgba(110,231,28,.32);
  background:
    repeating-linear-gradient(135deg, rgba(110,231,28,.05) 0 11px, transparent 11px 22px),
    var(--card-2);
  display: grid; place-items: center; padding: 1.2rem;
  min-height: 150px;
}
.ph--empty::after {
  content: attr(data-label);
  font-family: var(--ff-h);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(163,255,60,.6);
  text-align: center;
  line-height: 1.7;
}
.ph--16 { aspect-ratio: 16/9; }
.ph--45 { aspect-ratio: 4/5; }
.ph--32 { aspect-ratio: 3/2; }
.poster .ph--empty { min-height: 0; height: 100%; border: 0; border-radius: 0; }
.poster .ph--empty::after { content: ''; }

/* ---------- RODAPÉ ---------- */
.foot {
  background: #030504;
  border-top: 1px solid var(--line-soft);
  padding-block: 2.6rem 1.8rem;
  font-size: .85rem;
  color: var(--tx-3);
}
.foot__links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-bottom: 1.6rem; }
.foot__links a { color: var(--tx-2); }
.foot__links a:hover { color: var(--g-1); }
.foot__legal { display: grid; gap: .8rem; line-height: 1.7; font-size: .8rem; padding-top: 1.4rem; border-top: 1px solid var(--line-soft); }
.foot__end { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; }

/* ---------- BARRA FIXA MOBILE ---------- */
.bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 60;
  display: none;
  align-items: center;
  gap: .8rem;
  padding: .65rem .8rem calc(.65rem + env(safe-area-inset-bottom));
  background: rgba(5,7,6,.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  transform: translateY(115%);
  transition: transform .35s var(--ease);
}
.bar.on { transform: none; }
.bar__p { flex: none; line-height: 1.1; }
.bar__p s { display: block; font-size: .66rem; color: var(--tx-3); }
.bar__p b { font-family: var(--ff-poster); font-weight: 400; font-size: 1.3rem; color: var(--g-1); }
.bar .btn { flex: 1; padding: .9rem .8rem; font-size: .78rem; box-shadow: 0 4px 0 var(--g-4); }

/* ---------- WHATSAPP FLUTUANTE (suporte) ----------
   Verde oficial do WhatsApp, não o da marca: o visitante reconhece
   na hora e não confunde com os botões de compra. */
.zap {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 55;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  color: #fff;
  box-shadow: 0 6px 18px -4px rgba(0,0,0,.55), 0 0 0 6px rgba(37,211,102,.14);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.zap svg { width: 30px; height: 30px; display: block; }
.zap:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 26px -5px rgba(0,0,0,.6), 0 0 0 10px rgba(37,211,102,.18);
}
.zap:active { transform: scale(.96); }

/* ---------- REVEAL (à prova de falha) ---------- */
.js .rv { opacity: 0; transform: translateY(14px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }

/* ---------- PÁGINAS LEGAIS ---------- */
.legal { padding-block: clamp(2.5rem, 6vw, 4rem) 4rem; }
.legal__body { max-width: 760px; }
.legal__body h2 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); margin-top: 2.2rem; margin-bottom: .75rem; }
.legal__body h2:first-of-type { margin-top: 1.4rem; }
.legal__body p, .legal__body li { color: var(--tx-2); font-size: .96rem; line-height: 1.75; }
.legal__body p + p { margin-top: .85rem; }
.legal__body ul { margin-top: .8rem; display: grid; gap: .5rem; padding-left: 1.2rem; list-style: disc; }
.legal__body a { color: var(--g-1); text-decoration: underline; text-underline-offset: 3px; }
.legal__meta { color: var(--tx-3); font-size: .84rem; margin-top: .5rem; }
.legal__back { display: inline-block; margin-bottom: 1.5rem; color: var(--g-1); font-weight: 600; }

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 900px) {
  .about, .showcase { grid-template-columns: 1fr; }
  /* no celular vira arrasta-pro-lado, senão 3 prints altos empilhados
     viram um corredor de rolagem sem fim */
  .prints {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: .6rem;
    margin-inline: calc(var(--pad-x) * -1);
    padding-inline: var(--pad-x);
  }
  .prints::-webkit-scrollbar { display: none; }
  .print { flex: 0 0 78%; scroll-snap-align: center; }
  .about__ph { max-width: 340px; margin-inline: auto; width: 100%; }
  .showcase__img { max-width: 420px; margin-inline: auto; width: 100%; }
  .paths { grid-template-columns: 1fr; }
  .path--destaque { order: -1; }

  /* a seta vira vertical entre os dois blocos */
  .ba { grid-template-columns: 1fr; }
  .ba__arrow { margin-inline: auto; transform: rotate(90deg); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .duo { grid-template-columns: 1fr; }

  /* no celular o dedo arrasta, então as setas saem e o card mostra
     um pedaço do próximo pra indicar que tem mais conteúdo */
  .carousel__nav { display: none; }
  .blk-top { display: block; }
  .mcard { flex: 0 0 78%; }
  .carousel__track { padding-inline: 0; margin-inline: 0; }
  .bar { display: flex; }
  /* sobe o WhatsApp pra não ficar embaixo da barra fixa de compra */
  .zap {
    width: 50px; height: 50px;
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom));
  }
  .zap svg { width: 27px; height: 27px; }
  .warranty { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .btn { width: 100%; padding-inline: 1.2rem; }
  .steps li { gap: .85rem; padding: 1rem 1.05rem; }
  .steps li::before { font-size: 1.7rem; width: 32px; }
  .foot__end { flex-direction: column; }

  /* a capa é bem larga (2.4:1). no celular ela sangra até a borda
     pra ganhar largura e não virar uma tarja minúscula. */
  .vsl {
    padding: 5px;
    border-radius: 12px;
    width: calc(100% + (var(--pad-x) * 2));
    margin-inline: calc(var(--pad-x) * -1);
  }
  .vsl__in { border-radius: 8px; }
}

@media (max-width: 420px) {
  .t-hero { font-size: 1.72rem; }
  .poster__t strong { font-size: 1.62rem; }
}

/* ---------- ACESSIBILIDADE ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js .rv { opacity: 1; transform: none; }
}

:focus-visible { outline: 2px solid var(--g-1); outline-offset: 3px; border-radius: 4px; }
