*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Barlow',sans-serif;background-color:#fafafa;color:#0a0a0a;overflow-x:hidden;line-height:1.5}a{text-decoration:none}h1,h2,h3{font-style:italic;font-weight:700;line-height:1.1}h1{font-size:clamp(48px,7vw,96px);color:#fff;text-align:center;margin:1rem 0;z-index:2;position:relative}h2{font-size:clamp(40px,5.5vw,72px);text-align:center;margin-bottom:1rem}.nav{position:fixed;top:0;width:100%;height:70px;background:rgba(18,18,18,0.95);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:100;transition:transform .3s;border-bottom:1px solid rgba(255,255,255,0.05)}.nav .logo img{height:30px;width:auto}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;font-weight:700;font-size:15px;transition:color .2s}.nav-links a:hover{color:#d4ff00}@media(max-width:860px){.nav-links{display:none}}.hero{position:relative;background-color:#121212;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 1.5rem 4rem}.hero-bg{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.hero-grid{position:absolute;inset:-50px;background-image:linear-gradient(rgba(212,255,0,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(212,255,0,0.05) 1px,transparent 1px);background-size:40px 40px;transition:transform .1s ease-out}.hero-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;z-index:2;position:relative}.status-pill{display:inline-flex;align-items:center;gap:8px;background:#1e1e24;border:1px solid #333;border-radius:20px;padding:6px 14px;color:#fff;font-size:14px;font-weight:700}.dot{width:8px;height:8px;background:#0f0;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,255,0,.7)}70%{box-shadow:0 0 0 6px rgba(0,255,0,0)}100%{box-shadow:0 0 0 0 rgba(0,255,0,0)}}.hero p{color:#d9d9d9;font-size:18px;text-align:center;max-width:500px;margin-bottom:2rem}.trust-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.t-chip{position:relative;display:flex;align-items:center;gap:6px;background:#1e1e24;border:1px solid #333;padding:8px 16px;border-radius:20px;color:#fff;font-size:14px;font-weight:700;cursor:default}.t-chip svg{width:16px;height:16px;fill:#d4ff00}.t-chip:focus-within .tooltip,.t-chip:hover .tooltip{opacity:1;transform:translateY(0);visibility:visible}.tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(5px);background:#d4ff00;color:#121212;padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s;pointer-events:none;margin-bottom:8px}.tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:5px;border-style:solid;border-color:#d4ff00 transparent transparent transparent}.cta-card{background:#1e1e24;border-radius:20px;padding:3.5rem 2rem 2.5rem;width:100%;max-width:480px;position:relative;box-shadow:0 24px 48px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;margin:0 auto}.card-sweep{position:absolute;inset:0;border-radius:20px;overflow:hidden;pointer-events:none;z-index:1}.card-sweep::after{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent,rgba(212,255,0,.15),transparent);transform:skewX(-20deg);animation:sweep 1.5s ease-out .5s 1 forwards}@keyframes sweep{100%{left:200%}}.brand-badge{position:absolute;top:-20px;background:#d4ff00;width:48px;height:48px;border-radius:14px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px rgba(212,255,0,.3);z-index:2}.brand-badge svg{width:28px;height:28px;fill:#121212}.card-labels{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:1.5rem;z-index:2;position:relative}.card-labels span{font-size:13px;color:#d9d9d9;font-weight:700;display:flex;align-items:center;gap:4px}.card-labels span svg{fill:#d4ff00;width:14px;height:14px}.cta-btn{width:100%;background:#d4ff00;color:#121212;font-size:clamp(17px,4vw,19px);font-weight:700;border-radius:14px;min-height:60px;display:flex;justify-content:center;align-items:center;gap:8px;box-shadow:inset 0 2px 4px rgba(255,255,255,.5),0 0 1px #d4ff00;transition:all .2s ease;position:relative;z-index:2}.cta-btn:focus-visible{outline:3px solid #fff;outline-offset:2px}.cta-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.cta-btn:active{transform:translateY(2px);box-shadow:inset 0 1px 2px rgba(255,255,255,.3)}.nudger{transition:transform .2s}.cta-btn:hover .nudger{transform:translateX(4px)}.primary-cta{animation:pulse-glow 2.4s infinite;overflow:hidden}.primary-cta::before{content:'';position:absolute;top:0;left:-150%;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);animation:sheen 3s infinite}@keyframes pulse-glow{0%{box-shadow:inset 0 2px 4px rgba(255,255,255,.5),0 0 0 0 rgba(212,255,0,.4)}70%{box-shadow:inset 0 2px 4px rgba(255,255,255,.5),0 0 0 10px rgba(212,255,0,0)}100%{box-shadow:inset 0 2px 4px rgba(255,255,255,.5),0 0 0 0 rgba(212,255,0,0)}}@keyframes sheen{0%{left:-150%}50%{left:150%}100%{left:150%}}.sec-note{display:flex;align-items:center;gap:4px;color:#888;font-size:12px;margin-top:1rem;z-index:2;position:relative}.sec-note svg{width:12px;height:12px;fill:currentColor}.section-wrap{padding:5rem 1rem;max-width:1000px;margin:0 auto}.hiw-sub{text-align:center;color:#666;margin-bottom:3rem;font-size:18px}.step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.step{background:#fff;padding:2rem;border-radius:20px;border:1px solid #eaeaea;box-shadow:0 4px 20px rgba(0,0,0,.03);position:relative}.step-badge{background:#d4ff00;color:#121212;width:32px;height:32px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;margin-bottom:1rem}.step h3{font-size:24px;margin-bottom:.5rem}.step p{color:#555;font-size:15px}.claim-check-row,.reddit-strip{background:#1e1e24;color:#fff;padding:1.5rem;border-radius:16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.claim-check-row span{font-weight:700}.cc-label{color:#888;text-transform:uppercase;font-size:12px;letter-spacing:1px}.cc-query{font-size:18px;font-style:italic}.cc-res{background:#d4ff00;color:#121212;padding:6px 12px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:4px}.rs-label{background:#e53935;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase}.reddit-strip p{margin:0;font-size:16px;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-list details{background:#fff;border:1px solid #eaeaea;border-radius:14px;padding:1.2rem;cursor:pointer;transition:all .2s}.faq-list details[open]{border-color:#d4ff00;box-shadow:0 4px 15px rgba(212,255,0,.1)}.faq-list summary{font-size:18px;font-weight:700;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';font-size:24px;color:#121212}.faq-list details[open] summary::after{content:'-'}.faq-list p{margin-top:1rem;color:#555;font-size:15px}.price-card{background:#1e1e24;color:#fff;max-width:480px;margin:0 auto;border-radius:24px;padding:3rem 2rem;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.1)}.p-pill{display:inline-block;background:rgba(212,255,0,.1);color:#d4ff00;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:700;margin-bottom:1.5rem}.price{font-size:64px;font-weight:700;font-style:italic;line-height:1;margin-bottom:2rem}.price span{font-size:20px;color:#888;font-style:normal}.benefits{list-style:none;text-align:left;margin-bottom:2rem}.benefits li{display:flex;align-items:center;gap:12px;margin-bottom:1rem;font-size:16px}.benefits svg{fill:#d4ff00;width:20px;height:20px;flex-shrink:0}.price-card .cta-btn{background:#fff;color:#121212;box-shadow:none}.price-card .cta-btn:hover{background:#f0f0f0}.footer{text-align:center;padding:3rem 1rem;background:#121212;color:#666;font-size:14px;border-top:1px solid #222}.sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#1e1e24;border-top:1px solid #d4ff00;padding:12px 1rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;transform:translateY(100%);transition:transform .3s;box-shadow:0 -10px 20px rgba(0,0,0,.3)}.sticky-bar.show{transform:translateY(0)}.sb-text{color:#fff;font-size:14px;line-height:1.2}.sb-text strong{color:#d4ff00}.sb-btn{background:#d4ff00;color:#121212;padding:8px 16px;border-radius:10px;font-weight:700;font-size:15px}@media(max-width:860px){.hero{padding:100px 1rem 3rem}.cta-btn{min-height:54px}.step-grid{grid-template-columns:1fr}.cc-query{font-size:16px}.price{font-size:48px}}@media(min-width:861px){.sticky-bar{display:none}}