:root{
  --bg:#0b1020; --bg2:#0f1630; --card:#141d3a; --text:#e8ecf8; --muted:#9aa6c8;
  --accent:#4f8cff; --accent2:#33d6c0; --border:#243056;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:920px;margin:0 auto;padding:0 22px}
header.site{position:sticky;top:0;backdrop-filter:blur(10px);background:rgba(11,16,32,.82);border-bottom:1px solid var(--border);z-index:10}
header.site .container{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:var(--text)}
.brand svg{width:26px;height:26px;flex:none}
nav a{margin-left:20px;color:var(--muted);font-size:15px}
nav a:hover{color:var(--text);text-decoration:none}
.hero{padding:92px 0 64px;text-align:center;background:radial-gradient(900px 420px at 50% -10%,rgba(79,140,255,.20),transparent)}
.hero h1{font-size:44px;line-height:1.14;margin:0 0 18px;letter-spacing:-.5px}
.hero p.lead{font-size:20px;color:var(--muted);max-width:640px;margin:0 auto 32px}
.btn{display:inline-block;background:var(--accent);color:#fff;padding:14px 26px;border-radius:12px;font-weight:600;font-size:16px;border:0;cursor:pointer}
.btn:hover{text-decoration:none;opacity:.93}
.btn.secondary{background:transparent;border:1px solid var(--border);color:var(--text);margin-left:10px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:18px 0}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px}
.card h3{margin:0 0 8px;font-size:18px;display:flex;align-items:center;gap:9px}
.card p{margin:0;color:var(--muted);font-size:15px}
section.block{padding:46px 0;border-top:1px solid var(--border)}
section.block h2{font-size:28px;margin:0 0 8px;text-align:center}
section.block .sub{color:var(--muted);text-align:center;max-width:600px;margin:0 auto 14px}
.steps{counter-reset:s;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:26px}
.step{background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:22px}
.step h4{margin:0 0 6px;font-size:17px}
.step p{margin:0;color:var(--muted);font-size:15px}
.step .n{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:rgba(79,140,255,.16);color:var(--accent);font-weight:700;margin-bottom:12px}
.legal{padding:48px 0;max-width:820px}
.legal h1{font-size:34px;margin:0 0 6px}
.legal .eff{color:var(--muted);margin:0 0 26px}
.legal h2{font-size:22px;margin:34px 0 10px}
.legal h3{font-size:17px;margin:22px 0 8px}
.legal p,.legal li{color:#cdd6f0}
.legal ul{padding-left:22px}
.legal a{color:var(--accent2)}
.callout{background:var(--bg2);border:1px solid var(--border);border-left:3px solid var(--accent2);border-radius:10px;padding:16px 20px;margin:22px 0}
.callout strong{color:#fff}
.pill{display:inline-block;background:rgba(51,214,192,.12);color:var(--accent2);border:1px solid rgba(51,214,192,.32);padding:5px 13px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:20px}
.center{text-align:center}
.avail{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.avail .badge{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 22px;color:var(--text);font-weight:600;font-size:15px;display:flex;align-items:center;gap:9px}
.avail .badge small{display:block;color:var(--muted);font-weight:400;font-size:12px}
footer.site{border-top:1px solid var(--border);padding:32px 0;color:var(--muted);font-size:14px;margin-top:30px}
footer.site .container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:center}
footer.site a{color:var(--muted);margin-left:18px}
footer.site .fl a:first-child{margin-left:0}
@media(max-width:600px){.hero h1{font-size:33px}.hero p.lead{font-size:18px}nav a{margin-left:14px}.btn.secondary{margin-left:0;margin-top:10px}footer.site .container{flex-direction:column;align-items:flex-start}footer.site a{margin-left:0;margin-right:16px}}

/* --- polish: feature icon chips, hero emblem, store badges --- */
.card .ic{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(79,140,255,.18),rgba(51,214,192,.13));border:1px solid var(--border);margin-bottom:15px}
.card .ic svg{width:24px;height:24px;fill:none;stroke:#bcd0ff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{display:block}
.emblem{width:112px;height:112px;margin:0 auto 24px}
.emblem svg{width:112px;height:112px;filter:drop-shadow(0 10px 26px rgba(79,140,255,.30))}
.emblem .ring{fill:none;stroke-width:1.4}
.emblem .r1{stroke:rgba(79,140,255,.22)}
.emblem .r2{stroke:rgba(51,214,192,.22)}
.avail .bi{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-right:3px}

