/* landing.css: estilos compartilhados das 3 landing pages de tráfego pago do FechAqui.
   Herda os tokens do DS (studio/tokens.css) → fundo escuro + violeta, fontes Space Grotesk /
   Hanken Grotesk / JetBrains Mono. Mobile-first. Nada de libs; visuais on-brand em CSS/SVG. */

:root { color-scheme: dark; }

/* microcopy legível AA (~7.6:1 sobre o fundo), abaixo de --text-secondary na hierarquia,
   mas acima de --text-muted (que fica ~4.1:1, só para texto incidental de mockup). */
body { --lp-muted: #9aa3b7; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-base);
  color: var(--text-primary);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin: 0; }
p { margin: 0; }

/* fundo com brilho violeta sutil no topo */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 520px at 80% -8%, rgba(168,85,247,.16), transparent 60%),
    radial-gradient(700px 480px at 0% 0%, rgba(124,47,209,.10), transparent 55%);
}

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--brand-text);
  background: color-mix(in srgb, var(--brand-500) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand-500) 28%, transparent);
  padding: 6px 12px; border-radius: var(--r-pill); margin-bottom: 18px;
}
.muted { color: var(--text-secondary); }
.faint { color: var(--text-muted); }
.hl { color: var(--brand-text); }
.section-h { font-size: clamp(26px, 5vw, 40px); }
.section-sub { color: var(--text-secondary); font-size: clamp(16px, 2.4vw, 20px); margin-top: 14px; max-width: 640px; }
.center .section-sub { margin-left: auto; margin-right: auto; }

/* ---------- botões / CTA ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 16px; line-height: 1;
  padding: 15px 26px; border-radius: var(--r-md); border: 1px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), background var(--dur-base);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  /* brand-600→brand-700: branco atinge AA (~5.4:1) em todo o gradiente, mantendo o violeta */
  background: linear-gradient(180deg, var(--brand-600), var(--brand-700));
  color: #fff; box-shadow: 0 10px 30px -10px rgba(168,85,247,.7), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn--primary:hover { box-shadow: 0 14px 40px -10px rgba(168,85,247,.85); transform: translateY(-1px); }
.btn--ghost { background: var(--bg-surface-2); color: var(--text-primary); border-color: var(--border-strong); }
.btn--ghost:hover { background: var(--bg-surface-3); }
.btn--lg { font-size: 17px; padding: 17px 30px; }
.btn--block { width: 100%; }
.btn .arw { transition: transform var(--dur-base) var(--ease-out); }
.btn:hover .arw { transform: translateX(3px); }
.cta-note { font-size: 13.5px; color: var(--lp-muted); margin-top: 12px; }
.cta-note b { color: var(--text-secondary); font-weight: 600; }

/* ---------- header sticky ---------- */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg-base) 82%, transparent);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.hdr__in { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand__mark {
  position: relative; width: 34px; height: 34px; border-radius: var(--r-sm);
  background: var(--bg-surface-3); border: 1px solid var(--border-strong);
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--text-primary);
}
.brand__mark .dot {
  position: absolute; top: -3px; right: -3px; width: 10px; height: 10px; border-radius: 50%;
  background: var(--brand-500); box-shadow: 0 0 0 3px var(--bg-base);
}
.brand__mark .dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--brand-500); animation: fa-pulse-ring 1.8s var(--ease-out) infinite; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.hdr .btn { padding: 11px 18px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { padding: 52px 0 36px; }
.hero__grid { display: grid; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(32px, 7vw, 54px); }
.hero__sub { color: var(--text-secondary); font-size: clamp(17px, 2.6vw, 21px); margin-top: 20px; max-width: 560px; }
.hero__cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__badges { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--lp-muted); font-size: 13.5px; }
.hero__badges span { display: inline-flex; align-items: center; gap: 7px; }
.tick { color: var(--success); }

/* ---------- janela mock (produto) ---------- */
.mock {
  background: linear-gradient(180deg, var(--bg-surface), var(--bg-base));
  border: 1px solid var(--border-strong); border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg); overflow: hidden; position: relative;
}
.mock__bar { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid var(--border); background: var(--bg-surface-2); }
.mock__dots { display: inline-flex; gap: 6px; }
.mock__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--bg-surface-3); display: inline-block; }
.mock__url {
  flex: 1; margin-left: 8px; font-family: var(--font-mono); font-size: 11.5px; color: var(--text-muted);
  background: var(--bg-base); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 5px 12px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mock__url b { color: var(--brand-text); font-weight: 600; }
.mock__body { padding: 18px; }

/* card genérico dentro do mock/produto */
.pcard { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px; }
.pcard + .pcard { margin-top: 12px; }
.pcard__h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pcard__t { font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--text-secondary); }

