/* Kit IA Dev - pagina de vendas V2
   Estetica: estrutura persuasiva low ticket + visual produto dev (ShipFast-like).
   Regras: fundo claro base + hero/CTA escuros, 1 unica cor de acao (amber),
   janelas de editor como assinatura visual, placeholders .ph com proporcao
   travada (nunca quebram o layout). Zero travessoes no copy. */

:root {
  /* Fundos */
  --bg: #ffffff;
  --bg-soft: #f5f7fb;
  --bg-dark: #0b1220;
  --bg-dark-2: #111a2e;
  --editor-bar: #0a1020;

  /* Texto */
  --ink: #0f1729;
  --ink-invert: #f2f5fa;
  --muted: #4b5563;
  --muted-dark: #9aa7ba;
  --line: #e5e9f1;
  --line-dark: #22304a;

  /* Acao (CTA) - amber, unica cor de acao */
  --cta: #f59e0b;
  --cta-hover: #d97706;
  --cta-ink: #1a1206;
  --cta-glow: rgba(245, 158, 11, 0.35);

  /* Semanticas */
  --success: #22c55e;
  --success-soft: #e9f9ef;
  --danger: #e11d48;
  --danger-soft: #fdecef;
  --code-green: #7ee787;
  --code-red: #ff7b72;
  --code-blue: #79c0ff;
  --code-purple: #d2a8ff;

  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --display: "Bricolage Grotesque", "Plus Jakarta Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --max: 1080px;
  --bar-h: 48px;
  --sticky-h: 68px;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 41, 0.06), 0 4px 16px rgba(15, 23, 41, 0.05);
  --shadow-md: 0 10px 30px rgba(15, 23, 41, 0.12);
  --shadow-lg: 0 24px 60px rgba(15, 23, 41, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  font-size: 1.08rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body:has(.topbar) { padding-top: var(--bar-h); }

@media (max-width: 800px) {
  body.has-sticky { padding-bottom: calc(var(--sticky-h) + 10px); }
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--cta-hover); text-decoration: none; }

/* ---------- Barra de urgencia (destaque) ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  min-height: var(--bar-h);
  display: flex; align-items: center; justify-content: center;
  gap: 8px 12px; flex-wrap: wrap; padding: 8px 14px;
  background: #e60000;
  color: #fff; font-size: 1.02rem; font-weight: 700; text-align: center;
  box-shadow: 0 2px 14px rgba(230, 0, 0, .35);
}
.topbar-txt b { color: #ffe08a; }
.topbar-txt--short { display: none; }
.topbar .dot { width: 9px; height: 9px; border-radius: 50%; background: #ffd166; box-shadow: 0 0 10px #ffd166; animation: blink 1.2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.topbar .timer { font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: .04em; font-size: 1.08rem; color: #7a0c22; background: #ffd166; padding: 3px 11px; border-radius: 7px; box-shadow: 0 1px 6px rgba(0,0,0,.2); }
@media (max-width: 560px) {
  .topbar { font-size: .92rem; gap: 6px 8px; padding: 8px 10px; }
  .topbar .timer { font-size: .98rem; padding: 3px 8px; }
  .topbar-txt--full { display: none; }
  .topbar-txt--short { display: inline; }
}
@media (max-width: 335px) {
  .topbar { font-size: .82rem; }
  .topbar .timer { font-size: .88rem; }
}

/* ---------- Bandas / layout ---------- */
.band { width: 100%; }
.band--soft { background: var(--bg-soft); }
.band--dark { background: var(--bg-dark); color: var(--ink-invert); }
.band--dark .muted { color: var(--muted-dark); }
.band + .band { border-top: 1px solid var(--line); }
.band--dark, .band--dark + .band, .band + .band--dark { border-top-color: var(--line-dark); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 72px 22px; }
.wrap--tight { padding: 52px 22px; }
.narrow { max-width: 780px; }
.newsletter-embed { max-width: 480px; margin: 0 auto; }

