:root{--lime:#adff22;--purple:#ae2fff;--muted:#a8b5ad}*{box-sizing:border-box}body{margin:0;background:#020604;color:#fff;font-family:Inter,Segoe UI,Arial,sans-serif}header{height:78px;display:flex;align-items:center;gap:42px;padding:0 6vw;border-bottom:1px solid #203129;background:rgba(3,9,6,.96);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:850;font-size:20px}.brand img{width:55px;height:55px;object-fit:contain}.brand b{color:var(--lime)}nav{display:flex;gap:28px;margin:auto}nav a{color:#bdc7c0;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:750}nav a:hover{color:var(--lime)}.header-button,.primary,.secondary{padding:13px 19px;border-radius:8px;text-decoration:none;font-weight:800}.header-button,.primary{background:linear-gradient(135deg,var(--purple),#7130d2);color:#fff}.hero{min-height:calc(100vh - 78px);padding:8vh 7vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:6vw;background:radial-gradient(circle at 75% 48%,rgba(125,35,161,.28),transparent 27%),radial-gradient(circle at 25% 75%,rgba(36,120,65,.2),transparent 33%)}.hero-copy>span,.help>span{color:var(--lime);font-size:12px;font-weight:850;letter-spacing:.2em}.hero h1{font-size:clamp(44px,5.4vw,82px);line-height:1.02;margin:20px 0;max-width:900px}.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:670px}.hero-copy>div{display:flex;gap:14px;margin-top:35px}.secondary{border:1px solid #4a5b50;color:#fff}.hero-visual{display:grid;place-items:center;perspective:1000px}.screen{width:min(100%,650px);aspect-ratio:16/10;border:4px solid #34433a;border-radius:22px;background:radial-gradient(circle,#17331f,#020805 65%);box-shadow:0 40px 100px #000,0 0 80px rgba(174,47,255,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotateY(-7deg);gap:18px}.screen img{width:43%;filter:drop-shadow(0 20px 35px #000)}.screen span{color:#aebbb2}.features{padding:80px 7vw;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;background:#061009}.features article{padding:32px;border:1px solid #26392d;border-radius:16px;background:#0a1510}.features b{color:var(--purple);font-size:25px}.features p,.help p,footer p{color:var(--muted);line-height:1.6}.help{text-align:center;padding:110px 20px}.help h2{font-size:clamp(30px,4vw,58px);max-width:950px;margin:20px auto 35px}.help a{color:var(--lime);font-weight:800;text-decoration:none}footer{display:flex;justify-content:space-between;align-items:center;padding:30px 7vw;border-top:1px solid #26372d}.legal-modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.83);backdrop-filter:blur(9px)}.legal-modal.hidden{display:none}.legal-modal>div{width:min(650px,100%);padding:34px;border-radius:20px;background:#f8faf8;color:#172019;box-shadow:0 30px 100px #000}.legal-modal img{width:80px;height:80px;object-fit:contain;float:left;margin:0 18px 5px 0}.legal-modal h2{font-size:30px;margin:9px 0 20px}.legal-modal p,.legal-modal li{color:#4d5951;line-height:1.55}.legal-modal button{display:block;margin:25px 0 0 auto;padding:14px 22px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--purple),#7431d1);color:#fff;font-weight:800;cursor:pointer}@media(max-width:900px){header nav{display:none}.header-button{margin-left:auto}.hero{grid-template-columns:1fr;padding:60px 22px}.hero-visual{display:none}.features{grid-template-columns:1fr;padding:50px 22px}footer{align-items:flex-start;gap:10px;flex-direction:column}}
