:root { --ink:#050607; --panel:#101418; --paper:#f4f4f0; --muted:#a9afb7; --blue:#0a55ff; --lime:#a7ef00; --line:rgba(255,255,255,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--paper); font-family:Arial,Helvetica,sans-serif; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
main { background:radial-gradient(circle at 12% 6%,rgba(10,85,255,.09),transparent 26rem),var(--ink); }
.container { width:min(1180px,calc(100% - 40px)); margin:0 auto; position:relative; z-index:2; }
.container.narrow { width:min(980px,calc(100% - 40px)); }
.section-grid { position:relative; isolation:isolate; }
.section-grid::before { content:""; position:absolute; inset:0; opacity:.14; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent); z-index:0; }

.hero { min-height:890px; padding:28px 0 88px; overflow:hidden; }
.hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.82) 48%,rgba(5,6,7,.38) 100%); z-index:0; }
.grid-line { position:absolute; z-index:1; background:var(--blue); box-shadow:0 0 30px rgba(10,85,255,.6); }
.grid-line-a { width:1px; height:72%; right:12%; top:6%; transform:rotate(24deg); opacity:.42; }
.grid-line-b { width:42%; height:1px; right:-4%; bottom:17%; transform:rotate(-18deg); opacity:.42; background:var(--lime); }
.brandbar { display:flex; align-items:center; justify-content:space-between; padding:6px 0 56px; border-bottom:1px solid var(--line); }
.brand { font-weight:950; font-size:22px; letter-spacing:-.04em; }
.brand span { color:var(--lime); }
.brand-tag { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:10px; letter-spacing:.2em; color:var(--muted); }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; padding-top:84px; }
.hero-copy { position:relative; z-index:3; }
.eyebrow { display:flex; align-items:center; gap:10px; color:#d9dee6; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:12px; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.eyebrow span { width:34px; height:4px; background:var(--blue); display:inline-block; }
h1,h2 { margin:0; font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-weight:900; text-transform:uppercase; letter-spacing:-.012em; line-height:1; }
h1 { max-width:760px; margin-top:24px; font-size:clamp(66px,7vw,108px); }
h1 em,h2 em { color:var(--lime); font-style:normal; text-shadow:3px 3px 0 rgba(10,85,255,.28); }
.hero-subtitle { max-width:650px; margin:28px 0 0; color:#c5cbd3; font-size:19px; line-height:1.55; }
.hero-proof { display:flex; flex-wrap:wrap; gap:12px 20px; margin:28px 0; color:#e7eaf0; font-size:13px; }
.hero-proof span { display:flex; align-items:center; gap:8px; }
.hero-proof svg { color:var(--lime); }
.cta { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:60px; padding:0 24px; border:1px solid transparent; font-weight:950; letter-spacing:.02em; transition:transform .2s ease,box-shadow .2s ease; }
.cta:hover { transform:translateY(-2px); }
.cta-primary { color:#050607; background:var(--lime); box-shadow:8px 8px 0 var(--blue); }
.cta-primary:hover { box-shadow:4px 4px 0 var(--blue),0 0 30px rgba(167,239,0,.14); }
.cta-note { margin:16px 0 0; color:#858d97; font-size:12px; }
.cta-note strong { color:#fff; }
.hero-product { position:relative; height:620px; perspective:1200px; z-index:2; }
.hero-halo { position:absolute; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle,rgba(10,85,255,.35),rgba(10,85,255,0) 65%); right:-50px; top:10px; filter:blur(16px); }
.hero-mockup { position:absolute; width:720px; max-width:none; right:-150px; top:70px; display:block; border:1px solid rgba(255,255,255,.2); box-shadow:0 34px 90px rgba(0,0,0,.7); transform:rotate(-1.5deg); }
.book { position:absolute; overflow:hidden; background:#111; border:1px solid rgba(255,255,255,.35); box-shadow:0 30px 80px rgba(0,0,0,.8); }
.book img { width:100%; height:100%; object-fit:cover; display:block; }
.book-front { width:340px; height:510px; right:78px; top:38px; transform:rotateY(-13deg) rotateZ(2deg); z-index:3; }
.book-back { width:300px; height:450px; right:-52px; top:92px; transform:rotateY(-18deg) rotateZ(9deg); opacity:.74; z-index:2; }
.product-badge { position:absolute; left:4px; bottom:72px; display:flex; align-items:center; gap:8px; padding:12px 16px; color:var(--ink); background:var(--lime); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-weight:900; font-size:11px; letter-spacing:.07em; z-index:4; transform:rotate(-2deg); }
.product-orbit { position:absolute; display:grid; place-items:center; width:52px; height:52px; border:1px solid rgba(255,255,255,.35); background:rgba(8,10,12,.82); color:var(--lime); backdrop-filter:blur(8px); z-index:5; }
.orbit-one { right:12px; top:18px; }
.orbit-two { left:34px; top:172px; color:#2c6dff; }

.ba-section { padding:112px 0; background:#080a0c; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-heading.centered { text-align:center; max-width:760px; margin:0 auto 40px; }
.section-heading.centered .eyebrow { justify-content:center; }
.section-heading h2 { font-size:clamp(54px,6vw,84px); }
.section-heading>p:not(.eyebrow),.split-heading>p { color:var(--muted); font-size:17px; line-height:1.6; }
.ba-slider { position:relative; aspect-ratio:4/5; max-width:520px; margin:0 auto; overflow:hidden; border:1px solid rgba(255,255,255,.22); box-shadow:18px 18px 0 rgba(10,85,255,.2); user-select:none; touch-action:none; cursor:ew-resize; }
.ba-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; pointer-events:none; }
.ba-before { position:absolute; inset:0; clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0); }
.ba-label { position:absolute; top:18px; z-index:3; padding:7px 14px; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-weight:900; font-size:12px; letter-spacing:.14em; background:rgba(5,6,7,.82); border:1px solid rgba(255,255,255,.2); }
.ba-label-before { left:18px; color:var(--muted); }
.ba-label-after { right:18px; color:var(--lime); }
.ba-handle { position:absolute; top:0; bottom:0; width:3px; margin-left:-1.5px; background:var(--lime); box-shadow:0 0 22px rgba(167,239,0,.5); z-index:4; pointer-events:none; }
.ba-handle-grip { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); display:grid; place-items:center; width:46px; height:46px; border-radius:50%; background:var(--ink); border:2px solid var(--lime); color:var(--lime); font-size:20px; font-weight:900; }

.modules { padding:118px 0 132px; }
.split-heading { display:grid; grid-template-columns:1.35fr .65fr; gap:60px; align-items:end; margin-bottom:48px; }
.split-heading>p { margin:0 0 6px; }
.module-banner { position:relative; padding:26px; border:1px solid rgba(255,255,255,.2); background:linear-gradient(145deg,rgba(19,24,29,.96),rgba(8,10,12,.96)); box-shadow:16px 16px 0 rgba(167,239,0,.08); }
.module-banner::after { content:""; position:absolute; width:160px; height:4px; right:26px; top:26px; background:linear-gradient(90deg,var(--blue) 0 48%,transparent 48% 52%,var(--lime) 52%); }
.module-banner-top { display:flex; justify-content:space-between; padding-right:190px; margin-bottom:24px; }
.micro-label { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:10px; letter-spacing:.14em; color:#9da5af; }
.micro-label.lime { color:var(--lime); }
.module-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.1); }
.module-card { min-height:240px; padding:24px 20px; background:#0b0e11; transition:background .2s ease,transform .2s ease; }
.module-card:hover { background:#111821; transform:translateY(-3px); }
.module-number { display:inline-grid; place-items:center; width:46px; height:34px; margin-bottom:44px; background:var(--blue); color:#fff; font-family:Impact,Haettenschweiler,sans-serif; font-size:21px; }
.module-card:nth-child(even) .module-number { background:var(--lime); color:#050607; }
.module-card h3 { margin:0; font-size:19px; text-transform:uppercase; line-height:1.1; }
.module-card p { margin:12px 0 0; color:#8e97a1; font-size:13px; line-height:1.55; }
.module-extra { background:linear-gradient(145deg,rgba(10,85,255,.24),rgba(167,239,0,.09)); }
.module-extra svg { color:var(--lime); margin-bottom:48px; }

.bonuses { padding:120px 0 140px; background:#080a0c; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.bonus-heading { margin-bottom:52px!important; }
.bonus-grid { display:grid; gap:22px; max-width:920px; margin:0 auto; }
.bonus-card { position:relative; display:grid; grid-template-columns:340px 1fr; align-items:stretch; overflow:hidden; border:1px solid rgba(255,255,255,.18); background:linear-gradient(120deg,#0e1318,#090c0f); box-shadow:12px 12px 0 rgba(10,85,255,.14); transition:transform .2s ease,box-shadow .2s ease; }
.bonus-card:hover { transform:translateY(-3px); box-shadow:12px 12px 0 rgba(167,239,0,.16); }
.bonus-card:nth-child(even) { grid-template-columns:1fr 340px; }
.bonus-card:nth-child(even) .bonus-media { order:2; }
.bonus-card::before { content:""; position:absolute; width:84px; height:4px; top:0; left:0; background:var(--blue); z-index:3; box-shadow:88px 0 0 var(--lime); }
.bonus-media { position:relative; min-height:250px; overflow:hidden; background:#050607; border-right:1px solid var(--line); }
.bonus-card:nth-child(even) .bonus-media { border-right:0; border-left:1px solid var(--line); }
.bonus-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; display:block; transition:transform .35s ease; }
.bonus-card:hover .bonus-media img { transform:scale(1.03); }
.bonus-copy { display:flex; flex-direction:column; justify-content:center; padding:30px 32px; }
.bonus-copy-top { display:flex; align-items:center; justify-content:space-between; gap:14px; }
.bonus-number { color:var(--lime); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:11px; font-weight:900; letter-spacing:.14em; }
.bonus-value { color:#7e8792; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:11px; letter-spacing:.06em; }
.bonus-value s { color:#5d656e; }
.bonus-copy h3 { margin:14px 0 0; font-size:clamp(24px,3vw,30px); line-height:1.05; text-transform:uppercase; letter-spacing:-.005em; }
.bonus-copy p { margin:14px 0 22px; color:#99a1ab; line-height:1.65; font-size:14px; }
.included { display:inline-flex; align-items:center; align-self:flex-start; gap:8px; padding:9px 12px; color:#050607; background:var(--lime); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:9px; font-weight:900; letter-spacing:.1em; }

.results { padding:120px 0 132px; }
.disclosure { display:flex; align-items:flex-start; gap:10px; max-width:820px; margin:-16px 0 32px; padding:13px 15px; border-left:3px solid var(--lime); background:rgba(255,255,255,.04); color:#9ba3ad; font-size:12px; line-height:1.5; }
.disclosure svg { flex:none; color:var(--lime); }
.results-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.result-card { overflow:hidden; border:1px solid rgba(255,255,255,.18); background:#0d1115; }
.result-image { aspect-ratio:1; overflow:hidden; background:#16191c; }
.result-image img { width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.92) contrast(1.02); transition:transform .3s ease; }
.result-card:hover .result-image img { transform:scale(1.025); }
.result-copy { padding:20px 20px 24px; border-top:4px solid var(--blue); }
.result-card:nth-child(even) .result-copy { border-top-color:var(--lime); }
.result-copy>span { color:#7f8a96; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:9px; letter-spacing:.12em; }
.result-copy h3 { margin:10px 0 0; font-size:21px; text-transform:uppercase; }
.result-copy p { margin:8px 0 18px; color:#9ca4ad; font-size:13px; }
.result-copy blockquote { margin:0; padding:13px; border:1px dashed rgba(255,255,255,.18); color:#68717c; background:#090b0d; font-size:11px; line-height:1.5; }

.offer { padding:128px 0; background:linear-gradient(145deg,#080a0c,#0d1117); border-top:1px solid var(--line); border-bottom:1px solid var(--line); overflow:hidden; }
.offer::after { content:"37,90"; position:absolute; right:-34px; bottom:-74px; color:rgba(10,85,255,.08); font-family:Impact,Haettenschweiler,sans-serif; font-size:310px; letter-spacing:-.05em; z-index:0; }
.offer-container { display:grid; grid-template-columns:1fr 520px; gap:72px; align-items:center; }
.offer-context h2 { margin-top:20px; font-size:clamp(58px,6vw,88px); }
.offer-context>p:not(.eyebrow) { max-width:620px; color:var(--muted); font-size:17px; line-height:1.65; }
.offer-assurances { display:grid; gap:13px; margin-top:30px; }
.offer-assurances span { display:flex; align-items:center; gap:11px; color:#dce1e8; font-size:14px; }
.offer-assurances svg { width:19px; color:var(--lime); }
.price-card { position:relative; padding:30px; border:1px solid rgba(255,255,255,.27); background:rgba(6,8,10,.95); box-shadow:16px 16px 0 var(--blue),-1px -1px 0 rgba(167,239,0,.6); z-index:2; }
.price-card::after { content:""; position:absolute; inset:10px; border:1px solid rgba(255,255,255,.06); pointer-events:none; }
.price-card-top { display:flex; align-items:center; justify-content:space-between; padding-bottom:18px; border-bottom:1px solid var(--line); font-weight:950; letter-spacing:-.03em; }
.price-card-top span { font-size:22px; }
.price-card-top small { color:var(--lime); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:9px; letter-spacing:.15em; }
.price-card h3 { margin:26px 0 20px; max-width:390px; font-family:Impact,Haettenschweiler,sans-serif; font-size:40px; line-height:.94; text-transform:uppercase; }
.price-card ul { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.price-card li { display:flex; align-items:center; gap:10px; color:#b4bbc4; font-size:14px; }
.price-card li svg { flex:none; color:var(--lime); }
.price { display:flex; flex-direction:column; margin:30px 0 20px; padding-top:24px; border-top:1px solid var(--line); }
.price>span { color:#8f98a3; font-size:12px; }
.price strong { margin-top:2px; font-family:Impact,Haettenschweiler,sans-serif; font-size:92px; font-weight:900; line-height:.9; letter-spacing:-.035em; }
.price sup { color:var(--lime); font-family:Arial,Helvetica,sans-serif; font-size:20px; vertical-align:top; position:relative; top:17px; }
.price small { font-size:45px; }
.cta-wide { position:relative; width:calc(100% - 8px); padding:0 14px; font-size:14px; z-index:2; }
.checkout-note { position:relative; display:flex; align-items:center; justify-content:center; gap:7px; margin:16px 0 0; color:#6d7680; font-size:10px; z-index:2; }

.guarantee { padding:108px 0; }
.guarantee-inner { display:grid; grid-template-columns:320px 1fr; gap:72px; align-items:center; }
.guarantee-seal { position:relative; width:280px; height:280px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:4px solid var(--lime); border-radius:50%; background:radial-gradient(circle,rgba(167,239,0,.11),transparent 64%); box-shadow:0 0 0 12px rgba(167,239,0,.04),0 0 70px rgba(167,239,0,.12); transform:rotate(-5deg); }
.guarantee-seal::before,.guarantee-seal::after { content:""; position:absolute; inset:15px; border:1px dashed rgba(167,239,0,.6); border-radius:50%; }
.guarantee-seal::after { inset:-18px; border-color:rgba(10,85,255,.45); }
.guarantee-seal span,.guarantee-seal small { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:10px; font-style:normal; font-weight:900; letter-spacing:.16em; }
.guarantee-seal strong { margin:-2px 0 -10px; font-family:Impact,Haettenschweiler,sans-serif; font-size:116px; line-height:1; }
.guarantee-seal em { color:var(--lime); font-family:Impact,Haettenschweiler,sans-serif; font-size:34px; font-style:normal; line-height:1; }
.guarantee-seal small { margin-top:10px; font-size:8px; }
.guarantee-copy h2 { margin-top:20px; font-size:clamp(58px,6vw,86px); }
.guarantee-copy>p:not(.eyebrow) { max-width:760px; color:var(--muted); font-size:17px; line-height:1.65; }

.faq { padding:120px 0 132px; background:#080a0c; border-top:1px solid var(--line); }
.faq-layout .section-heading { margin-bottom:50px; }
.faq-list { border-top:1px solid rgba(255,255,255,.2); }
.faq-item { border-color:rgba(255,255,255,.18)!important; }
.faq-trigger { min-height:76px; padding:20px 6px!important; color:#eef1f5; font-size:18px!important; font-weight:800!important; text-decoration:none!important; }
.faq-trigger>span { display:grid; place-items:center; flex:none; width:38px; height:30px; margin-right:5px; color:#050607; background:var(--lime); font-family:Impact,Haettenschweiler,sans-serif; font-size:18px; }
.faq-trigger>svg { color:var(--lime)!important; }
.faq-content { padding:0 54px 24px!important; color:#959ea9; font-size:15px; line-height:1.65; }

.footer { padding:54px 0 30px; border-top:4px solid var(--blue); background:#040506; }
.footer::before { content:""; display:block; width:160px; height:4px; margin-top:-58px; margin-bottom:50px; background:var(--lime); }
.footer-grid { display:flex; align-items:flex-start; justify-content:space-between; gap:40px; }
.footer-grid>div>p { color:#717a84; font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:9px; letter-spacing:.15em; }
.footer nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:22px; color:#929aa4; font-size:12px; }
.footer nav a:hover { color:var(--lime); }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:38px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); color:#545c65; font-size:10px; line-height:1.5; }
.footer-bottom p { margin:0; max-width:620px; }

@media (max-width:980px) {
  .hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:58px}.hero-product{height:560px;width:min(680px,100%);margin:0 auto}.hero-mockup{width:680px;right:-30px;top:42px}.split-heading{grid-template-columns:1fr;gap:20px}.module-grid{grid-template-columns:repeat(2,1fr)}
  .bonus-card,.bonus-card:nth-child(even){grid-template-columns:300px 1fr}.bonus-card:nth-child(even) .bonus-media{order:0;border-left:0;border-right:1px solid var(--line)}.results-grid{grid-template-columns:repeat(2,1fr)}.offer-container{grid-template-columns:1fr;gap:52px}.price-card{width:min(560px,calc(100% - 16px));margin:0 auto}.guarantee-inner{grid-template-columns:260px 1fr;gap:45px}.guarantee-seal{width:240px;height:240px}.guarantee-seal strong{font-size:92px}
}
@media (max-width:640px) {
  .container,.container.narrow{width:min(100% - 28px,1180px)} .hero{padding-top:18px;padding-bottom:68px}.brandbar{padding-bottom:30px}.brand-tag{display:none}.hero-grid{padding-top:45px;gap:26px} h1{font-size:clamp(54px,17vw,76px)}.hero-subtitle{font-size:16px}.hero-proof{display:grid}.cta{width:calc(100% - 7px);padding:0 16px;font-size:14px}.hero-product{height:360px;transform:none}.hero-mockup{width:540px;right:-82px;top:28px}.product-badge{bottom:6px;left:0}.video-section,.modules,.bonuses,.results,.offer,.guarantee,.faq{padding:82px 0}.section-heading h2,.offer-context h2,.guarantee-copy h2{font-size:clamp(48px,14vw,68px)}.video-shell{box-shadow:8px 8px 0 rgba(10,85,255,.24)}.play-button{width:66px;height:66px}.video-placeholder-copy{left:16px;bottom:14px}.video-placeholder-copy small{display:none}.module-banner{padding:14px}.module-banner-top{padding-right:0}.micro-label.lime{display:none}.module-grid{grid-template-columns:1fr}.module-card{min-height:190px}.module-number{margin-bottom:26px}.module-extra svg{margin-bottom:28px}.bonus-card,.bonus-card:nth-child(even){display:block;box-shadow:8px 8px 0 rgba(10,85,255,.16)}.bonus-media{position:relative;min-height:0;height:250px;border-right:0!important;border-left:0!important;border-bottom:1px solid var(--line)}.bonus-copy{padding:24px 20px}.results-grid{grid-template-columns:1fr}.disclosure{margin-top:0}.price-card{width:calc(100% - 8px);padding:24px 20px;box-shadow:8px 8px 0 var(--blue)}.price-card h3{font-size:36px}.price strong{font-size:78px}.guarantee-inner{grid-template-columns:1fr;text-align:left;gap:50px}.guarantee-seal{width:230px;height:230px;margin:0 auto}.faq-trigger{font-size:15px!important}.faq-content{padding-left:49px!important}.footer-grid,.footer-bottom{flex-direction:column}.footer nav{justify-content:flex-start}.footer-bottom{gap:10px}
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} *{transition:none!important} }

/* Mockup no topo do card de oferta */
.price-card-mockup { display:block; width:calc(100% + 60px); max-width:none; margin:-30px -30px 24px; border:1px solid rgba(255,255,255,.2); border-bottom:3px solid var(--lime); box-shadow:0 18px 45px rgba(0,0,0,.45); }
@media (max-width:640px) { .price-card-mockup { width:calc(100% + 40px); margin:-24px -20px 20px; } }

/* ===== Depoimentos ===== */
.result-copy { display:flex; flex-direction:column; gap:14px; }
.result-stars { display:flex; gap:3px; color:var(--lime); }
.result-copy blockquote { margin:0; padding:0; border:0; background:none; color:#d6dbe2; font-size:14.5px; line-height:1.68; letter-spacing:.005em; }
.result-author h3 { margin:0; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:800; letter-spacing:.01em; text-transform:none; }
.result-author p { margin:4px 0 0; color:#8b939d; font-size:12px; letter-spacing:.03em; }

/* ===== Ancoragem de preço ===== */
.value-stack { margin-top:34px; padding:22px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.03); }
.value-stack ul { display:grid; gap:12px; margin:16px 0 0; padding:0; list-style:none; }
.value-stack li { display:flex; align-items:baseline; justify-content:space-between; gap:14px; padding-bottom:11px; border-bottom:1px dashed rgba(255,255,255,.12); }
.value-label { color:#c9cfd7; font-size:13.5px; line-height:1.55; letter-spacing:.01em; }
.value-price { display:flex; align-items:center; gap:8px; flex:none; font-size:13px; }
.value-price s { color:#7e8792; }
.value-price b { color:var(--lime); font-size:11px; letter-spacing:.1em; }
.value-total { display:flex; align-items:baseline; justify-content:space-between; gap:14px; margin-top:18px; }
.value-total span { color:#9aa2ac; font-size:13px; }
.value-total strong { font-family:Impact,Haettenschweiler,sans-serif; font-size:30px; letter-spacing:-.02em; color:#fff; }
.value-today { margin:14px 0 0; color:#c9cfd7; font-size:13.5px; line-height:1.6; }
.value-today b { color:var(--lime); }

/* ===== Vantagens no card ===== */
.advantages { margin-top:24px; padding-top:20px; border-top:1px solid var(--line); }
.advantages-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 16px; margin-top:14px; }
.advantages-grid span { display:flex; align-items:center; gap:8px; min-width:0; color:#dfe4ea; font-size:13px; letter-spacing:.015em; }
.advantages-grid svg { flex:none; color:var(--lime); }

/* ===== Preço ===== */
.price { align-items:flex-start; gap:2px; margin:26px 0 22px; }
.price-anchor { color:#9aa2ac; font-size:13px; letter-spacing:.02em; }
.price-anchor s { color:#6f7883; }
.price strong { display:flex; align-items:flex-start; margin-top:6px; font-size:clamp(66px,17vw,104px); line-height:1; letter-spacing:.012em; }
.price sup { top:0; margin-right:8px; font-size:.28em; line-height:1.7; vertical-align:top; }
.price small { font-size:.42em; line-height:1.15; }
.price-terms { margin-top:8px; color:#8f98a3; font-size:12px; letter-spacing:.02em; }

/* ===== Notificação de compra ===== */
.purchase-toast { position:fixed; top:16px; right:16px; z-index:60; display:flex; align-items:center; gap:11px; max-width:min(320px,calc(100vw - 32px)); padding:11px 14px; border:1px solid rgba(167,239,0,.4); background:rgba(9,11,13,.96); box-shadow:0 12px 34px rgba(0,0,0,.55); opacity:0; transform:translateY(-14px); pointer-events:none; transition:opacity .35s ease,transform .35s ease; }
.purchase-toast.is-visible { opacity:1; transform:translateY(0); }
.purchase-icon { display:grid; place-items:center; flex:none; width:32px; height:32px; color:#050607; background:var(--lime); }
.purchase-copy { display:flex; flex-direction:column; min-width:0; gap:2px; }
.purchase-copy strong { font-size:12.5px; letter-spacing:.02em; }
.purchase-copy span { color:#98a1ab; font-size:11.5px; letter-spacing:.02em; }

/* ===== Legibilidade e responsividade mobile ===== */
@media (max-width:640px) {
  body { letter-spacing:.012em; }
  h1 { font-size:clamp(42px,12.5vw,60px); letter-spacing:-.008em; line-height:1.04; }
  .section-heading h2, .offer-context h2, .guarantee-copy h2 { font-size:clamp(34px,9.5vw,48px); letter-spacing:-.005em; line-height:1.06; }
  .hero-subtitle { font-size:16px; line-height:1.72; letter-spacing:.012em; }
  .section-heading p, .offer-context p, .guarantee-copy p { font-size:15px; line-height:1.72; letter-spacing:.012em; }
  .eyebrow { font-size:10.5px; letter-spacing:.14em; line-height:1.5; }
  .module-card h3, .bonus-card h3 { letter-spacing:-.01em; line-height:1.08; }
  .module-card p, .bonus-copy p { font-size:14px; line-height:1.68; letter-spacing:.012em; }
  .result-copy { padding:18px 17px 22px; gap:12px; }
  .result-copy blockquote { font-size:14px; line-height:1.7; }
  .cta { width:100%; min-height:58px; padding:14px 16px; font-size:13.5px; line-height:1.25; text-align:center; letter-spacing:.03em; }
  .price-card { width:100%; padding:20px 16px; }
  .price-card-mockup { width:calc(100% + 32px); margin:-20px -16px 18px; }
  .price-card h3 { font-size:clamp(28px,8vw,34px); line-height:1.02; }
  .price-card li { font-size:13.5px; line-height:1.55; align-items:flex-start; }
  .price-card li svg { margin-top:3px; }
  .advantages-grid { grid-template-columns:1fr; }
  .price { align-items:center; text-align:center; margin:30px 0 24px; }
  .price strong { font-size:clamp(62px,20vw,92px); justify-content:center; }
  .price sup { margin-right:6px; }
  .value-stack { padding:16px 14px; }
  .value-stack li { flex-direction:column; align-items:flex-start; gap:5px; }
  .value-price { font-size:12.5px; }
  .faq-trigger { line-height:1.45!important; letter-spacing:.01em; }
  .faq-content { font-size:14px; line-height:1.72; }
  .purchase-toast { top:10px; right:10px; left:10px; max-width:none; padding:10px 12px; }
}
.advantages .micro-label, .value-stack .micro-label { display:inline-block!important; }

/* FAQ nativo (details/summary) — sem JS extra */
.faq-list { border-top:1px solid rgba(255,255,255,.2); }
.faq-item { border-bottom:1px solid rgba(255,255,255,.18); }
.faq-trigger { display:flex; align-items:center; gap:8px; cursor:pointer; list-style:none; }
.faq-trigger::-webkit-details-marker { display:none; }
.faq-trigger svg { flex:none; margin-left:auto; color:var(--lime); transition:transform .2s ease; }
.faq-item[open] .faq-trigger svg { transform:rotate(180deg); }