/* heatmap */
.hm-row { display: grid; grid-template-columns: 1fr 46px; align-items: center; gap: 10px; margin: 9px 0; }
.hm-row .nm { font-size: 12.5px; color: var(--text-secondary); }
.hm-track { grid-column: 1 / -1; height: 9px; border-radius: var(--r-pill); background: var(--bg-surface-3); overflow: hidden; margin-top: 2px; }
.hm-fill { height: 100%; border-radius: var(--r-pill); }
.hm-time { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); text-align: right; }
.hm-legend { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 10.5px; color: var(--text-muted); }
.hm-grad { flex: 1; height: 7px; border-radius: var(--r-pill); background: var(--heat-grad); }

/* score gauge */
.gauge { text-align: center; }
.gauge__cap { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; color: var(--text-muted); text-transform: uppercase; margin-top: 2px; }

/* badge "vendo agora" */
.live-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: color-mix(in srgb, var(--success) 12%, var(--bg-surface));
  border: 1px solid color-mix(in srgb, var(--success) 40%, transparent);
  border-radius: var(--r-pill); padding: 9px 15px 9px 13px; box-shadow: var(--shadow-md);
}
.live-badge .ldot { position: relative; width: 10px; height: 10px; color: var(--success); flex: 0 0 auto; }
.live-badge .ldot::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: currentColor; animation: fa-pulse-ring 1.8s var(--ease-out) infinite; }
.live-badge .ldot::after { content: ""; position: relative; display: block; width: 10px; height: 10px; border-radius: 50%; background: currentColor; }
.live-badge .lt { font-size: 13px; line-height: 1.3; }
.live-badge .lt b { font-weight: 600; }
.live-badge .lt small { display: block; color: var(--text-muted); font-size: 11px; }

/* pílula de status / número de destaque */
.pill { display: inline-flex; align-items: center; gap: 7px; border-radius: var(--r-pill); padding: 5px 11px; font-size: 12px; font-weight: 600; }
.pill--accept { color: var(--success); background: color-mix(in srgb, var(--success) 14%, transparent); }
.bignum { font-family: var(--font-mono); font-weight: 600; }

/* card verde de aceite */
.accept-card {
  border: 1px solid color-mix(in srgb, var(--success) 45%, transparent);
  background: color-mix(in srgb, var(--success) 8%, var(--bg-surface));
  border-radius: var(--r-lg); padding: 16px;
}
.accept-card .ac-h { display: flex; align-items: center; gap: 9px; color: var(--success); font-weight: 700; font-family: var(--font-display); font-size: 14px; }
.accept-card .ac-name { margin-top: 4px; font-size: 15px; font-weight: 600; }

