:root{--ink:#0f172a;--muted:#64748b;--lime:#ffad22;--lime-dark:#f28b00;--purple:#1677ff;--cream:#f5f8ff;--white:#fff;--border:#dfe2e5;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8faff;color:var(--ink);font-family:Manrope,sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.topbar{height:82px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.4px}.brand>span:last-child>span{color:var(--purple)}.brand-mark{width:32px;height:32px;border-radius:10px;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-size:17px}.topbar-link{color:var(--ink);text-decoration:none;font-weight:800;font-size:13px;border-bottom:1px solid #aeb3b9;padding:8px 0}.topbar-link span{color:var(--purple);font-size:17px}.hero{min-height:720px;max-width:1240px;margin:0 auto;padding:70px 28px 80px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:55px;position:relative}.hero-glow{position:absolute;border-radius:999px;filter:blur(1px);z-index:-1}.glow-one{width:420px;height:420px;background:rgba(255,173,34,.18);top:20px;left:-300px}.glow-two{width:280px;height:280px;background:rgba(22,119,255,.08);right:-180px;bottom:20px}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:1.25px;font-size:11px;font-weight:800;color:#3f4750}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 5px rgba(22,119,255,.12)}h1,h2{font-family:Space Grotesk,sans-serif;letter-spacing:-3.8px;line-height:1.02;margin:22px 0}h1{font-size:clamp(50px,5.35vw,76px);max-width:700px}h1 em,h2 em{font-style:normal;color:var(--purple)}.hero-subtitle{font-size:18px;line-height:1.7;max-width:625px;color:var(--muted)}.hero-subtitle strong{color:var(--ink)}.hero-actions{display:flex;align-items:center;gap:24px;margin:34px 0 22px}.button{display:inline-flex;justify-content:center;align-items:center;gap:16px;padding:20px 24px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.2px;transition:.25s ease;box-shadow:0 10px 24px rgba(17,21,27,.12)}.button:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(17,21,27,.18)}.button-primary{background:var(--ink);color:white}.button-primary span{color:var(--lime);font-size:19px}.mini-proof{display:flex;align-items:center;gap:11px;font-size:10px;color:var(--muted);line-height:1.5}.mini-proof strong{color:var(--ink);font-size:11px}.avatar-stack{display:flex}.avatar-stack b{display:grid;place-items:center;width:28px;height:28px;border:2px solid #f8faff;border-radius:50%;background:#dbeafe;color:#145dcc;font-size:8px;margin-left:-7px}.avatar-stack b:first-child{margin-left:0}.avatar-stack b:nth-child(2){background:#f8d6b9;color:#895223}.avatar-stack b:nth-child(3){background:#d2efd2;color:#2c6832}.avatar-stack b:last-child{background:var(--ink);color:white}.hero-note{font-size:11px;color:#7b838c}.hero-note span{color:#f28b00;font-weight:900}.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}.dashboard-card{width:390px;min-height:480px;background:#fff;border:1px solid rgba(17,21,27,.09);border-radius:28px;box-shadow:0 35px 80px rgba(30,35,45,.15);padding:26px;transform:rotate(2deg);position:relative;z-index:2}.dash-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid #eee}.dash-logo{font-family:Space Grotesk;font-size:12px;font-weight:700}.dash-logo span{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--ink);color:var(--lime);margin-right:7px}.dash-user{width:29px;height:29px;border-radius:50%;background:linear-gradient(135deg,#f4ba98,#754b43)}.dashboard-card>p{font-size:11px;color:#90969d;margin:22px 0 9px}.dash-balance{background:var(--ink);border-radius:17px;color:white;padding:19px;display:grid;grid-template-columns:1fr auto;align-items:center}.dash-balance span{font-size:10px;color:#aeb4ba}.dash-balance strong{font-family:Space Grotesk;font-size:24px;grid-row:1/3;grid-column:2}.dash-balance small{color:var(--lime);font-size:9px;margin-top:6px}.chart-bars{height:100px;margin:26px 0 18px;display:flex;gap:8px;align-items:flex-end;border-bottom:1px solid #e8eaec}.chart-bars i{height:var(--h);flex:1;background:#cfe2ff;border-radius:4px 4px 0 0}.chart-bars i:nth-last-child(-n+3){background:var(--purple)}.dash-order{display:flex;align-items:center;gap:12px;padding:12px 3px;border-top:1px solid #eff0f1}.dash-order>div{display:flex;flex:1;flex-direction:column}.dash-order b{font-size:11px}.dash-order small{font-size:8px;color:#999}.dash-order>strong{font-size:12px}.icon-bubble{width:33px;height:33px;border-radius:10px;background:#ffe1e8;color:#f14972;display:grid;place-items:center}.icon-bubble.purple{background:#eaf2ff;color:var(--purple)}.float-card{position:absolute;z-index:3;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid #e1e3e6;border-radius:16px;padding:13px 16px;box-shadow:0 16px 34px rgba(23,28,36,.13);display:flex;align-items:center;gap:11px}.float-card>span{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--lime);font-weight:900}.float-card div{display:flex;flex-direction:column}.float-card small{font-size:7px;letter-spacing:.8px;color:#8d939a;font-weight:800}.float-card strong{font:700 17px Space Grotesk}.float-follow{left:-8px;top:120px;animation:float 4s ease-in-out infinite}.float-like{right:-4px;bottom:80px;animation:float 4s ease-in-out 1s infinite}.float-like>span{background:#eaf2ff;color:var(--purple)}.orbit{position:absolute;border:1px solid #e2e4df;border-radius:50%}.orbit-one{width:500px;height:500px}.orbit-two{width:380px;height:380px;border-style:dashed}.trust-strip{max-width:1184px;margin:10px auto 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);padding:27px 0}.trust-strip div{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;padding:0 32px;border-right:1px solid var(--border)}.trust-strip div:last-child{border:0}.trust-strip strong{font:700 34px Space Grotesk}.trust-strip sup{font:700 15px Space Grotesk;color:var(--purple);margin-left:2px}.trust-strip span{font-size:10px;color:#858d95;text-transform:uppercase;letter-spacing:.6px;margin-left:10px}.section{max-width:1240px;margin:auto;padding:120px 28px}.section-heading{max-width:720px}.section-heading h2,.how h2,.offer h2{font-size:clamp(42px,5vw,64px)}.section-heading p{color:var(--muted);font-size:16px;line-height:1.7;max-width:590px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}.benefit-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:32px;min-height:350px;position:relative;transition:.3s}.benefit-card:hover{transform:translateY(-7px);box-shadow:0 25px 50px rgba(23,28,36,.08)}.benefit-card.featured{background:var(--ink);color:white;transform:translateY(-14px)}.benefit-card.featured:hover{transform:translateY(-21px)}.popular{position:absolute;right:20px;top:20px;background:var(--lime);color:var(--ink);border-radius:50px;padding:7px 10px;font-size:8px;font-weight:900;letter-spacing:.7px}.benefit-number{font:600 12px Space Grotesk;color:#a9afb5}.benefit-icon{width:58px;height:58px;background:#eaf2ff;color:var(--purple);display:grid;place-items:center;border-radius:17px;font-size:25px;margin:35px 0 25px}.featured .benefit-icon{background:var(--lime);color:var(--ink)}.benefit-card h3{font:700 22px Space Grotesk;margin:0 0 13px}.benefit-card p{color:#77808a;line-height:1.65;font-size:13px}.featured p{color:#aeb4ba}.benefit-card a{position:absolute;left:32px;bottom:29px;color:inherit;text-decoration:none;font-size:11px;font-weight:800}.how{padding-top:40px}.how-panel{min-height:590px;background:var(--ink);border-radius:35px;padding:85px;display:grid;grid-template-columns:1fr 1fr;gap:90px;color:white;position:relative;overflow:hidden}.how-panel:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:var(--purple);filter:blur(130px);opacity:.25;left:-180px;bottom:-200px}.eyebrow.light{color:#b6bdc4}.eyebrow.light i{background:var(--lime);box-shadow:0 0 0 5px rgba(255,173,34,.1)}.how-copy{position:relative;z-index:1}.how-copy p{font-size:14px;color:#aab1b8;line-height:1.8;max-width:430px}.text-link{display:inline-flex;gap:17px;color:white;text-decoration:none;font-size:12px;font-weight:900;margin-top:25px;border-bottom:1px solid #555d66;padding-bottom:10px}.text-link span{color:var(--lime)}.steps{margin:0;padding:0;list-style:none;position:relative}.steps:before{content:"";position:absolute;left:24px;top:45px;bottom:45px;border-left:1px dashed #4b525b}.steps li{display:flex;gap:23px;align-items:center;min-height:145px;border-bottom:1px solid #343a42}.steps li:last-child{border:0}.steps li>span{flex:0 0 48px;height:48px;display:grid;place-items:center;background:#292f37;border:1px solid #484f58;border-radius:50%;font:700 12px Space Grotesk;position:relative;z-index:1}.steps li:first-child>span{background:var(--lime);border-color:var(--lime);color:var(--ink)}.steps h3{font:700 18px Space Grotesk;margin:0 0 8px}.steps p{font-size:12px;color:#8f979f;margin:0}.centered{text-align:center;margin:auto}.centered .eyebrow{justify-content:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px}.quote-card{background:white;border:1px solid var(--border);border-radius:22px;padding:29px}.quote-card.offset{transform:translateY(25px)}.stars{color:#ffb62f;letter-spacing:2px;font-size:12px}.quote-card blockquote{font:600 16px/1.7 Space Grotesk;margin:25px 0 30px}.quote-card footer{border-top:1px solid #ebedef;padding-top:21px;display:flex;align-items:center;gap:11px}.quote-card footer>span{width:38px;height:38px;border-radius:50%;background:#dbeafe;color:#145dcc;display:grid;place-items:center;font-size:10px;font-weight:900}.quote-card footer div{display:flex;flex:1;flex-direction:column}.quote-card footer strong{font-size:11px}.quote-card footer small{font-size:9px;color:#90969d}.quote-card footer>b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#dff6dc;color:#46943e;font-size:9px}.offer{padding-top:90px}.offer-card{background:var(--purple);color:white;border-radius:34px;text-align:center;padding:90px 30px;position:relative;overflow:hidden}.offer-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:var(--lime);opacity:.15;filter:blur(110px);right:-300px;top:-300px}.offer-card>*:not(.offer-glow){position:relative}.offer-card h2{max-width:880px;margin:25px auto}.offer-card h2 em{color:var(--lime)}.offer-card>p{max-width:690px;margin:0 auto 30px;color:#dfdcff;line-height:1.7}.offer-checks{display:flex;justify-content:center;gap:28px;font-size:11px;margin-bottom:35px}.offer-checks span{color:#f4f2ff}.button-white{background:white;color:var(--ink);min-width:330px}.button-white span{color:var(--purple);font-size:18px}.offer-card>small{display:block;margin-top:17px;color:#c3bbff;font-size:9px}.footer{max-width:1184px;margin:0 auto;padding:35px 0 45px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);font-size:9px;color:#8a9198}.footer div{display:flex;gap:17px}.footer div a{color:inherit;text-decoration:none}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:45px;text-align:center}.hero-copy{display:flex;align-items:center;flex-direction:column}.hero-visual{margin-top:20px}.trust-strip{grid-template-columns:repeat(2,1fr);margin:0 20px}.trust-strip div:nth-child(2){border:0}.trust-strip div{margin:12px 0}.benefit-grid,.testimonial-grid{grid-template-columns:1fr}.benefit-card.featured,.benefit-card.featured:hover,.quote-card.offset{transform:none}.how-panel{grid-template-columns:1fr;padding:55px;gap:40px}.footer{margin:0 28px}.section{padding-top:90px;padding-bottom:90px}}
@media(max-width:600px){.topbar{height:70px;padding:0 18px}.topbar-link{font-size:0}.topbar-link:before{content:"ACESSAR";font-size:10px}.hero{padding:45px 18px 60px;min-height:auto}h1,h2{letter-spacing:-2.5px}h1{font-size:45px}.hero-subtitle{font-size:15px}.hero-actions{flex-direction:column}.hero-note{line-height:2}.hero-visual{min-height:420px;width:100%}.dashboard-card{width:300px;min-height:390px;padding:20px}.float-card{transform:scale(.82)}.float-follow{left:-10px}.float-like{right:-13px}.orbit-one{width:380px;height:380px}.orbit-two{width:310px;height:310px}.chart-bars{height:72px;margin:18px 0 12px}.dash-order{padding:8px 2px}.trust-strip{padding:15px 0}.trust-strip div{padding:0 17px}.trust-strip strong{font-size:25px}.trust-strip span{grid-column:1/4;margin:4px 0 0;font-size:8px}.section{padding:78px 18px}.section-heading h2,.how h2,.offer h2{font-size:40px}.benefit-grid{margin-top:40px}.how{padding-top:15px}.how-panel{padding:45px 25px;border-radius:25px}.steps li{min-height:125px}.testimonial-grid{margin-top:38px}.offer-card{padding:65px 20px;border-radius:25px}.offer-checks{flex-direction:column;gap:10px}.button-white{min-width:0;width:100%;font-size:11px}.footer{padding-bottom:100px;flex-direction:column;gap:20px}.mobile-cta{position:fixed;display:block;z-index:20;left:12px;right:12px;bottom:12px;transform:translateY(130%);transition:.35s}.mobile-cta.show{transform:none}.mobile-cta a{display:flex;justify-content:center;gap:15px;background:var(--lime);color:var(--ink);padding:17px;border-radius:13px;text-decoration:none;font-size:11px;font-weight:900;box-shadow:0 10px 30px rgba(17,21,27,.25)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.float-card{animation:none}}
.vsl-section{max-width:1050px;margin:0 auto;padding:105px 28px 80px;text-align:center}.vsl-heading{max-width:780px;margin:0 auto 44px}.vsl-heading h2{font-size:clamp(40px,5vw,62px)}.vsl-heading p{max-width:650px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.75}.video-shell{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 72% 30%,rgba(22,119,255,.42),transparent 32%),radial-gradient(circle at 20% 85%,rgba(255,173,34,.2),transparent 27%),linear-gradient(145deg,#101b35,#071020 70%);box-shadow:0 30px 80px rgba(15,23,42,.24);border:7px solid white;display:grid;place-items:center}.video-shell:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:45px 45px}.video-shell:after{content:"TUDO SOCIAL";position:absolute;font:700 clamp(60px,13vw,145px) Space Grotesk;color:rgba(255,255,255,.025);letter-spacing:-8px;white-space:nowrap}.video-top{position:absolute;z-index:2;top:25px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;color:#9caac1;font-size:9px;font-weight:800;letter-spacing:1px}.video-top span{display:flex;align-items:center;gap:9px}.video-top i{width:7px;height:7px;background:#ffad22;border-radius:50%;box-shadow:0 0 12px #ffad22}.play-button{position:relative;z-index:3;width:94px;height:94px;border:0;border-radius:50%;background:var(--purple);color:white;cursor:pointer;box-shadow:0 0 0 14px rgba(22,119,255,.16),0 18px 40px rgba(0,0,0,.32);transition:.25s}.play-button:hover{transform:scale(1.08)}.play-button span{font-size:25px;margin-left:6px}.video-caption{position:absolute;z-index:2;bottom:34px;left:35px;text-align:left;color:white;display:flex;flex-direction:column}.video-caption strong{font:700 clamp(17px,2vw,24px) Space Grotesk}.video-caption span{color:#9facbf;font-size:11px;margin-top:6px}.video-note{font-size:10px;color:#8a94a3;margin:17px 0 0}.brand-mark{font-size:9px;background:var(--purple);color:white}.dash-logo span{font-size:8px;background:var(--purple);color:white}.button-primary{background:var(--purple)}.button-primary span{color:white}.how-panel{background:#0b1730}.offer-card{background:linear-gradient(135deg,#0869ec,#1254d8)}
@media(max-width:600px){.vsl-section{padding:75px 18px 55px}.vsl-heading{margin-bottom:28px}.video-shell{border-width:4px;border-radius:18px}.video-top{top:15px;left:16px;right:16px}.video-top span{font-size:7px}.play-button{width:68px;height:68px}.video-caption{left:18px;bottom:17px}.video-caption span{display:none}.video-shell:after{letter-spacing:-4px}}
.hero{display:block;max-width:1120px;padding-top:65px;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero h1{max-width:1030px;font-size:clamp(50px,6.4vw,82px)}.hero-subtitle{max-width:790px;font-size:19px}.hero-visual{display:none}.hero-vsl{width:min(900px,100%);margin:42px auto 0}.hero-vsl .video-shell{width:100%}.hero-actions{justify-content:center}.hero-actions .button{padding-left:32px;padding-right:32px;background:linear-gradient(135deg,#1677ff,#075bd1);box-shadow:0 14px 35px rgba(22,119,255,.28)}.hero-note{text-align:center}.trust-strip{margin-top:45px}
@media(max-width:600px){.hero{padding-top:42px}.hero h1{font-size:44px}.hero-subtitle{font-size:15px}.hero-vsl{margin-top:28px}.hero-actions{margin-top:26px}.hero-actions .button{width:100%;padding-left:12px;padding-right:12px}.mini-proof{margin-top:4px}}
.urgency-bar{position:sticky;top:0;z-index:30;background:#081329;color:white;border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 8px 24px rgba(8,19,41,.12)}.urgency-inner{height:50px;max-width:1184px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:center;gap:13px}.urgency-pulse{width:8px;height:8px;border-radius:50%;background:#ffad22;box-shadow:0 0 0 0 rgba(255,173,34,.5);animation:urgencyPulse 1.8s infinite}.urgency-inner p{display:flex;align-items:center;gap:10px;margin:0;font-size:10px;text-transform:uppercase;letter-spacing:.7px}.urgency-inner p strong{font-weight:800}.urgency-inner p span{color:#8491a7}.countdown{display:flex;align-items:center;gap:4px;margin-left:7px}.countdown>span{display:flex;align-items:baseline;gap:2px}.countdown b{font:700 17px Space Grotesk;color:#ffad22;min-width:22px;text-align:center}.countdown small{font-size:6px;color:#8f9bb0;font-weight:800}.countdown i{font-style:normal;color:#526079;margin:0 1px}.urgency-bar.expired .urgency-pulse{background:#94a3b8;animation:none}.urgency-bar.expired .countdown{display:none}@keyframes urgencyPulse{0%{box-shadow:0 0 0 0 rgba(255,173,34,.5)}70%{box-shadow:0 0 0 8px rgba(255,173,34,0)}100%{box-shadow:0 0 0 0 rgba(255,173,34,0)}}
@media(max-width:600px){.urgency-inner{height:56px;padding:0 14px;gap:10px}.urgency-inner p{align-items:flex-start;flex-direction:column;gap:1px;font-size:8px;line-height:1.25}.urgency-inner p span{font-size:7px}.countdown{margin-left:auto}.countdown b{font-size:16px}}
.urgency-bar{background:linear-gradient(90deg,#b80618,#e3152b 48%,#b80618);border-bottom-color:rgba(255,255,255,.2);box-shadow:0 8px 28px rgba(183,6,24,.25)}.urgency-pulse{background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.65)}.urgency-inner p span{color:#ffd3d7}.countdown{background:rgba(90,0,10,.28);border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:4px 8px}.countdown b{color:#fff}.countdown small{color:#ffd3d7}.countdown i{color:#ffadb5}@keyframes urgencyPulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.65)}70%{box-shadow:0 0 0 8px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
.pricing-offer{padding:70px;text-align:left}.offer-content{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;position:relative}.offer-copy h2{font-size:clamp(44px,5vw,65px);margin-bottom:18px}.offer-copy>p{color:#dbe8ff;line-height:1.7;max-width:560px}.offer-list{list-style:none;margin:30px 0 0;padding:0;display:grid;gap:13px}.offer-list li{display:flex;align-items:center;gap:11px;font-size:12px;color:#eff5ff}.offer-list li b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);color:#fff;font-size:10px}.price-box{background:white;color:var(--ink);border-radius:25px;padding:34px;text-align:center;box-shadow:0 25px 55px rgba(3,24,72,.25)}.price-label{display:inline-block;background:#eaf2ff;color:#075bd1;border-radius:50px;padding:7px 12px;font-size:8px;font-weight:900;letter-spacing:1px}.price-box>p{font-size:11px;color:#7b8798;margin:20px 0 0}.price{display:flex;justify-content:center;align-items:flex-start;margin:2px 0}.price strong{font:700 78px/.95 Space Grotesk;letter-spacing:-5px}.price small{font:700 17px Space Grotesk;margin-top:12px}.price small:last-child{margin-top:47px}.price-detail{font-size:10px;color:#788495;margin:8px 0 22px}.price-box .button{width:100%;background:var(--purple);color:white;min-width:0}.secure-line{font-size:8px;color:#8d97a5;margin:13px 0 19px}.guarantee-mini{display:flex;align-items:center;justify-content:center;gap:10px;border-top:1px solid #e7ebf1;padding-top:17px}.guarantee-mini>span{width:38px;height:38px;border:2px solid #ffad22;border-radius:50%;display:grid;place-items:center;font:700 19px Space Grotesk;color:#e28500}.guarantee-mini p{display:flex;flex-direction:column;text-align:left;margin:0;font-size:8px;color:#8b95a3}.guarantee-mini p b{font-size:9px;color:var(--ink)}.guarantee-section{max-width:920px;margin:0 auto 25px;padding:45px 55px;background:white;border:1px solid var(--border);border-radius:24px;display:flex;align-items:center;gap:34px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.guarantee-seal{flex:0 0 100px;height:100px;border:3px solid var(--purple);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--purple)}.guarantee-seal strong{font:700 42px/.9 Space Grotesk}.guarantee-seal span{font-size:9px;font-weight:900;letter-spacing:1px}.guarantee-section h2{font:700 30px Space Grotesk;letter-spacing:-1.5px;margin:14px 0 8px}.guarantee-section p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.faq{padding-top:95px}.faq-list{max-width:850px;margin:50px auto 0}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{list-style:none;cursor:pointer;padding:23px 4px;display:flex;justify-content:space-between;align-items:center;font:600 15px Space Grotesk}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:27px;height:27px;border-radius:50%;background:#eaf2ff;color:var(--purple);display:grid;place-items:center;font:500 18px Manrope;transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg);background:var(--purple);color:white}.faq-list details p{max-width:720px;color:var(--muted);font-size:12px;line-height:1.75;margin:0;padding:0 45px 22px 4px}.faq-cta{text-align:center;margin-top:45px}.faq-cta p{font-size:11px;color:#8490a0}.faq-cta .button{margin-top:8px}
@media(max-width:800px){.pricing-offer{padding:50px 25px}.offer-content{grid-template-columns:1fr;gap:40px}.offer-copy{text-align:center}.offer-list{max-width:470px;margin:28px auto 0;text-align:left}.price-box{max-width:450px;width:100%;margin:auto}.guarantee-section{margin:0 18px;padding:35px 25px}.guarantee-seal{flex-basis:80px;height:80px}.guarantee-seal strong{font-size:34px}}
@media(max-width:520px){.pricing-offer{padding:45px 18px}.offer-copy h2{font-size:40px}.offer-list li{font-size:11px;align-items:flex-start}.price-box{padding:29px 18px}.price strong{font-size:68px}.guarantee-section{flex-direction:column;text-align:center}.faq-list summary{font-size:13px;gap:20px}.faq-list summary span{flex:0 0 27px}.faq-list details p{padding-left:0}.faq-cta .button{width:100%;font-size:10px}}
@media(max-width:520px){.guarantee-section{display:grid;grid-template-columns:64px 1fr;align-items:start;gap:15px;margin:0 18px;padding:22px 18px;text-align:left;border-radius:18px}.guarantee-seal{grid-column:1;grid-row:1;width:64px;height:64px;min-width:64px;border-width:2px}.guarantee-seal strong{font-size:28px}.guarantee-seal span{font-size:7px}.guarantee-section>div:last-child{grid-column:2;min-width:0}.guarantee-section .eyebrow{font-size:8px;letter-spacing:.7px;gap:7px}.guarantee-section .eyebrow i{width:5px;height:5px;box-shadow:0 0 0 3px rgba(22,119,255,.12)}.guarantee-section h2{font-size:21px;line-height:1.08;letter-spacing:-.8px;margin:10px 0 7px}.guarantee-section p{grid-column:1/3;font-size:11px;line-height:1.65;margin-top:2px}.guarantee-section>div:last-child p{margin-left:-79px;margin-top:18px}}
@media(max-width:520px){.guarantee-section>div:last-child{display:contents}.guarantee-section .eyebrow{grid-column:2;align-self:end}.guarantee-section h2{grid-column:2;align-self:start;margin:5px 0 0}.guarantee-section p,.guarantee-section>div:last-child p{grid-column:1/3;margin:2px 0 0;padding-top:15px;border-top:1px solid var(--border)}}
.compact-proof{max-width:1184px;margin:95px auto 20px;padding:60px;background:#0c1832;border-radius:30px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:65px;color:white;position:relative;overflow:hidden}.compact-proof:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:#1677ff;filter:blur(150px);opacity:.2;right:-100px;top:-180px}.compact-proof-copy{position:relative;z-index:2}.compact-proof h2{font:700 45px/1.03 Space Grotesk;letter-spacing:-2.5px;margin:20px 0}.compact-proof h2 em{color:#65a5ff}.compact-proof-copy>p{color:#9eabbe;font-size:13px;line-height:1.7}.compact-proof ul{list-style:none;padding:0;margin:25px 0;display:grid;gap:11px}.compact-proof li{display:flex;align-items:center;gap:9px;font-size:10px;color:#e1e8f2}.compact-proof li b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:rgba(22,119,255,.22);color:#74adff;font-size:9px}.compact-proof .button{margin-top:6px;background:white;color:#0f172a}.real-proof-frame{position:relative;z-index:2;background:#eef2f7;border:5px solid rgba(255,255,255,.13);border-radius:19px;box-shadow:0 25px 55px rgba(0,0,0,.3);min-height:345px}.proof-browser{height:38px;display:flex;align-items:center;padding:0 13px;gap:5px;color:#7e8998}.proof-browser i{width:7px;height:7px;border-radius:50%;background:#ff6b6b}.proof-browser i:nth-child(2){background:#ffbd43}.proof-browser i:nth-child(3){background:#55c976}.proof-browser span{margin:auto;font-size:7px;background:white;border:1px solid #dce2e9;border-radius:6px;padding:5px 55px}.proof-placeholder{min-height:297px;background:linear-gradient(145deg,#f8faff,#eaf1fb);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#69778b;text-align:center}.proof-placeholder-icon{width:54px;height:54px;border:1px dashed #9eacc0;border-radius:14px;display:grid;place-items:center;font-size:25px;color:#1677ff;margin-bottom:14px}.proof-placeholder strong{font-size:9px;letter-spacing:.7px;color:#3f4c60}.proof-placeholder small{font-size:7px;margin-top:5px}.proof-callout{position:absolute;right:-18px;bottom:25px;background:white;color:#0f172a;border:1px solid #dbe2eb;border-radius:12px;padding:12px 15px;box-shadow:0 14px 30px rgba(0,0,0,.18);display:flex;flex-direction:column}.proof-callout small{font-size:6px;color:#8c97a6;font-weight:900}.proof-callout strong{font:700 15px Space Grotesk;color:#168043;margin-top:3px}
@media(max-width:850px){.compact-proof{margin:75px 20px 10px;padding:45px;grid-template-columns:1fr;gap:40px}.compact-proof-copy{text-align:center}.compact-proof ul{max-width:370px;margin:25px auto;text-align:left}.compact-proof h2{font-size:42px}.real-proof-frame{width:100%;max-width:620px;margin:auto}}
@media(max-width:520px){.compact-proof{margin:60px 18px 0;padding:37px 16px;border-radius:23px;gap:30px}.compact-proof h2{font-size:37px;letter-spacing:-2px}.compact-proof-copy>p{font-size:11px}.compact-proof .button{width:100%;font-size:9px}.real-proof-frame{border-width:3px;min-height:255px}.proof-placeholder{min-height:218px}.proof-browser span{padding:5px 20px}.proof-callout{right:-6px;bottom:15px;padding:9px 11px}.proof-callout strong{font-size:12px}}
.vsl-player{background:#071020}.youtube-vsl,.youtube-vsl iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.youtube-vsl{z-index:1;overflow:hidden}.youtube-vsl iframe{pointer-events:none}.vsl-cover{position:absolute;inset:0;z-index:4;display:grid;place-items:center;transition:opacity .35s ease,visibility .35s ease;background:#071020}.vsl-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,11,25,.2),rgba(4,11,25,.05) 45%,rgba(4,11,25,.82));pointer-events:none}.vsl-cover>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.58}.vsl-cover .video-top,.vsl-cover .play-button,.vsl-cover .video-caption{z-index:2}.vsl-player.playing .vsl-cover{opacity:0;visibility:hidden;pointer-events:none}.vsl-progress{position:absolute;z-index:6;left:0;right:0;bottom:0;height:6px;background:rgba(255,255,255,.16);overflow:hidden}.vsl-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#1677ff,#56a1ff);box-shadow:0 0 12px rgba(22,119,255,.75);transition:width .35s linear}.vsl-toggle{display:none;position:absolute;z-index:7;right:17px;bottom:18px;width:39px;height:39px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(6,14,30,.7);backdrop-filter:blur(8px);color:white;cursor:pointer;font-size:12px}.vsl-player.playing .vsl-toggle{display:grid;place-items:center}.vsl-player.paused .vsl-toggle{font-size:0}.vsl-player.paused .vsl-toggle:after{content:"▶";font-size:12px;margin-left:2px}.vsl-player.ended .vsl-cover{opacity:1;visibility:visible;pointer-events:auto}.vsl-player.ended .video-top small{font-size:0}.vsl-player.ended .video-top small:after{content:"ASSISTIR NOVAMENTE";font-size:9px}
@media(max-width:600px){.vsl-progress{height:4px}.vsl-toggle{width:34px;height:34px;right:11px;bottom:11px}.vsl-cover>img{opacity:.5}}
.vsl-pause-warning{position:absolute;inset:0;z-index:9;background:rgba(5,12,27,.9);backdrop-filter:blur(9px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:white;padding:25px;opacity:0;visibility:hidden;pointer-events:none;transition:.25s}.vsl-player.paused:not(.ended) .vsl-pause-warning{opacity:1;visibility:visible;pointer-events:auto}.vsl-player.paused .vsl-toggle{display:none}.pause-alert{width:44px;height:44px;border-radius:50%;background:#e3152b;color:white;display:grid;place-items:center;font:800 24px Space Grotesk;box-shadow:0 0 0 9px rgba(227,21,43,.14);margin-bottom:17px}.vsl-pause-warning>strong{font:700 clamp(19px,2.7vw,30px) Space Grotesk;letter-spacing:-.8px}.vsl-pause-warning>p{font-size:11px;line-height:1.6;color:#b9c4d5;max-width:460px;margin:9px 0 20px}.vsl-pause-warning>button{border:0;border-radius:12px;background:#1677ff;color:white;padding:15px 22px;font-size:9px;font-weight:900;letter-spacing:.4px;cursor:pointer;box-shadow:0 12px 28px rgba(22,119,255,.3)}.vsl-pause-warning>button span{margin-right:8px}.vsl-pause-warning>button:hover{background:#0969e8;transform:translateY(-2px)}
@media(max-width:600px){.pause-alert{width:34px;height:34px;font-size:18px;margin-bottom:11px}.vsl-pause-warning{padding:16px}.vsl-pause-warning>strong{font-size:17px}.vsl-pause-warning>p{font-size:9px;margin:6px 0 13px}.vsl-pause-warning>button{padding:12px 16px;font-size:8px}}
.vsl-sound-gate{position:absolute;z-index:8;left:50%;top:50%;transform:translate(-50%,-50%);width:min(430px,82%);border:1px solid rgba(255,255,255,.24);border-radius:18px;background:rgba(7,16,35,.9);backdrop-filter:blur(14px);box-shadow:0 24px 65px rgba(0,0,0,.42),0 0 0 8px rgba(255,255,255,.05);color:white;padding:18px 19px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:14px;text-align:left;cursor:pointer;transition:transform .25s,opacity .3s,visibility .3s}.vsl-sound-gate:hover{transform:translate(-50%,-53%);background:rgba(9,22,48,.95)}.sound-icon{width:54px;height:54px;border-radius:15px;background:#e3152b;display:grid;place-items:center;box-shadow:0 9px 24px rgba(227,21,43,.28)}.sound-icon svg{width:29px;height:29px;fill:white}.sound-icon svg path:last-child{fill:none;stroke:white;stroke-width:4;stroke-linecap:round}.sound-copy{display:flex;flex-direction:column}.sound-copy strong{font:700 17px Space Grotesk;letter-spacing:-.4px}.sound-copy small{font-size:10px;color:#b8c4d5;margin-top:3px}.sound-click{background:#1677ff;border-radius:9px;padding:10px 11px;font-size:7px;font-weight:900;letter-spacing:.5px;white-space:nowrap}.sound-click b{margin-left:4px}.vsl-player.sound-enabled .vsl-sound-gate{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-45%)}.vsl-player:not(.playing) .vsl-sound-gate{z-index:10}.vsl-player.ended .vsl-sound-gate{display:none}
@media(max-width:600px){.vsl-sound-gate{width:88%;grid-template-columns:43px 1fr;padding:12px 13px;gap:10px;border-radius:14px}.sound-icon{width:43px;height:43px;border-radius:12px}.sound-icon svg{width:23px;height:23px}.sound-copy strong{font-size:14px}.sound-copy small{font-size:8px}.sound-click{grid-column:1/3;text-align:center;padding:8px;font-size:7px}}
.vsl-sound-gate{width:min(330px,72%);min-height:185px;padding:25px;background:linear-gradient(145deg,#c8ff4b,#a9dc35);border:0;border-radius:22px;box-shadow:0 22px 55px rgba(0,0,0,.38),0 0 36px rgba(187,244,64,.2);color:#0a0f13;display:flex;flex-direction:column;justify-content:center;gap:16px;text-align:center}.vsl-sound-gate:hover{background:linear-gradient(145deg,#d5ff70,#b6e849);transform:translate(-50%,-53%) scale(1.02)}.sound-title,.sound-subtitle{font:700 17px Space Grotesk;letter-spacing:-.3px}.sound-icon{width:43px;height:43px;background:transparent;box-shadow:none;border-radius:0}.sound-icon svg{width:36px;height:36px;fill:#0a0f13}.sound-icon svg path:last-child{stroke:#0a0f13}.sound-subtitle{font-size:18px}.vsl-cover>img{opacity:.68}.vsl-cover:after{background:rgba(4,10,20,.27)}
@media(max-width:600px){.vsl-sound-gate{width:min(265px,78%);min-height:145px;padding:18px;gap:10px;border-radius:18px}.sound-title{font-size:14px}.sound-subtitle{font-size:15px}.sound-icon{width:35px;height:35px}.sound-icon svg{width:30px;height:30px}}
.vsl-sound-gate{background:linear-gradient(145deg,#2388ff,#0b62db);color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 22px 55px rgba(0,0,0,.4),0 0 38px rgba(22,119,255,.28)}.vsl-sound-gate:hover{background:linear-gradient(145deg,#3393ff,#1677ff)}.sound-icon{background:rgba(255,173,34,.16);border-radius:12px;box-shadow:0 0 0 7px rgba(255,173,34,.08)}.sound-icon svg{width:29px;height:29px;fill:#ffbd52}.sound-icon svg path:last-child{stroke:#ffbd52}
