:root{--bg:#070909;--panel:#111615;--text:#f4f8f6;--muted:#9aa8a2;--green:#39ff88;--cyan:#22d3ee;--purple:#8b5cf6;--gold:#f7c95c;--border:#26312d;--radius:18px;--wrap:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--green)}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}.wrap{width:min(var(--wrap),calc(100% - 32px));margin:auto}.narrow{max-width:760px}.btn,.button{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:13px 24px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--green),#13c86c);color:#04120a;font-weight:900;text-decoration:none;letter-spacing:.02em;box-shadow:0 12px 38px #20ff8030;cursor:pointer}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.badge{display:inline-block;padding:7px 12px;border:1px solid #39ff8866;border-radius:999px;color:var(--green);font-size:.78rem;font-weight:900;letter-spacing:.1em}.testbar{position:sticky;top:0;z-index:30;background:#fbbf24;color:#111;text-align:center;font-weight:900;padding:5px}.section{padding:80px 0}.section h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.1;max-width:800px;margin:0 auto 24px;text-align:center}.section-text{max-width:780px;margin:0 auto 32px;color:#c7d1cd;text-align:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{position:relative;background:linear-gradient(145deg,#121817,#0d1110);border:1px solid var(--border);border-radius:var(--radius);padding:24px;min-height:110px}.card .num{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#39ff8815;color:var(--green);font-weight:900}.card p{margin:12px 0 0}.muted-section{background:#0b0e0d}.final-cta{padding:80px 0;text-align:center;background:radial-gradient(circle at 50% 100%,#39ff8825,transparent 50%)}.final-cta h2{font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.1}details{border:1px solid var(--border);border-radius:12px;margin:10px 0;background:var(--panel);padding:18px}summary{font-weight:800;cursor:pointer}footer{border-top:1px solid var(--border);padding:36px 0;color:var(--muted)}footer nav{display:flex;flex-wrap:wrap;gap:16px}footer a,.linklike{color:var(--muted);background:none;border:0;padding:0;text-decoration:underline;cursor:pointer}.cookie{position:fixed;z-index:100;left:20px;right:20px;bottom:20px;max-width:720px;margin:auto;padding:20px;background:#111716;border:1px solid #3a4a44;border-radius:16px;box-shadow:0 20px 80px #000}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie button{border:0;border-radius:8px;padding:10px 14px;background:var(--green);font-weight:800}.cookie button.secondary{background:#26312d;color:#fff}.cookie-custom{margin-top:15px;gap:14px;align-items:center;flex-wrap:wrap}.cookie-custom:not([hidden]){display:flex}.legal,.thankyou{padding:70px 0;min-height:70vh}.legal h1,.thankyou h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.1}.legal-body{white-space:normal;color:#d5ddd9}.updated{color:var(--muted)}.success{display:grid;place-items:center;width:74px;height:74px;border-radius:50%;background:#39ff8820;color:var(--green);font-size:38px;font-weight:900}.thankyou ul{padding-left:20px;margin:28px 0}@media(max-width:760px){.cards{grid-template-columns:1fr}.section{padding:56px 0}.cookie{left:10px;right:10px;bottom:10px}.btn{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}