/* comprovante monospace */
.receipt {
  border: 1px solid color-mix(in srgb, var(--success) 40%, transparent);
  background: var(--bg-sunken); border-radius: var(--r-lg); padding: 16px 18px;
  font-family: var(--font-mono); font-size: 12.5px; line-height: 1.9; color: var(--text-secondary);
}
.receipt .r-ok { color: var(--success); font-weight: 600; font-size: 13.5px; display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.receipt .r-k { color: var(--text-muted); }
.receipt .r-v { color: var(--text-primary); }
.receipt .r-hash { color: var(--brand-text); word-break: break-all; }

/* botão de aceite fake dentro do mock */
.fake-accept { width: 100%; text-align: center; padding: 13px; border-radius: var(--r-md); background: linear-gradient(180deg, var(--success), #1fae66); color: #06130c; font-family: var(--font-display); font-weight: 700; font-size: 15px; box-shadow: 0 10px 28px -12px rgba(43,212,127,.7); }

/* ---------- prova social ---------- */
.proof { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; }
.proof__lead { text-align: center; color: var(--lp-muted); font-size: 14px; margin-bottom: 24px; }
.logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 30px; }
.logo {
  font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -.01em;
  color: var(--text-secondary); opacity: .55; filter: grayscale(1);
  display: inline-flex; align-items: center; gap: 7px; transition: opacity var(--dur-base);
}
.logo:hover { opacity: .9; }
.logo .lm { width: 22px; height: 22px; border-radius: 6px; background: var(--bg-surface-3); display: grid; place-items: center; font-size: 12px; }
.proof__stat { text-align: center; margin-top: 26px; font-size: 16px; color: var(--text-secondary); }
.proof__stat b { font-family: var(--font-display); color: var(--text-primary); font-weight: 700; font-size: 20px; }

/* ---------- passos ---------- */
.steps { display: grid; gap: 18px; margin-top: 40px; }
.step { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 26px; position: relative; overflow: hidden; }
.step__n { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--brand-text); letter-spacing: .1em; text-transform: uppercase; }
.step h3 { font-size: 20px; margin: 12px 0 8px; }
.step p { color: var(--text-secondary); font-size: 15.5px; }
.step__url { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: 12.5px; color: var(--brand-text); background: var(--bg-sunken); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 6px 13px; }
.step__viz { margin-top: 18px; }

/* ---------- destaque / features ---------- */
.feature { display: grid; gap: 28px; align-items: center; margin-top: 36px; }
.feature + .feature { margin-top: 40px; }
.feature__body h3 { font-size: 23px; margin-bottom: 12px; }
.feature__body p { color: var(--text-secondary); font-size: 16px; margin-bottom: 10px; }

/* tabela comparativa */
.cmp { width: 100%; border-collapse: collapse; margin-top: 30px; background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; }
.cmp th, .cmp td { padding: 15px 16px; text-align: center; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.cmp th:first-child, .cmp td:first-child { text-align: left; color: var(--text-secondary); }
.cmp thead th { font-family: var(--font-display); font-size: 14px; color: var(--text-muted); background: var(--bg-surface-2); }
.cmp thead th.win { color: var(--brand-text); }
.cmp tbody tr:last-child td { border-bottom: 0; }
.cmp td.win { background: color-mix(in srgb, var(--brand-500) 7%, transparent); }
.cmp .yes { color: var(--success); font-size: 18px; font-weight: 700; }
.cmp .no { color: var(--text-faint); font-size: 18px; }
.cmp-note { text-align: center; color: var(--lp-muted); font-size: 14px; margin-top: 16px; font-style: italic; }

/* lista numerada (como funciona o aceite) */
.numlist { list-style: none; counter-reset: n; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.numlist li { counter-increment: n; position: relative; padding: 16px 16px 16px 58px; background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-lg); font-size: 15px; color: var(--text-secondary); }
.numlist li b { color: var(--text-primary); }
.numlist li::before { content: counter(n); position: absolute; left: 14px; top: 14px; width: 30px; height: 30px; border-radius: 50%; background: color-mix(in srgb, var(--brand-500) 18%, transparent); border: 1px solid color-mix(in srgb, var(--brand-500) 40%, transparent); color: var(--brand-text); font-family: var(--font-mono); font-weight: 600; font-size: 13px; display: grid; place-items: center; }

/* nota jurídica */
.legal-note { margin-top: 26px; padding: 18px 20px; border-radius: var(--r-lg); background: var(--bg-surface); border: 1px solid var(--border); border-left: 3px solid var(--brand-500); color: var(--text-secondary); font-size: 14.5px; line-height: 1.7; }
.legal-note b { color: var(--text-primary); }

/* ---------- citação ---------- */
.quote { margin-top: 40px; background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 32px; max-width: 760px; margin-left: auto; margin-right: auto; }
.quote__mark { font-family: var(--font-display); font-size: 46px; line-height: .5; color: var(--brand-500); opacity: .5; }
.quote p { font-size: clamp(17px, 2.4vw, 21px); line-height: 1.5; color: var(--text-primary); margin: 10px 0 20px; font-style: italic; }
.quote__by { display: flex; align-items: center; gap: 13px; }
.quote__av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-500), var(--brand-700)); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 17px; flex: 0 0 auto; }
.quote__meta { font-size: 14px; line-height: 1.45; }
.quote__meta b { display: block; font-family: var(--font-display); color: var(--text-primary); }
.quote__meta small { color: var(--text-muted); }

