@import "tailwindcss";

:root { --ink:#06130d; --ink-2:#0a2418; --paper:#f7f7f0; --muted:#a9b5ad; --green:#22e783; --green-dark:#0da962; --line:rgba(255,255,255,.12); --serif:Georgia,"Times New Roman",serif; }

*{box-sizing:border-box}
 html{scroll-behavior:smooth}
 body{margin:0;background:var(--ink);color:#f8fff9;font-family:Arial,Helvetica,sans-serif}
 a{color:inherit;text-decoration:none}
 button{font:inherit}
 main{overflow:hidden}
.skip-link{position:absolute;left:-9999px;top:0}
.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;color:#000;padding:.8rem 1rem;border-radius:.5rem}
.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,4rem);max-width:1440px;margin:auto;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:.75rem}
.brand img{border-radius:50%}
.brand span{display:grid}
.brand b{font-size:1rem;letter-spacing:.02em}
.brand small{font-size:.68rem;color:#8da296;letter-spacing:.08em;text-transform:uppercase;margin-top:.15rem}
.header-cta{border:1px solid rgba(34,231,131,.65);padding:.75rem 1.2rem;border-radius:99px;font-weight:800;color:var(--green);transition:.2s}
.header-cta:hover{background:var(--green);color:var(--ink)}
.hero{position:relative;max-width:1440px;margin:auto;padding:clamp(3.5rem,8vw,8rem) clamp(1rem,5vw,5rem) 5rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,7rem);align-items:center}
.hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:rgba(34,231,131,.12);filter:blur(120px);left:-350px;top:20px;pointer-events:none}
.eyebrow{display:inline-flex;color:var(--green);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900}
.hero h1{font-family:var(--serif);font-size:clamp(3.4rem,6.5vw,7.2rem);font-weight:400;line-height:.88;letter-spacing:-.055em;margin:1.25rem 0 1.5rem;max-width:760px}
.hero h1 em{font-style:italic;color:var(--green)}
.hero-lead{font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.65;color:#c6d1ca;max-width:640px}
.hero-list{list-style:none;padding:0;margin:1.7rem 0;display:grid;gap:.65rem;font-weight:700}
.hero-list span{display:inline-grid;place-items:center;background:rgba(34,231,131,.12);color:var(--green);border:1px solid rgba(34,231,131,.25);width:1.55rem;height:1.55rem;border-radius:50%;margin-right:.6rem}
.cta{display:inline-flex;align-items:center;justify-content:space-between;gap:2.5rem;background:var(--green);color:#032011;border-radius:8px;padding:1rem 1.25rem 1rem 1.5rem;font-weight:900;box-shadow:0 12px 40px rgba(34,231,131,.17);min-width:min(100%,310px);transition:transform .2s,background .2s}
.cta:hover{transform:translateY(-2px);background:#52f49e}
.cta b{display:grid;place-items:center;border-radius:50%;background:rgba(0,0,0,.1);width:2.15rem;height:2.15rem}
.cta-dark{background:var(--ink);color:#fff;box-shadow:none}
.cta-dark:hover{background:#102d20}
.microcopy,.hero-media>p{font-size:.76rem;color:#809389;margin:.75rem 0 0}
.video-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 .8rem;color:#a9b9b0}
.pulse{display:inline-block;width:.55rem;height:.55rem;background:var(--green);border-radius:50%;margin-right:.5rem;box-shadow:0 0 0 6px rgba(34,231,131,.12)}
.video-shell{position:relative;overflow:hidden;border:8px solid #071a10;border-radius:18px;background:#071a10;box-shadow:0 25px 80px rgba(0,0,0,.38)}
.video-shell video{display:block;width:100%;height:auto;aspect-ratio:16/9;border:0;background:#071a10;object-fit:contain}
.stats{max-width:1240px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}
.stats div{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.8rem;border-right:1px solid var(--line)}
.stats div:last-child{border:0}
.stats strong{font-family:var(--serif);font-size:2.3rem;color:var(--green);font-weight:400}
.stats span{font-size:.8rem;line-height:1.4;color:#b1c0b7}
.section{padding:clamp(5rem,9vw,9rem) clamp(1rem,5vw,5rem);max-width:1440px;margin:auto}
.section-heading{max-width:850px;text-align:center;margin:0 auto 3.5rem}
.section-heading.left{text-align:left;margin-left:0}
.section-heading h2,.demo-copy h2,.bonus-copy h2,.offer-copy h2,.final-cta h2{font-family:var(--serif);font-size:clamp(2.6rem,5vw,5rem);font-weight:400;line-height:1;letter-spacing:-.04em;margin:1rem 0 1.25rem}
.section-heading p,.demo-copy>p,.bonus-copy>p,.offer-copy>p{font-size:1.05rem;line-height:1.7;color:#a9b9b0}
.problem-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,9rem);align-items:start}
.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}
.benefit-grid article{background:var(--ink);padding:2rem;min-height:220px}
.benefit-grid article>span{font-family:var(--serif);font-style:italic;color:var(--green);font-size:1.15rem}
.benefit-grid h3{font-size:1.15rem;margin:3rem 0 .7rem}
.benefit-grid p{font-size:.9rem;line-height:1.55;color:#91a398;margin:0}
.curriculum-section{background:var(--paper);color:#0a1710;max-width:none}
.curriculum-section>*{max-width:1240px;margin-left:auto;margin-right:auto}
.curriculum-section .eyebrow{color:#0a9b59}
.curriculum-section .section-heading p{color:#5d6961}
.curriculum{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #ccd3cd}
.curriculum article{display:flex;gap:1.5rem;padding:1.4rem .5rem;border-bottom:1px solid #ccd3cd}
.curriculum article:nth-child(odd){margin-right:2rem}
.curriculum article:nth-child(even){margin-left:2rem}
.curriculum article>span{font-family:var(--serif);font-style:italic;color:#0a9b59;font-size:1.05rem}
.curriculum h3{font-size:1rem;margin:0 0 .35rem}
.curriculum p{font-size:.84rem;line-height:1.45;color:#69746d;margin:0}
.center-cta{text-align:center;margin-top:3rem}
.demo-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,9rem);align-items:center}
.check-list{list-style:none;padding:0;margin:2rem 0;display:grid;gap:.75rem}
.check-list li:before{content:"✓";color:var(--green);margin-right:.7rem;font-weight:900}
.second-video{border-color:rgba(255,255,255,.16)}
.gallery-section{background:#081b12;max-width:none}
.gallery-section>*{max-width:1200px;margin-left:auto;margin-right:auto}
.gallery-stage{position:relative;display:flex;justify-content:center;align-items:center}
.gallery-stage img{width:min(760px,82vw);height:auto;border-radius:20px;box-shadow:0 32px 100px rgba(0,0,0,.42);animation:fade .3s ease}
.nav-button{position:absolute;z-index:2;width:3.2rem;height:3.2rem;border-radius:50%;border:1px solid var(--line);background:rgba(6,19,13,.78);color:#fff;cursor:pointer;font-size:1.35rem;backdrop-filter:blur(8px)}
.nav-button:hover{background:var(--green);color:var(--ink)}
.nav-button.prev{left:max(0px,calc(50% - 450px))}
.nav-button.next{right:max(0px,calc(50% - 450px))}
.dots{display:flex;justify-content:center;gap:.55rem;margin-top:1.4rem}
.dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#526259;cursor:pointer;transition:.2s}
.dots button.active{width:28px;background:var(--green)}
.bonus-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(3rem,8vw,9rem);align-items:center}
.bonus-visual{text-align:center}
.bonus-visual img{height:min(620px,70vh);width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 30px 50px rgba(0,0,0,.35))}
.bonus-list{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:2rem 0}
.bonus-list span{border:1px solid var(--line);border-radius:10px;padding:.85rem 1rem;color:#c6d0ca;font-size:.88rem}
.bonus-list span:before{content:"+";color:var(--green);font-weight:900;margin-right:.65rem}
.testimonial-section{background:var(--paper);color:#0b1710;max-width:none}
.testimonial-section>*{max-width:1200px;margin-left:auto;margin-right:auto}
.testimonial-section .eyebrow{color:#0b9c5a}
.testimonial-stage{position:relative;display:flex;justify-content:center;align-items:center}
.testimonial-stage img{width:min(820px,82vw);height:auto;border-radius:20px;box-shadow:0 25px 60px rgba(20,35,25,.12);animation:fade .3s ease}
.testimonial-stage .nav-button{background:#0c2116}
.testimonial-note{text-align:center;color:#758178;font-size:.72rem}
.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.audience-grid div{padding:2rem;border-right:1px solid var(--line)}
.audience-grid div:last-child{border:0}
.audience-grid b{font-family:var(--serif);font-size:1.3rem;font-style:italic;color:var(--green)}
.audience-grid p{font-size:.92rem;line-height:1.55;color:#bcc8c0;margin:3rem 0 0}
.offer-section{max-width:1240px;margin:2rem auto 8rem;background:var(--green);color:#052012;border-radius:28px;padding:clamp(2rem,5vw,5rem);display:grid;grid-template-columns:1fr .8fr;gap:clamp(2rem,6vw,6rem);align-items:center}
.offer-section .eyebrow{color:#075f38}
.offer-copy p{color:#176040}
.offer-card{background:#f8fff9;padding:2.2rem;border-radius:20px;box-shadow:0 25px 60px rgba(3,36,19,.18)}
.offer-label{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:#587165;font-weight:800}
.price{font-family:var(--serif);font-size:5rem;line-height:1;margin:1.4rem 0 .2rem;letter-spacing:-.06em}
.price small{font-family:Arial;font-size:1rem}
.price span{font-size:2rem}
.installments{font-size:.9rem;color:#4e6559;margin-bottom:1.7rem}
.offer-card ul{list-style:none;padding:1.2rem 0;border-top:1px solid #d9e5dd;margin:0 0 1.2rem;display:grid;gap:.7rem;font-size:.86rem}
.offer-card li:before{content:"✓";color:#0d9d59;font-weight:900;margin-right:.6rem}
.offer-card .cta{width:100%}
.secure-note{text-align:center;color:#617368;font-size:.72rem;margin:.8rem 0 0}
.faq-list{max-width:900px;margin:auto;border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1.45rem .25rem;font-weight:800}
summary::-webkit-details-marker{display:none}
summary span{color:var(--green);font-size:1.5rem;font-weight:400}
details[open] summary span{transform:rotate(45deg)}
details p{color:#a9b8af;line-height:1.6;padding:0 .25rem 1.5rem;margin:0;max-width:760px}
.final-cta{text-align:center;background:linear-gradient(180deg,#0c291c,#06130d);padding:8rem 1rem}
.final-cta h2{max-width:850px;margin:1rem auto 2rem}
.final-cta>p{font-size:.72rem;color:#75877d}
.final-cta .cta{margin:auto}
footer{max-width:1240px;margin:auto;padding:3rem 1rem 6rem;display:grid;grid-template-columns:1fr auto;gap:2rem;border-top:1px solid var(--line)}
.footer-brand{display:flex;align-items:center;gap:1rem}
.footer-brand img{border-radius:50%}
.footer-brand b{font-size:1.1rem}
.footer-brand p{font-size:.78rem;color:#84968c;margin:.35rem 0 0}
footer nav{display:flex;gap:1.5rem;align-items:center;font-size:.78rem;color:#b8c5bd}
footer nav a:hover{color:var(--green)}
.affiliate-note,.copyright{grid-column:1/-1;color:#6f8177;font-size:.68rem;line-height:1.6;margin:0;max-width:900px}
.copyright{border-top:1px solid var(--line);padding-top:1.5rem}
.mobile-buy{display:none}
@keyframes fade{from{opacity:.2;transform:scale(.985)}
to{opacity:1;transform:scale(1)}
}

@media(max-width:900px){.hero,.problem-section,.demo-section,.bonus-section,.offer-section{grid-template-columns:1fr}
.hero{padding-top:4rem}
.hero h1{font-size:clamp(3.3rem,14vw,5.5rem)}
.stats{grid-template-columns:1fr 1fr;margin-left:1rem;margin-right:1rem}
.stats div:nth-child(2){border-right:0}
.stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}
.curriculum{grid-template-columns:1fr}
.curriculum article:nth-child(n){margin:0}
.audience-grid{grid-template-columns:1fr 1fr}
.audience-grid div:nth-child(2){border-right:0}
.audience-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}
.offer-section{margin:1rem 1rem 6rem}
.offer-copy{text-align:center}
footer{grid-template-columns:1fr}
footer nav{flex-wrap:wrap}
.mobile-buy{display:flex;position:fixed;z-index:30;bottom:12px;left:12px;right:12px;background:var(--green);color:#032011;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:12px;font-weight:900;box-shadow:0 12px 40px rgba(0,0,0,.42)}
body{padding-bottom:64px}
}

@media(max-width:600px){.site-header{height:68px}
.brand small{display:none}
.header-cta{display:none}
.hero{padding-left:1.1rem;padding-right:1.1rem}
.hero-media{margin-top:.5rem}
.video-shell{width:min(82vw,280px);margin-left:auto;margin-right:auto;border-width:6px;border-radius:13px;box-shadow:0 16px 42px rgba(0,0,0,.3)}
.video-kicker,.hero-media>p{width:min(82vw,280px);margin-left:auto;margin-right:auto}
.demo-section{display:grid!important;grid-template-columns:1fr!important}
.demo-section .second-video{display:block!important;visibility:visible!important;opacity:1!important;width:min(82vw,280px);margin-left:auto;margin-right:auto}
.demo-section .second-video video{display:block!important;visibility:visible!important;opacity:1!important;width:100%;height:auto;aspect-ratio:16/9}
.stats div{padding:1.1rem}
.stats strong{font-size:1.85rem}
.stats span{font-size:.72rem}
.section{padding-left:1.1rem;padding-right:1.1rem}
.benefit-grid{grid-template-columns:1fr}
.benefit-grid article{min-height:auto}
.benefit-grid h3{margin-top:2rem}
.curriculum-section{padding-left:1.1rem;padding-right:1.1rem}
.gallery-stage img,.testimonial-stage img{width:100%}
.nav-button{width:2.7rem;height:2.7rem}
.nav-button.prev{left:8px}
.nav-button.next{right:8px}
.bonus-list{grid-template-columns:1fr}
.audience-grid{grid-template-columns:1fr}
.audience-grid div{border-right:0;border-bottom:1px solid var(--line)!important}
.audience-grid div:last-child{border-bottom:0!important}
.audience-grid p{margin-top:1.5rem}
.offer-section{padding:1.4rem}
.offer-card{padding:1.5rem}
.price{font-size:4.2rem}
.section-heading h2,.demo-copy h2,.bonus-copy h2,.offer-copy h2,.final-cta h2{font-size:clamp(2.4rem,12vw,3.5rem)}
footer nav{display:grid;gap:.9rem}
}

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