/* ---------- Tipografia ---------- */
h1, h2, h3 { font-family: var(--display); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 16px; }
h1 { font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 800; line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 4.5vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.3rem; font-weight: 700; }
p { margin: 0 0 16px; }
.lead { font-size: clamp(1.15rem, 2.2vw, 1.3rem); color: var(--muted); max-width: 52ch; }
.band--dark .lead { color: var(--muted-dark); }
.muted { color: var(--muted); }
.center { text-align: center; }
.center .lead, .center .eyebrow { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--cta-hover);
  margin: 0 0 14px;
}
.band--dark .eyebrow { color: var(--cta); }
.hl { color: var(--cta); }
.band:not(.band--dark) .hl { color: var(--cta-hover); }

/* ---------- Botoes ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 16px 32px; border: none; border-radius: var(--radius-sm);
  font-family: var(--sans); font-size: 1.08rem; font-weight: 700; cursor: pointer;
  text-decoration: none; transition: transform .14s ease, box-shadow .18s ease, background .14s ease;
}
.btn-primary { background: var(--cta); color: var(--cta-ink); box-shadow: 0 12px 28px var(--cta-glow); }
.btn-primary:hover { background: var(--cta-hover); color: var(--cta-ink); transform: translateY(-2px); }
.btn-lg { min-height: 62px; font-size: 1.16rem; padding: 19px 38px; }
.btn-block { width: 100%; }
.btn .arw { font-size: 1.15rem; }
.btn-sub { display: block; text-align: center; font-size: .92rem; color: var(--muted); margin-top: 10px; }
.band--dark .btn-sub { color: var(--muted-dark); }
.btn-ghost { background: transparent; color: var(--ink-invert); border: 1px solid var(--line-dark); }
.btn-ghost:hover { border-color: var(--muted-dark); background: rgba(255,255,255,.04); transform: none; }
.btn-ghost.is-copied { border-color: var(--success); color: var(--success); }
.support-tip { font-size: .88rem; line-height: 1.6; color: var(--muted-dark); max-width: 46ch; margin: 22px auto 0; }
.support-tip b { color: var(--ink-invert); }

.textlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--cta-hover); }
.band--dark .textlink { color: var(--cta); }

.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.center .actions { justify-content: center; }

/* ---------- Hero ---------- */
.hero { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .hero { grid-template-columns: 1.05fr 0.95fr; gap: 52px; } }

.proofline { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 1rem; color: var(--muted-dark); flex-wrap: wrap; }

.price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 22px 0 8px; }
.price .old { text-decoration: line-through; color: var(--muted-dark); font-weight: 600; font-size: 1.15rem; }
.band:not(.band--dark) .price .old { color: var(--muted); }
.price .now { font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem, 5vw, 3rem); color: var(--ink-invert); line-height: 1; }
.band:not(.band--dark) .price .now { color: var(--ink); }
.price .tag { font-size: .98rem; color: var(--muted-dark); font-weight: 600; }
.band:not(.band--dark) .price .tag { color: var(--muted); }
.price-note { font-size: .92rem; color: var(--muted-dark); margin: 0 0 18px; }

.trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; font-size: 1rem; color: var(--muted-dark); }
.band:not(.band--dark) .trust { color: var(--muted); }
.trust span { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- Hero no mobile: preco e CTA na PRIMEIRA tela ----------
   Medido em 30/jul (375x812, antes): preco so comecava em 725px e o CTA em
   878px -- fora da area visivel de boa parte dos celulares, porque o navegador
   ainda come ~100-150px com a barra de endereco.
   Duas alavancas, as duas so no mobile (desktop fica intacto):
     1. REORDENAR -- a linha de prova social ("Validado em anos...") desce pra
        depois do CTA. Ela apoia a decisao, nao precisa vir antes do preco.
     2. COMPACTAR -- tipografia e ritmo vertical do hero, sem cortar copy. */
@media (max-width: 800px) {
  .wrap.hero { padding-top: 26px; padding-bottom: 42px; }
  .hero { gap: 26px; }
  .hero > div:first-child { display: flex; flex-direction: column; }

  .hero .eyebrow    { order: 1; margin-bottom: 8px; font-size: .74rem; }
  .hero h1          { order: 2; font-size: 1.9rem; line-height: 1.13; margin-bottom: 11px; }
  .hero .lead       { order: 3; font-size: .98rem; line-height: 1.5; margin-bottom: 0; }
  .hero .price      { order: 4; margin: 12px 0 4px; }
  .hero .price-note { order: 5; margin: 0 0 12px; font-size: .84rem; }
  .hero .actions    { order: 6; margin-top: 0; }
  .hero .trust      { order: 7; margin-top: 16px; font-size: .95rem; }
  .hero .proofline  { order: 8; margin: 18px 0 0; font-size: .95rem; }

  .hero .btn-lg { min-height: 56px; font-size: 1.06rem; padding: 15px 26px; }
  .hero .price .now { font-size: 2.6rem; }
}

/* Oferta encerrada: a pagina nao pode seguir anunciando prazo que ja passou.
   Some com os blocos de urgencia ate os precos novos entrarem no ar. */
.oferta-encerrada .topbar,
.oferta-encerrada .countdown,
.oferta-encerrada .price-note,
.oferta-encerrada .urg { display: none; }
body.oferta-encerrada { padding-top: 0; }
.tick { width: 20px; height: 20px; border-radius: 50%; background: var(--success-soft); color: var(--success); display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 900; flex-shrink: 0; }

/* ---------- Placeholder (proporcao travada) ---------- */
.ph {
  position: relative; margin: 0; border-radius: var(--radius);
  border: 2px dashed var(--line); background: var(--bg-soft);
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 24px; color: var(--muted); overflow: hidden;
}
.band--dark .ph { background: #0e1830; border-color: var(--line-dark); color: var(--muted-dark); }
.ph::before { content: attr(data-img); position: absolute; top: 10px; left: 10px; font-family: var(--mono); font-size: .68rem; font-weight: 700; letter-spacing: .06em; color: var(--muted); background: rgba(255,255,255,.78); padding: 3px 7px; border-radius: 6px; }
.band--dark .ph::before { background: rgba(0,0,0,.45); color: var(--muted-dark); }
.ph .brief { max-width: 34ch; font-size: .92rem; line-height: 1.45; }
.ph .brief strong { display: block; color: var(--ink); font-family: var(--display); margin-bottom: 6px; }
.band--dark .ph .brief strong { color: var(--ink-invert); }
.ph--43 { aspect-ratio: 4 / 3; }
.ph--32 { aspect-ratio: 3 / 2; }
.ph--11 { aspect-ratio: 1 / 1; }
.ph--34 { aspect-ratio: 3 / 4; }
.ph:has(img) { border: none; background: none; padding: 0; }
.ph:has(img)::before { display: none; }
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }

.figcap { text-align: center; font-size: .92rem; color: var(--muted); margin-top: 12px; }
.band--dark .figcap { color: var(--muted-dark); }

/* ---------- Janela de editor (assinatura visual) ---------- */
.editor { background: var(--bg-dark-2); border: 1px solid var(--line-dark); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-md); }
.editor-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--editor-bar); border-bottom: 1px solid var(--line-dark); }
.editor-dots { display: flex; gap: 6px; flex-shrink: 0; }
.editor-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.editor-dots i:nth-child(1) { background: #ff5f56; }
.editor-dots i:nth-child(2) { background: #ffbd2e; }
.editor-dots i:nth-child(3) { background: #27c93f; }
.editor-file { font-family: var(--mono); font-size: .8rem; color: var(--muted-dark); flex: 1; }
.editor-badge { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .06em; padding: 3px 9px; border-radius: 999px; }
.editor-badge.bad { background: rgba(225,29,72,.15); color: #ff8fa3; }
.editor-badge.good { background: rgba(34,197,94,.15); color: var(--code-green); }
.editor-body { padding: 16px 18px; font-family: var(--mono); font-size: .85rem; line-height: 1.75; color: #c9d3e3; overflow-x: auto; margin: 0; }
.editor-body .ln { display: block; white-space: pre; }
.editor-frame .ph { border: none; border-radius: 0; }
.tok-key { color: var(--code-blue); }
.tok-str { color: var(--code-green); }
.tok-fn { color: var(--code-purple); }
.tok-bad { color: var(--code-red); }
.tok-good { color: var(--code-green); }

/* ---------- Antes/Depois ---------- */
.ba { display: grid; gap: 20px; }
@media (min-width: 900px) { .ba { grid-template-columns: 1fr 1fr; } }
.ba-cap { text-align: center; color: var(--muted-dark); font-size: 1rem; margin-top: 26px; }

/* ---------- Stats / prova de mercado ---------- */
.stats { display: grid; gap: 16px; margin-top: 8px; }
@media (min-width: 640px) { .stats { grid-template-columns: 1fr 1fr; } }
.stat { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.band--soft .stat { background: #fff; }
.stat b { display: block; font-family: var(--display); font-size: 2.3rem; font-weight: 800; color: var(--ink); line-height: 1; margin-bottom: 8px; }
.stat b .u { font-size: 1.1rem; color: var(--cta-hover); }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.center .chips { justify-content: center; }
.chip { font-size: .9rem; font-weight: 600; color: var(--ink); background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; }
.band--soft .chip { background: #fff; }

/* ---------- Listas ---------- */
.checklist, .crosslist { list-style: none; margin: 0; padding: 0; }
.checklist li, .crosslist li { position: relative; padding: 0 0 14px 34px; }
.cmp li { min-height: 4.6rem; padding-bottom: 16px; }
.checklist li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--success-soft); color: var(--success); display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 900; }
.crosslist li::before { content: "\2715"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--danger-soft); color: var(--danger); display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 900; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .grid-2 { grid-template-columns: 1fr 1fr; } }

.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.band--soft .card { background: #fff; }
.card--bad { border-color: #f3c7d0; background: var(--danger-soft); }
.card--good { border: 2px solid var(--success); background: var(--success-soft); box-shadow: 0 12px 30px rgba(34,197,94,.18); }
.card--bad h3 { color: var(--danger); }
.card--good h3 { color: #12833c; }

/* ---------- Entregaveis ---------- */
.deliver { display: grid; gap: 22px; align-items: start; }
@media (min-width: 860px) { .deliver { grid-template-columns: 1.05fr 0.95fr; gap: 34px; } }
.deliver-list { display: grid; gap: 14px; }
.ditem { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.ditem .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(245, 158, 11, 0.12); color: var(--cta-hover); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ditem .ic svg { width: 22px; height: 22px; }
.ditem b { display: block; margin-bottom: 4px; font-size: 1rem; }
.ditem > span:nth-child(2) { font-size: .95rem; color: var(--muted); line-height: 1.5; }
.ditem .val { font-weight: 800; color: var(--muted); font-size: .92rem; white-space: nowrap; }
.dcode { font-family: var(--mono); font-size: .82rem; color: var(--cta-hover); }

/* ---------- Passos ---------- */
.steps { display: grid; gap: 16px; counter-reset: s; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.stepc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.stepc .n { counter-increment: s; width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.stepc .n::before { content: counter(s); }

/* ---------- Tour ---------- */
.tour-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .tour-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .tour-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* ---------- Depoimentos (oculto ate ter reais) ---------- */
.testi { display: grid; gap: 18px; }
@media (min-width: 720px) { .testi { grid-template-columns: repeat(3, 1fr); } }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.testi-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.testi-head .ph { width: 48px; height: 48px; border-radius: 50%; padding: 0; flex-shrink: 0; }
.testi-head b { display: block; }
.testi-head span { font-size: .85rem; color: var(--muted); }

/* ---------- Para quem / nao e ---------- */
.forwho { display: grid; gap: 22px; }
@media (min-width: 760px) { .forwho { grid-template-columns: 1fr 1fr; } }

/* ---------- Autoridade ---------- */
.author { display: grid; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
@media (min-width: 640px) { .author { grid-template-columns: auto 1fr; } }
.author .ph { width: 132px; height: 132px; border-radius: 20px; }
.stackline { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.stackline span { font-size: .8rem; color: var(--muted); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px; padding: 4px 10px; font-family: var(--mono); }
.authlinks { margin-top: 14px; display: flex; gap: 16px; flex-wrap: wrap; font-weight: 600; }

/* ---------- Oferta (climax visual) ---------- */
.offer { position: relative; background: #fff; border: 2px solid var(--cta); border-radius: 20px; box-shadow: 0 24px 70px var(--cta-glow); overflow: hidden; }
/* Dois bugs sobrepostos, corrigidos em 27/jul/2026 (so apareciam no mobile, 92% do trafego):
   1) com `left: 50%`, a largura shrink-to-fit fica limitada a (container - left) = METADE
      do card. Em 331px isso da 163px, e o texto quebrava em 2 linhas (51,1px de altura).
      -> `white-space: nowrap` + fonte menor no mobile resolvem.
   2) `.ph` e `position: relative` e vem DEPOIS da flag no DOM; com z-index auto, elemento
      posicionado posterior pinta por cima -> a imagem do mockup cobria "LANCAMENTO"
      (17,1px de sobreposicao medida). -> `z-index: 2` na flag resolve. */
.offer-flag { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; white-space: nowrap; max-width: calc(100% - 24px); background: var(--cta); color: var(--cta-ink); font-size: .74rem; font-weight: 800; letter-spacing: .1em; padding: 6px 18px; border-radius: 0 0 10px 10px; }
@media (max-width: 420px) { .offer-flag { font-size: .64rem; letter-spacing: .06em; padding: 6px 12px; } }
.offer-grid { display: grid; gap: 0; }
@media (min-width: 860px) { .offer-grid { grid-template-columns: 0.9fr 1.1fr; } }
.offer-visual { padding: 34px 30px; background: var(--bg-soft); display: flex; align-items: center; }
.offer-body { padding: 40px 32px 32px; }
.offer-stack { list-style: none; margin: 0 0 18px; padding: 0; }
.offer-stack li { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
.offer-stack li span:first-child { display: flex; align-items: center; gap: 10px; }
.offer-stack .tick { width: 20px; height: 20px; }
.offer-stack .v { color: var(--muted); font-weight: 700; white-space: nowrap; }
.offer-stack .free { color: #12833c; font-weight: 800; }
.offer-total { display: flex; justify-content: space-between; font-family: var(--display); font-weight: 800; font-size: 1.15rem; padding: 14px 0 0; }
.offer-total .old { text-decoration: line-through; color: var(--muted); }
.pricebox { text-align: center; background: var(--bg-soft); border: 1px dashed var(--line); border-radius: var(--radius); padding: 22px; margin: 18px 0; }
.pricebox .now { font-family: var(--display); font-weight: 800; font-size: clamp(3rem, 7vw, 3.8rem); color: var(--cta-hover); line-height: 1; }
.pricebox .save { display: inline-block; margin-top: 8px; font-size: .88rem; font-weight: 700; color: var(--danger); background: var(--danger-soft); padding: 4px 12px; border-radius: 999px; }
.urg { text-align: center; font-size: .98rem; color: var(--muted); margin-top: 14px; font-weight: 600; }
.urg .timer { color: var(--danger); font-weight: 800; font-variant-numeric: tabular-nums; }

/* ---------- Countdown (CTA final) ---------- */
.countdown { display: inline-flex; flex-direction: column; gap: 6px; align-items: center; background: rgba(225,29,72,.14); border: 1px solid rgba(225,29,72,.45); border-radius: 16px; padding: 16px 28px; margin: 10px auto 22px; }
.countdown .lbl { font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; color: #ff9db0; font-weight: 700; }
.countdown .big { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 8vw, 2.8rem); color: #fff; font-variant-numeric: tabular-nums; letter-spacing: .03em; line-height: 1; }

/* ---------- Garantia ---------- */
.seal { width: 150px; height: 150px; margin: 0 auto 22px; border-radius: 50%; border: 3px solid var(--success); color: #12833c; background: var(--success-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--display); text-align: center; }
.seal b { font-size: 2.4rem; line-height: 1; }
.seal span { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.guarantee-text { font-size: 1.05rem; }

/* ---------- FAQ ---------- */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 20px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--cta-hover); font-size: 1.5rem; font-weight: 700; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 14px 0 0; color: var(--muted); }

/* ---------- Sticky mobile ---------- */
.sticky { display: none; position: fixed; inset: auto 0 0 0; z-index: 55; background: #fff; border-top: 1px solid var(--line); padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -6px 20px rgba(15,23,41,.1); }
.sticky.on { display: flex; }
@media (min-width: 800px) { .sticky { display: none !important; } }
/* flex-shrink: 0 e a trava: mesmo que o texto do botao cresca, o preco nao e espremido
   nem quebra em varias linhas (o que fazia a barra pular no instante do toque). */
.sticky .p { font-weight: 700; font-size: .95rem; flex-shrink: 0; white-space: nowrap; }
.sticky .p b { color: var(--cta-hover); font-family: var(--display); font-size: 1.25rem; }
.sticky .p s { color: var(--muted); font-weight: 500; }
.sticky .btn { min-height: 48px; padding: 12px 20px; white-space: nowrap; }

/* ---------- Banner de consentimento ---------- */
.consent {
  position: fixed;
  left: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 60;
  width: min(360px, calc(100% - 32px));
  background: var(--bg-dark);
  color: var(--ink-invert);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: auto;
}
.consent[hidden] { display: none; }
.consent-txt { margin: 0; font-size: .86rem; line-height: 1.45; color: var(--muted-dark); }
.consent-actions { display: flex; gap: 10px; }
.consent-btn { flex: 1; min-height: 40px; padding: 9px 14px; border-radius: var(--radius-sm); font-weight: 700; font-size: .86rem; cursor: pointer; text-align: center; font-family: var(--sans); }
.consent-btn--accept { background: var(--cta); color: var(--cta-ink); border: 1px solid var(--cta); }
.consent-btn--accept:hover { background: var(--cta-hover); border-color: var(--cta-hover); }
.consent-btn--reject { background: transparent; color: var(--ink-invert); border: 1px solid var(--line-dark); }
.consent-btn--reject:hover { border-color: var(--muted-dark); }
body.has-sticky .consent { bottom: calc(var(--sticky-h) + 16px + env(safe-area-inset-bottom)); }
@media (min-width: 800px) { body.has-sticky .consent { bottom: calc(16px + env(safe-area-inset-bottom)); } }

/* ---------- Botao de checkout carregando ----------
   A espera ate a Kiwify e de ~2s (TTFB deles, medido 27/jul) e nao da pra encurtar daqui.
   Isto troca "tela parada" por "sinal de que esta indo", e trava o duplo-toque. */
.btn.is-loading { pointer-events: none; opacity: .82; }
.btn.is-loading .dots::after { content: "."; animation: dots 1.2s steps(4, end) infinite; }
@keyframes dots { 0% { content: "."; } 25% { content: ".."; } 50% { content: "..."; } 75% { content: ""; } }

/* ---------- Lightbox das imagens da pagina (hero, tour, autor, oferta) ---------- */
.ph img.zoomable { cursor: zoom-in; }
.lightbox { max-width: min(96vw, 1100px); max-height: 92vh; width: auto; padding: 0; border: none; border-radius: var(--radius-sm); background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(6, 11, 24, .86); }
.lightbox img { display: block; width: 100%; height: auto; max-height: 92vh; object-fit: contain; border-radius: var(--radius-sm); }
.lightbox-close { position: absolute; top: -14px; right: -10px; width: 40px; height: 40px; border-radius: 50%; border: none; background: #fff; color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; box-shadow: var(--shadow-md); }

/* ---------- Rodape ---------- */
.footer { text-align: center; font-size: .9rem; color: var(--muted); padding: 34px 22px 48px; }
.footer a { color: var(--muted); }

/* ---------- Acessibilidade ---------- */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .topbar .dot { animation: none; }
  .btn.is-loading .dots::after { animation: none; content: "..."; }
  .btn, .btn-primary:hover { transition: none; transform: none; }
}