/* ---------- pricing ---------- */
.plans { display: grid; gap: 20px; margin-top: 44px; align-items: start; }
.plan { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 28px; position: relative; }
.plan--pop { border-color: color-mix(in srgb, var(--brand-500) 55%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand-500) 30%, transparent), 0 24px 60px -30px rgba(168,85,247,.6); }
.plan__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, var(--brand-600), var(--brand-700)); color: #fff; font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--r-pill); white-space: nowrap; }
.plan__name { font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.plan__price { margin: 12px 0 2px; display: flex; align-items: baseline; gap: 6px; }
.plan__price .amt { font-family: var(--font-display); font-size: 42px; font-weight: 700; letter-spacing: -.03em; }
.plan__price .per { color: var(--text-muted); font-size: 15px; }
.plan__sub { color: var(--lp-muted); font-size: 13.5px; min-height: 20px; }
.founder { margin: 16px 0; padding: 13px 15px; border-radius: var(--r-md); background: color-mix(in srgb, var(--heat-4) 12%, transparent); border: 1px solid color-mix(in srgb, var(--heat-4) 40%, transparent); }
.founder b { color: var(--heat-4); font-family: var(--font-display); font-size: 14.5px; }
.founder small { display: block; color: var(--text-secondary); font-size: 12.5px; margin-top: 3px; }
.plan ul { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 10px; }
.plan li { display: flex; gap: 10px; font-size: 14.5px; color: var(--text-secondary); line-height: 1.45; }
.plan li svg { flex: 0 0 auto; margin-top: 2px; color: var(--success); }
.plan li .em { color: var(--text-primary); font-weight: 600; }
.plan .btn { margin-top: 2px; }
.plan__guarantee { text-align: center; font-size: 12.5px; color: var(--lp-muted); margin-top: 12px; }
.plans-foot { text-align: center; color: var(--lp-muted); font-size: 14px; margin-top: 26px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 40px auto 0; display: grid; gap: 12px; }
.faq details { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-family: var(--font-display); font-weight: 600; font-size: 16.5px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-mono); font-size: 22px; color: var(--brand-text); transition: transform var(--dur-base); flex: 0 0 auto; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { padding: 0 22px 20px; color: var(--text-secondary); font-size: 15.5px; }

/* ---------- CTA final ---------- */
.finalcta { text-align: center; }
.finalcta__box { background: linear-gradient(180deg, var(--bg-surface-2), var(--bg-surface)); border: 1px solid var(--border-strong); border-radius: var(--r-xl); padding: clamp(36px, 6vw, 64px) 24px; position: relative; overflow: hidden; }
.finalcta__box::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(600px 300px at 50% -20%, rgba(168,85,247,.22), transparent 60%); }
.finalcta__box > * { position: relative; z-index: 1; }
.finalcta h2 { font-size: clamp(26px, 5.5vw, 42px); max-width: 760px; margin: 0 auto; }
.finalcta .btn { margin-top: 28px; }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--border); padding: 34px 0; margin-top: 20px; }
.foot__in { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; color: var(--lp-muted); font-size: 13.5px; }
.foot a { color: var(--lp-muted); text-decoration: none; }
.foot a:hover { color: var(--text-secondary); }
.foot__links { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- responsivo ---------- */
@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .proof__stat { font-size: 18px; }
}
@media (min-width: 900px) {
  .section { padding: 84px 0; }
  .hero { padding: 72px 0 48px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; }
  .feature { grid-template-columns: 1fr 1fr; }
  .feature--rev .feature__body { order: 2; }
  .plan--pop { transform: translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

/* footer nav de cross-linking (LPs de segmento/alternativas) + hub de alternativas */
.foot__nav { display:flex; flex-wrap:wrap; gap:14px 30px; padding-bottom:22px; margin-bottom:20px; border-bottom:1px solid var(--border); font-size:13.5px; }
.foot__nav-group { display:flex; flex-wrap:wrap; align-items:center; gap:14px; }
.foot__nav-group b { color:var(--text-secondary); font-weight:600; margin-right:2px; }
.foot__nav a { color:var(--lp-muted); text-decoration:none; }
.foot__nav a:hover { color:var(--text-secondary); }
.alt-hub { display:grid; grid-template-columns:1fr; gap:16px; }
.alt-hub__card { display:block; text-decoration:none; padding:24px 26px; border:1px solid var(--border); border-radius:16px; background:var(--bg-surface); transition:border-color .15s, transform .15s; }
.alt-hub__card:hover { border-color:var(--brand-500); transform:translateY(-2px); }
.alt-hub__card h2 { color:var(--text-primary); font-size:21px; margin:0 0 8px; letter-spacing:-.01em; }
.alt-hub__card p { color:var(--text-secondary); font-size:15.5px; line-height:1.55; margin:0 0 14px; }
.alt-hub__go { color:var(--brand-300, #c4a3ff); font-size:14.5px; font-weight:600; }
@media (min-width:680px){ .alt-hub{ grid-template-columns:repeat(3,1fr); } }

/* FAQ das LPs (acordeao nativo <details>) */
.faq-list { max-width:760px; margin:26px auto 0; display:flex; flex-direction:column; gap:12px; }
.faq-item { border:1px solid var(--border); border-radius:14px; background:var(--bg-surface); }
.faq-item summary { cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:14px; padding:18px 20px; color:var(--text-primary); font-weight:600; font-size:16.5px; line-height:1.4; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; color:var(--brand-300,#c4a3ff); font-size:22px; line-height:1; flex:0 0 auto; }
.faq-item[open] summary::after { content:"\2013"; }
.faq-item[open] { border-color:var(--border-strong); }
.faq-item p { margin:0; padding:0 20px 18px; color:var(--text-secondary); font-size:15.5px; line-height:1.65; }
