*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #0a0a0a;--white: #f0efe9;--red: #ff2e2e;--grey: #111;--grey-mid: #2a2a2a;--grey-text: #888}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--black);color:var(--white);font-family:Outfit,sans-serif;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}::selection{background:var(--red);color:var(--black)}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 3rem;background:#0a0a0ae0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.04)}.logo{font-family:Bebas Neue,sans-serif;font-size:1.6rem;letter-spacing:.15em;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-dot{width:8px;height:8px;background:var(--red);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #ff2e2e99}50%{opacity:.7;box-shadow:0 0 0 6px #ff2e2e00}}.btn-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:var(--white);border:none;padding:.7rem 2rem;font-family:Bebas Neue,sans-serif;font-size:1rem;letter-spacing:.12em;cursor:pointer;text-decoration:none;transition:all .25s ease;position:relative;overflow:hidden}.btn-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);transition:transform .4s ease}.btn-cta:hover:before{transform:translate(100%)}.btn-cta:hover{background:#e62626;transform:translateY(-1px);box-shadow:0 4px 20px #ff2e2e4d}.btn-cta:active{transform:translateY(0);box-shadow:none}.btn-cta-lg{padding:1.1rem 3rem;font-size:1.2rem;letter-spacing:.14em}.guarantee{margin-top:1.5rem;max-width:420px}.guarantee-toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;gap:.5rem;width:100%}.guarantee-toggle:hover .guarantee-title{opacity:1}.guarantee-toggle:hover .guarantee-chevron{color:var(--white)}.guarantee-title{font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--red);display:flex;align-items:center;gap:.5rem}.guarantee-title:before{content:"↳";font-size:.75rem;opacity:.6}.guarantee-chevron{font-size:.6rem;color:var(--grey-text);transition:transform .25s ease,color .2s;margin-left:.2rem}.guarantee-chevron-open{transform:rotate(180deg)}.guarantee-details{margin-top:.6rem;animation:guarantee-reveal .25s ease-out}@keyframes guarantee-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.guarantee-body{font-family:Outfit,sans-serif;font-weight:300;font-size:.8rem;line-height:1.6;color:var(--grey-text)}.guarantee-body strong{color:var(--white);font-weight:500}.guarantee-options{margin-top:.5rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.25rem}.guarantee-options li{font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--grey-text);letter-spacing:.03em;display:flex;align-items:center;gap:.5rem}.guarantee-options li:before{content:"";width:4px;height:4px;background:var(--red);border-radius:50%;flex-shrink:0}.guarantee-kicker{margin-top:.5rem;font-family:JetBrains Mono,monospace;font-size:.6rem;color:#555;font-style:italic;letter-spacing:.02em}.guarantee-center{margin-left:auto;margin-right:auto;text-align:center}.guarantee-center .guarantee-toggle,.guarantee-center .guarantee-title{justify-content:center}.guarantee-center .guarantee-options{align-items:center}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 3rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;right:-5%;width:1px;height:140%;background:linear-gradient(to bottom,transparent,var(--red),transparent);transform:rotate(-15deg);opacity:0;animation:slash-in 1.5s ease-out .5s forwards}@keyframes slash-in{0%{opacity:0;transform:rotate(-15deg) translateY(-100px)}to{opacity:.3;transform:rotate(-15deg) translateY(0)}}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--red),transparent 60%)}.hero-label{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-bottom:2rem;display:flex;align-items:center;gap:1rem;opacity:0;animation:fade-up .8s ease-out .3s forwards}.hero-label:before{content:"";width:40px;height:1px;background:var(--red)}.hero-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,10vw,9rem);line-height:.92;letter-spacing:-.01em;max-width:950px;margin-bottom:2rem;opacity:0;animation:fade-up .8s ease-out .5s forwards}.highlight{color:var(--red)}.hero-price-line{font-family:Bebas Neue,sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);letter-spacing:.02em;color:var(--white);margin-bottom:2rem;opacity:0;animation:fade-up .8s ease-out .6s forwards}.hero-sub{font-weight:300;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:var(--grey-text);max-width:580px;margin-bottom:1.5rem;opacity:0;animation:fade-up .8s ease-out .7s forwards}.hero-sub strong{color:var(--white);font-weight:600}.hero-list{list-style:none;padding:0;margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;animation:fade-up .8s ease-out .75s forwards}.hero-list li{font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--white);letter-spacing:.04em;display:flex;align-items:center;gap:.75rem}.hero-list li:before{content:"";width:5px;height:5px;background:var(--red);border-radius:50%;flex-shrink:0}.hero-zero{font-weight:300;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.7;color:var(--grey-text);max-width:580px;margin-bottom:2.5rem;opacity:0;animation:fade-up .8s ease-out .8s forwards}.hero-zero strong{color:var(--white);font-weight:600}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-cta-row{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;opacity:0;animation:fade-up .8s ease-out .9s forwards}.hero-meta{margin-top:1.2rem;font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--grey-text);letter-spacing:.08em;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;opacity:0;animation:fade-up .8s ease-out 1s forwards}.hero-meta-sep{color:var(--red)}.hero-guarantee{opacity:0;animation:fade-up .8s ease-out 1.1s forwards}.ticker-strip{position:absolute;bottom:3rem;right:3rem;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;opacity:0;animation:fade-up .8s ease-out 1.4s forwards}.ticker-item{font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-text);padding:.35rem .8rem;border:1px solid var(--grey-mid);transition:all .3s ease}.ticker-item:hover{border-color:var(--red);color:var(--red)}.stats-bar{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--grey-mid);display:flex;gap:4rem;flex-wrap:wrap;align-items:flex-start;opacity:0;animation:fade-up .8s ease-out 1.3s forwards}.stat{display:flex;flex-direction:column;gap:.3rem}.stat-number{font-family:Bebas Neue,sans-serif;font-size:2.2rem;color:var(--white);line-height:1}.stat-number .red{color:var(--red)}.stat-label{font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-text);max-width:220px}.section-label{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.section-label:before{content:"";width:30px;height:1px;background:var(--red)}.section-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin-bottom:1.5rem}.section-sub{font-weight:300;font-size:1rem;color:var(--grey-text);margin-bottom:2.5rem;max-width:580px;line-height:1.6}.section-sub strong{color:var(--white);font-weight:600}.what-section{padding:6rem 3rem;border-top:1px solid var(--grey-mid)}.what-grid{display:flex;flex-direction:column;gap:0;max-width:700px;margin-bottom:2.5rem}.what-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--grey-mid);font-weight:300;font-size:1rem;color:var(--white);line-height:1.55;transition:all .2s ease}.what-item:first-child{border-top:1px solid var(--grey-mid)}.what-item:hover{padding-left:.5rem}.what-item strong{font-weight:600}.what-num{font-family:Bebas Neue,sans-serif;font-size:1.2rem;color:var(--red);line-height:1.4;min-width:2rem;opacity:.5;flex-shrink:0}.what-closer{font-weight:300;font-size:1.05rem;color:var(--grey-text);line-height:1.6;max-width:580px}.what-closer strong{color:var(--white);font-weight:600}.proof-section{padding:6rem 3rem;background:var(--grey);border-top:1px solid var(--grey-mid);position:relative}.proof-section:before{content:"“";font-family:Bebas Neue,sans-serif;font-size:20rem;color:var(--grey-mid);position:absolute;top:-2rem;left:2rem;line-height:1;pointer-events:none}.proof-label{position:relative;z-index:1}.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px}.proof-card{padding:2rem;border:1px solid var(--grey-mid);transition:all .3s ease;position:relative}.proof-card:hover{border-color:var(--red);transform:translateY(-3px)}.proof-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--red);transition:height .3s ease}.proof-card:hover:before{height:100%}.proof-text{font-weight:300;font-size:1rem;line-height:1.65;color:var(--white);margin-bottom:1.5rem;font-style:italic}.proof-author{font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-text)}.proof-author span{color:var(--red)}.who-section{padding:6rem 3rem;border-top:1px solid var(--grey-mid)}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;max-width:900px;margin-bottom:2.5rem}.who-item{border:1px solid var(--grey-mid);font-family:Outfit,sans-serif;font-weight:300;font-size:.95rem;color:var(--white);line-height:1.5;transition:all .3s ease;position:relative;padding:1.2rem 1.5rem 1.2rem 2rem}.who-item:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:5px;height:5px;background:var(--red);border-radius:50%}.who-item:hover{border-color:var(--red);background:#ff2e2e08}.who-closer{font-family:Bebas Neue,sans-serif;font-size:1.3rem;letter-spacing:.03em;color:var(--white);margin-bottom:2rem}.how-section{padding:6rem 3rem;background:var(--grey);border-top:1px solid var(--grey-mid)}.how-steps{display:flex;flex-direction:column;gap:0;max-width:700px}.how-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--grey-mid);transition:all .2s ease}.how-step:first-child{border-top:1px solid var(--grey-mid)}.how-step:hover{padding-left:.5rem}.how-num{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:var(--red);line-height:1;min-width:2.5rem;opacity:.5}.how-text{font-weight:300;font-size:1.05rem;color:var(--white);line-height:1.55;padding-top:.15rem}.how-text strong{font-weight:600}.menu-section{padding:6rem 3rem;position:relative;border-top:1px solid var(--grey-mid)}.menu-label{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.menu-label:before{content:"";width:30px;height:1px;background:var(--red)}.menu-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin-bottom:1rem}.menu-sub{font-weight:300;font-size:1rem;color:var(--grey-text);margin-bottom:3rem;max-width:580px;line-height:1.6}.menu-sub strong{color:var(--white);font-weight:600}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:0;max-width:1100px}.menu-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.3rem 1.2rem;border-bottom:1px solid var(--grey-mid);transition:all .3s ease;cursor:default}.menu-item:hover{background:#ff2e2e08}.menu-num{font-family:Bebas Neue,sans-serif;font-size:1.2rem;color:var(--red);line-height:1.4;min-width:2rem;opacity:.5}.menu-text{font-weight:300;font-size:.95rem;color:var(--white);line-height:1.55}.menu-text strong{font-weight:600}.menu-cta-row{margin-top:3rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.menu-cta-note{font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--grey-text);letter-spacing:.05em}.final-cta{padding:8rem 3rem;text-align:center;position:relative;overflow:hidden;border-top:1px solid var(--grey-mid);background:var(--grey)}.final-cta:before{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,46,46,.06),transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.final-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,8vw,7rem);line-height:.92;margin-bottom:1.5rem}.final-sub{font-family:JetBrains Mono,monospace;font-size:.75rem;letter-spacing:.12em;color:var(--grey-text);margin-bottom:1rem;text-transform:uppercase}.final-kicker{font-weight:300;font-size:1.05rem;color:var(--grey-text);max-width:520px;margin:0 auto 3rem;line-height:1.6}.dont-section{padding:6rem 3rem;border-top:1px solid var(--grey-mid)}.dont-intro{font-weight:300;font-size:1rem;color:var(--grey-text);margin-bottom:2rem;line-height:1.6;font-style:italic}.dont-list{list-style:none;padding:0;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:0;max-width:700px}.dont-list li{padding:1rem 0 1rem 1.5rem;border-bottom:1px solid var(--grey-mid);font-weight:300;font-size:.95rem;color:var(--white);line-height:1.55;position:relative;transition:all .2s ease}.dont-list li:first-child{border-top:1px solid var(--grey-mid)}.dont-list li:before{content:"×";position:absolute;left:0;top:1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;color:var(--red);font-weight:700}.dont-list li:hover{padding-left:2rem}.dont-closer{font-weight:300;font-size:1rem;color:var(--grey-text);line-height:1.7;margin-bottom:2rem;max-width:580px}.faq-section{padding:6rem 3rem;background:var(--grey);border-top:1px solid var(--grey-mid)}.faq-grid{display:flex;flex-direction:column;gap:0;max-width:700px}.faq-item{padding:1.5rem 0;border-bottom:1px solid var(--grey-mid)}.faq-item:first-child{border-top:1px solid var(--grey-mid)}.faq-q{font-family:Bebas Neue,sans-serif;font-size:1.3rem;letter-spacing:.02em;color:var(--white);margin-bottom:.5rem}.faq-a{font-weight:300;font-size:.95rem;color:var(--grey-text);line-height:1.6}.warroom-section{padding:6rem 3rem;border-top:1px solid var(--grey-mid)}.warroom-tier-title{font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,4vw,2.5rem);letter-spacing:.02em;margin-bottom:.5rem}.warroom-tier-sub{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-text);margin-bottom:2.5rem}.warroom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1000px;margin-bottom:2.5rem}.warroom-card{border:1px solid var(--grey-mid);padding:2rem;transition:all .3s ease;position:relative}.warroom-card:hover{border-color:var(--red);transform:translateY(-3px)}.warroom-card-featured{border-color:var(--red)}.warroom-card-featured:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--red)}.warroom-card-label{font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:.8rem}.warroom-price{font-family:Bebas Neue,sans-serif;font-size:2.2rem;color:var(--white);line-height:1;margin-bottom:1.5rem}.warroom-price span{font-size:1rem;color:var(--grey-text);margin-left:.15rem}.warroom-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.warroom-features li{font-weight:300;font-size:.9rem;color:var(--grey-text);line-height:1.5;display:flex;align-items:flex-start;gap:.6rem}.warroom-features li:before{content:"";width:4px;height:4px;background:var(--red);border-radius:50%;flex-shrink:0;margin-top:.5rem}.warroom-features li strong{color:var(--white);font-weight:500}.warroom-disclaimer{font-weight:300;font-size:.9rem;color:var(--grey-text);line-height:1.6;margin-bottom:2.5rem;max-width:700px}.warroom-disclaimer strong{color:var(--white);font-weight:600}footer{padding:2rem 3rem;border-top:1px solid var(--grey-mid);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-left,.footer-right{font-family:JetBrains Mono,monospace;font-size:.6rem;color:var(--grey-text)}.footer-left{letter-spacing:.1em;text-transform:uppercase}.footer-right a{color:var(--grey-text);text-decoration:none;margin-left:1.5rem;transition:color .2s}.footer-right a:hover{color:var(--red)}.modal-overlay{position:fixed;inset:0;z-index:9000;background:#000000d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:modal-fade-in .25s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{position:relative;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;background:var(--grey);border:1px solid var(--grey-mid);padding:3rem 2.5rem 2.5rem;animation:modal-slide-up .3s ease-out}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-card::-webkit-scrollbar{width:4px}.modal-card::-webkit-scrollbar-track{background:transparent}.modal-card::-webkit-scrollbar-thumb{background:var(--grey-mid);border-radius:2px}.modal-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;color:var(--grey-text);font-size:1.8rem;line-height:1;cursor:pointer;transition:color .2s;font-weight:300}.modal-close:hover{color:var(--white)}.modal-section{margin-bottom:2.2rem;padding-bottom:2.2rem;border-bottom:1px solid var(--grey-mid)}.modal-section-title{font-family:Bebas Neue,sans-serif;font-size:1.6rem;letter-spacing:.02em;display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.modal-title-go,.modal-title-skip{color:var(--white)}.modal-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.85rem;font-weight:700;flex-shrink:0}.modal-icon-go{background:#2ecc7126;color:#2ecc71;border:1px solid rgba(46,204,113,.3)}.modal-icon-skip{background:#ff2e2e1f;color:var(--red);border:1px solid rgba(255,46,46,.25)}.modal-section-lead{font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-text);margin-bottom:1.2rem}.modal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.modal-list li{display:flex;align-items:flex-start;gap:.75rem}.modal-list li>span:last-child{font-family:Outfit,sans-serif;font-weight:300;font-size:.92rem;line-height:1.65;color:var(--grey-text)}.modal-list li strong{color:var(--white);font-weight:500}.modal-bullet{width:6px;height:6px;min-width:6px;border-radius:50%;flex-shrink:0;margin-top:.6rem}.modal-bullet-go{background:#2ecc71}.modal-bullet-skip{background:var(--red)}.modal-verdict{margin-top:1.4rem;font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.05em}.modal-verdict-go{color:#2ecc71}.modal-verdict-sub{font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.08em;color:#555;margin-top:.3rem;font-style:italic}.modal-bottom{text-align:center;padding-top:.5rem}.modal-bottom-line{font-family:Bebas Neue,sans-serif;font-size:1.4rem;letter-spacing:.03em;color:var(--white);margin-bottom:1.5rem}.modal-bottom .btn-cta-lg{margin:0 auto}@media(max-width:768px){nav{padding:1rem 1.5rem}.hero{padding:7rem 1.5rem 3rem}.ticker-strip{display:none}.stats-bar{gap:2rem}.what-section,.who-section,.how-section,.dont-section,.faq-section,.warroom-section,.proof-section,.menu-section,.final-cta{padding-left:1.5rem;padding-right:1.5rem}.menu-grid,.proof-grid,.who-grid,.warroom-grid{grid-template-columns:1fr}.btn-cta-lg{padding:.9rem 2.2rem;font-size:1rem}footer{padding:1.5rem}.modal-overlay{padding:1rem}.modal-card{padding:2.5rem 1.5rem 2rem}.modal-section-title{font-size:1.3rem}.hero-meta{gap:.3rem}.section-headline{font-size:clamp(2rem,8vw,3.5rem)}}
