:root{
  --bg:#071712; --panel:#0d2a20; --panel2:#123527; --gold:#f4c95d; --cream:#f6f1e6; --muted:#b8c7be; --line:#315b4a; --green:#1ea672; --red:#e94f37;
  --radius:28px; --shadow:0 24px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box} body{margin:0;background:radial-gradient(circle at 85% 0%,#164734 0,#071712 42%);color:var(--cream);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5} a{color:inherit;text-decoration:none}.nav{height:88px;max-width:1220px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.brand{font-size:30px;font-weight:850}.nav nav{display:flex;gap:28px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:16px 24px;font-weight:800}.btn-primary{background:var(--gold);color:#071712}.btn-secondary{border:1px solid var(--line);background:rgba(255,255,255,.04)}.hero{max-width:1220px;margin:70px auto 110px;padding:0 24px;display:grid;grid-template-columns:1.05fr .8fr;gap:70px;align-items:center}.eyebrow{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}h1{font-size:76px;line-height:.98;margin:12px 0 24px;letter-spacing:-.06em}h2{font-size:48px;line-height:1.05;margin:10px 0 18px;letter-spacing:-.04em}.lead{font-size:22px;color:var(--muted);max-width:620px}.actions{display:flex;gap:16px;margin-top:34px}.trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px;color:var(--muted);font-size:14px}.trust-row span{border:1px solid var(--line);border-radius:999px;padding:8px 12px}.phone-card{background:linear-gradient(145deg,var(--panel2),#0b2119);border:1px solid var(--line);border-radius:42px;box-shadow:var(--shadow);padding:34px;min-height:500px}.phone-top{display:flex;flex-direction:column;gap:4px;font-size:28px;font-weight:850}.phone-top small{font-size:15px;color:var(--muted)}.players{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:55px 0}.players div{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:18px}.players small{display:block;color:var(--muted)}.phone-card button{width:100%;border:0;border-radius:999px;background:var(--gold);padding:18px;font-weight:900;font-size:18px}.section,.split{max-width:1220px;margin:0 auto 110px;padding:0 24px}.section-head{max-width:780px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.steps article,.rank-card{background:rgba(18,53,39,.8);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.steps span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--gold);color:#071712;font-weight:900}.steps h3,.rank-card h3{font-size:24px;margin:22px 0 8px}.steps p,.split p,.split li,.rank-card p{color:var(--muted)}.split{display:grid;grid-template-columns:.9fr 1fr;gap:80px;align-items:center}.split ul{padding-left:20px}.table-preview{height:460px;border-radius:48px;background:radial-gradient(circle,#1c704c,#0d2a20 62%);border:1px solid var(--line);position:relative;box-shadow:var(--shadow)}.table-center{position:absolute;inset:35%;border:1px dashed rgba(244,201,93,.5);border-radius:28px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-weight:900}.card{position:absolute;background:var(--cream);color:#071712;border-radius:12px;padding:14px 12px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.3)}.c1{left:70px;top:80px;transform:rotate(-12deg)}.c2{right:80px;top:100px;transform:rotate(9deg)}.c3{left:120px;bottom:75px;transform:rotate(15deg)}.c4{right:140px;bottom:80px;transform:rotate(-10deg)}.rank-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.rank-card p{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}.rank-card span{color:var(--green);font-weight:850}.text-link{color:var(--gold);font-weight:850}.cta{max-width:1220px;margin:0 auto 80px;padding:60px;border-radius:44px;background:var(--gold);color:#071712;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta h2{margin:0;max-width:780px}.cta .btn-primary{background:#071712;color:var(--cream)}footer{max-width:1220px;margin:0 auto;padding:40px 24px 60px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}footer b{color:var(--cream)}footer nav{display:flex;gap:18px}
@media(max-width:900px){.nav nav{display:none}.nav-cta{display:none}.hero,.split{grid-template-columns:1fr;margin-top:40px;gap:34px}h1{font-size:48px}h2{font-size:34px}.lead{font-size:18px}.actions{flex-direction:column}.steps,.rank-grid{grid-template-columns:1fr}.phone-card{min-height:auto}.cta,footer{flex-direction:column;align-items:flex-start}.cta{padding:34px}.section,.split,.hero{margin-bottom:70px}.table-preview{height:340px}}
