/* Página de vendas — Conta Cheia */
:root {
  --ink: #142033; --muted: #5d6b85; --line: #e2e8f2; --bg: #f4f7fc; --card: #ffffff;
  --blue: #2f7de1; --blue-d: #1f4f9f; --cyan: #23a9b8; --lime: #b6f03a; --lime-d: #8edb00; --pink: #ff2d9b;
  --navy: #0f1a2e; --navy-2: #1b3566;
  --grad-lime: linear-gradient(135deg, #c4f74a 0%, #a8e626 100%);
  --grad-blue: linear-gradient(135deg, #2f7de1 0%, #23a9b8 100%);
  --shadow: 0 2px 4px rgba(20, 32, 51, .05), 0 24px 50px -24px rgba(20, 32, 51, .35);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
.wrap { width: min(1160px, 100% - 40px); margin-inline: auto; }
.narrow { width: min(820px, 100% - 40px); }
.center { text-align: center; }
.section { padding: 84px 0; }
@media (max-width: 760px) { .section { padding: 56px 0; } }

/* ---------- botões ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; background: var(--grad-lime); color: #142100; box-shadow: 0 10px 24px -10px rgba(120, 190, 0, .9); transition: transform .15s, box-shadow .15s; border: 0; cursor: pointer; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(120, 190, 0, .95); }
.btn.sm { padding: 9px 18px; font-size: 14px; }
.btn.lg { padding: 16px 30px; font-size: 17px; }
.btn.block { display: flex; width: 100%; }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.btn.ghost:hover { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 2px var(--ink); }

/* ---------- marca e navegação ---------- */
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 0 8px 18px -8px rgba(36, 146, 217, .7); }
.wordmark { display: grid; line-height: 1.05; }
.wordmark b { font-size: 21px; font-weight: 800; letter-spacing: -.02em; color: #17284a; }
.wordmark b em { font-style: normal; color: #1e90d6; }
.wordmark small { margin-top: 3px; font-size: 9.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; color: #5f6f8f; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(244, 247, 252, .86); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.nav.stuck { border-color: var(--line); box-shadow: 0 8px 24px -18px rgba(20, 32, 51, .5); }
.nav::after { content: ''; position: absolute; inset: auto 0 0 0; height: 3px; background: linear-gradient(90deg, #a6f23e, #43d9ad 45%, #2492d9); opacity: .9; }
.nav-in { display: flex; align-items: center; gap: 24px; padding: 12px 0; }
.links { display: flex; gap: 22px; margin-left: auto; }
.links a { text-decoration: none; font-weight: 600; font-size: 14.5px; color: var(--muted); }
.links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.login { font-weight: 700; font-size: 14px; text-decoration: none; color: var(--blue-d); }
@media (max-width: 980px) { .links { display: none; } .nav-cta { margin-left: auto; } }
@media (max-width: 520px) { .login { display: none; } .wordmark small { display: none; } .wordmark b { font-size: 18px; } }

/* ---------- textos comuns ---------- */
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-d); background: #e4edfc; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.eyebrow.light { color: #142100; background: var(--lime); }
h1 { font-size: clamp(34px, 5.2vw, 58px); line-height: 1.06; letter-spacing: -.03em; font-weight: 800; }
h2 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.12; letter-spacing: -.025em; font-weight: 800; }
h3 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
mark { background: var(--lime); color: #142100; padding: 0 .18em; border-radius: 10px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.sub { max-width: 720px; margin: 16px auto 0; color: var(--muted); font-size: 18px; }
.lead { color: var(--muted); font-size: 19px; margin-top: 20px; max-width: 560px; }

/* ---------- hero ---------- */
.hero { padding: 56px 0 72px; background:
  radial-gradient(900px 420px at 0% -10%, #d7e4fb 0%, transparent 70%),
  radial-gradient(800px 380px at 100% -8%, #dbf0a0 0%, transparent 64%), var(--bg); overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-note { margin-top: 18px; color: var(--muted); font-size: 15px; }
.hero-note s { opacity: .7; } .hero-note b { color: var(--ink); font-size: 18px; } .hero-note span { color: #2f7a00; font-weight: 700; }
.hero-ticks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; font-size: 14px; font-weight: 600; color: var(--muted); }
.hero-ticks li::before { content: '✓'; color: #2f7a00; font-weight: 800; margin-right: 6px; }
.hero-visual { position: relative; padding-bottom: 40px; }
.browser { background: #fff; border-radius: 16px; box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden; }
.browser-bar { display: flex; gap: 6px; padding: 10px 14px; background: #eef2f9; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #cfd8e6; }
.browser-bar i:nth-child(1) { background: #ff6b6b; } .browser-bar i:nth-child(2) { background: #ffcf5c; } .browser-bar i:nth-child(3) { background: #59d98e; }
.phone { background: #0f1a2e; border-radius: 34px; padding: 8px; box-shadow: var(--shadow); width: 100%; }
.phone img { border-radius: 27px; }
.hero-phone { position: absolute; right: -6px; bottom: 0; width: 27%; min-width: 130px; }
@media (max-width: 980px) { .hero-in { grid-template-columns: 1fr; } .hero-visual { max-width: 720px; margin-inline: auto; } .hero-phone { right: 0; } .hero { padding-top: 36px; } }
@media (max-width: 520px) { .btn.lg { width: 100%; padding-inline: 18px; font-size: 16px; } .hero-actions { flex-direction: column; } }

/* ---------- faixa de fatos ---------- */
.facts { background: var(--navy); color: #fff; }
.facts-in { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 22px 0; text-align: center; }
.facts b { display: block; font-size: 20px; color: var(--lime); letter-spacing: -.01em; }
.facts span { font-size: 13px; color: #b8c4dc; font-weight: 600; }
@media (max-width: 760px) { .facts-in { grid-template-columns: repeat(2, 1fr); row-gap: 18px; } }

/* ---------- intro ---------- */
.intro { background: var(--card); }
.goals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.goal { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 16px; font-weight: 700; display: grid; gap: 10px; justify-items: center; }
.goal span { font-size: 30px; width: 60px; height: 60px; display: grid; place-items: center; background: #fff; border-radius: 18px; box-shadow: 0 10px 20px -12px rgba(20, 32, 51, .5); }
@media (max-width: 860px) { .goals { grid-template-columns: repeat(2, 1fr); } }

/* ---------- recursos ---------- */
.feature.alt { background: var(--card); }
.feature-in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.feature-in.reverse .feature-copy { order: 2; }
.feature-copy p { color: var(--muted); font-size: 17.5px; margin-top: 16px; }
.checks { margin-top: 22px; display: grid; gap: 10px; }
.checks li { position: relative; padding-left: 32px; font-weight: 600; color: #2b3a55; }
.checks li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--grad-lime); color: #142100; font-size: 13px; font-weight: 800; display: grid; place-items: center; }
.shot { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.shot.wide { grid-column: auto; }
.shot.tall { max-width: 420px; margin-inline: auto; }
.shot-stack { display: grid; gap: 16px; }
@media (max-width: 980px) {
  .feature-in, .feature-in.reverse { grid-template-columns: 1fr; gap: 32px; }
  .feature-in.reverse .feature-copy { order: 0; }
}

/* ---------- passos ---------- */
.steps-sec { background: var(--card); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; text-align: left; counter-reset: s; }
.steps li { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; }
.steps b { width: 44px; height: 44px; border-radius: 14px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 20px; margin-bottom: 16px; }
.steps p { color: var(--muted); margin-top: 8px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* ---------- celular e escuro ---------- */
.phones { display: grid; grid-template-columns: repeat(3, minmax(0, 250px)); gap: 26px; justify-content: center; margin-top: 44px; align-items: start; }
.phones .up { transform: translateY(-22px); }
.dark-shot { max-width: 980px; margin: 48px auto 0; }
@media (max-width: 760px) { .phones { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; } .phones .up { transform: none; } .phone { border-radius: 18px; padding: 4px; } .phone img { border-radius: 14px; } }

/* ---------- segurança ---------- */
.trust { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; }
.trust h2 { max-width: 820px; margin-inline: auto; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.trust-grid article { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); padding: 26px; }
.trust-grid article span { font-size: 28px; }
.trust-grid h3 { margin-top: 14px; }
.trust-grid p { margin-top: 8px; color: #c2cde3; font-size: 15px; }
@media (max-width: 980px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .trust-grid { grid-template-columns: 1fr; } }

/* ---------- preço ---------- */
.pricing { background:
  radial-gradient(700px 320px at 50% 0%, #dbf0a0 0%, transparent 70%), var(--bg); }
.plan { position: relative; max-width: 470px; margin: 44px auto 0; background: #fff; border: 2px solid var(--ink); border-radius: 30px; padding: 44px 34px 32px; text-align: left; box-shadow: var(--shadow); }
.plan .badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--pink); color: #fff; font-weight: 800; font-size: 13px; padding: 7px 18px; border-radius: 999px; white-space: nowrap; box-shadow: 0 10px 20px -10px rgba(255, 45, 155, .8); }
.plan h3 { text-align: center; font-size: 22px; }
.plan .was { text-align: center; color: var(--muted); margin-top: 10px; font-size: 17px; }
.plan .price { text-align: center; font-size: 76px; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; color: var(--ink); }
.plan .price small { font-size: 26px; vertical-align: top; margin-right: 4px; letter-spacing: 0; position: relative; top: 12px; }
.plan .price sup { font-size: 34px; top: -1.1em; }
.plan .per { text-align: center; color: var(--muted); font-weight: 600; margin-bottom: 24px; }
.plan ul { display: grid; gap: 11px; margin-bottom: 28px; }
.plan li { position: relative; padding-left: 30px; font-weight: 600; font-size: 15.5px; color: #2b3a55; }
.plan li::before { content: '✓'; position: absolute; left: 0; width: 21px; height: 21px; border-radius: 50%; background: var(--grad-lime); color: #142100; font-size: 12px; font-weight: 800; display: grid; place-items: center; top: 2px; }
.secure { text-align: center; color: var(--muted); font-size: 13.5px; margin-top: 14px; }
.guarantee { margin-top: 22px; display: grid; gap: 2px; background: #f1fbdc; border: 1px dashed #93c11c; border-radius: 16px; padding: 14px 18px; text-align: center; }
.guarantee b { color: #2f7a00; } .guarantee span { color: var(--muted); font-size: 14px; }

/* ---------- FAQ ---------- */
.faq { background: var(--card); }
.faq details { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; margin-top: 12px; padding: 0 22px; }
.faq details:first-of-type { margin-top: 36px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 24px; line-height: 1; color: var(--blue); font-weight: 600; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding: 0 0 20px; }

/* ---------- CTA final e rodapé ---------- */
.final { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: 80px 0; }
.final img { margin: 0 auto 18px; border-radius: 18px; }
.final p { margin: 14px 0 28px; color: #c2cde3; font-size: 18px; } .final p b { color: var(--lime); font-size: 22px; }
.foot { background: var(--navy); color: #b8c4dc; padding: 34px 0 96px; }
.foot .wordmark b { color: #fff; } .foot .wordmark b em { color: #5fc0f7; } .foot .wordmark small { color: #94a3c2; }
.foot-in { display: grid; gap: 16px; font-size: 13px; }
.foot a { color: #dfe8fb; }
.foot-links a { text-decoration: underline; }

/* ---------- barra fixa (celular) ---------- */
.sticky-cta { position: fixed; inset: auto 0 0 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(15, 26, 46, .96); backdrop-filter: blur(10px); color: #fff; transform: translateY(110%); transition: transform .3s; }
.sticky-cta.on { transform: none; }
.sticky-cta s { opacity: .6; font-size: 13px; } .sticky-cta b { color: var(--lime); font-size: 19px; }
@media (min-width: 761px) { .sticky-cta { display: none; } .foot { padding-bottom: 34px; } }

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

/* ajustes finais */
.nav-cta .short { display: none; }
@media (max-width: 520px) { .nav-cta .long { display: none; } .nav-cta .short { display: inline; } }
.shot-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 560px; margin-inline: auto; }
.shot-duo .shot { display: flex; }

/* ---------- CTAs pulsantes e chamadas repetidas ---------- */
@keyframes cta-pulse {
  0%   { transform: scale(1);    box-shadow: 0 10px 24px -10px rgba(120, 190, 0, .9), 0 0 0 0 rgba(168, 230, 38, .75); }
  60%  { transform: scale(1.045); box-shadow: 0 14px 28px -10px rgba(120, 190, 0, .95), 0 0 0 16px rgba(168, 230, 38, 0); }
  100% { transform: scale(1);    box-shadow: 0 10px 24px -10px rgba(120, 190, 0, .9), 0 0 0 0 rgba(168, 230, 38, 0); }
}
.btn[data-checkout] { animation: cta-pulse 2s ease-out infinite; }
.btn[data-checkout]:hover, .btn[data-checkout]:focus-visible { animation-play-state: paused; transform: translateY(-2px) scale(1.03); }
.sticky-cta .btn[data-checkout] { animation-duration: 1.8s; }
@media (prefers-reduced-motion: reduce) { .btn[data-checkout] { animation: none; } }

.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 28px; }
.cta-row.center { justify-content: center; margin-top: 40px; }
.cta-note { font-size: 14px; color: var(--muted); font-weight: 600; }
.cta-note s { opacity: .7; } .cta-note b { color: var(--ink); font-size: 16px; }
.cta-row.light .cta-note { color: #c2cde3; } .cta-row.light .cta-note b { color: var(--lime); }
.faq .cta-row { margin-top: 36px; }
@media (max-width: 520px) { .cta-row { flex-direction: column; align-items: stretch; text-align: center; } .cta-row .btn { width: 100%; } }
