
:root {
  --bg: #070b12;
  --panel: #0d1724;
  --panel-2: #111f30;
  --line: #274560;
  --text: #f5f8fb;
  --muted: #a9bac9;
  --green: #75f339;
  --blue: #25a7ff;
  --orange: #ffac1c;
  --purple: #ae5cff;
  --max: 980px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 75% -5%, rgba(37,167,255,.18), transparent 34rem),
    radial-gradient(circle at -5% 22%, rgba(255,172,28,.12), transparent 30rem),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}
a { color: #7fcaff; }
a:hover { color: #b9e4ff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(7,11,18,.82);
  border-bottom: 1px solid rgba(39,69,96,.75);
}
.nav {
  max-width: var(--max);
  margin: auto;
  min-height: 72px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; color:white; font-weight:900; letter-spacing:.04em; }
.brand img { width:46px; height:46px; border-radius:13px; box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.nav-links { display:flex; gap:16px; flex-wrap:wrap; justify-content:flex-end; }
.nav-links a { color:var(--muted); text-decoration:none; font-size:.94rem; font-weight:700; }
.nav-links a[aria-current="page"], .nav-links a:hover { color:var(--text); }
main { max-width: var(--max); margin:auto; padding: 48px 20px 72px; }
.hero {
  display:grid;
  grid-template-columns: minmax(0,1.4fr) minmax(230px,.6fr);
  align-items:center;
  gap:42px;
  min-height:560px;
}
.eyebrow { color:var(--green); font-weight:900; letter-spacing:.13em; font-size:.82rem; }
h1 { font-size:clamp(2.7rem, 7vw, 5.7rem); line-height:.96; margin:.22em 0; letter-spacing:-.055em; }
.hero p { color:var(--muted); max-width:650px; font-size:1.15rem; }
.hero-icon { width:min(100%,340px); justify-self:center; border-radius:28%; box-shadow:0 25px 80px rgba(0,0,0,.55), 0 0 70px rgba(37,167,255,.14); }
.actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.button { display:inline-flex; align-items:center; justify-content:center; padding:13px 18px; border-radius:13px; font-weight:850; text-decoration:none; border:1px solid var(--line); background:var(--panel); color:white; }
.button.primary { background:linear-gradient(135deg,#257d10,#4eae21); border-color:#76f33a; }
.grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:32px 0; }
.card, .legal-card {
  background:linear-gradient(155deg, rgba(17,31,48,.96), rgba(11,21,33,.97));
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  box-shadow:0 16px 50px rgba(0,0,0,.23);
}
.card h2, .card h3 { margin-top:0; }
.card p { color:var(--muted); }
.page-head { padding:34px 0 18px; border-bottom:1px solid var(--line); margin-bottom:28px; }
.page-head h1 { font-size:clamp(2.2rem, 6vw, 4.2rem); margin-bottom:.25em; }
.page-head p { color:var(--muted); max-width:760px; }
.meta { display:flex; flex-wrap:wrap; gap:10px 24px; font-size:.92rem; color:var(--muted); }
.legal-card { padding:clamp(20px,5vw,52px); }
.legal-card h2 { margin-top:2.1em; padding-top:.2em; color:#fff; font-size:1.45rem; line-height:1.25; }
.legal-card h2:first-child { margin-top:0; }
.legal-card h3 { margin-top:1.5em; }
.legal-card p, .legal-card li { color:#c7d2dc; }
.legal-card strong { color:#fff; }
.legal-card ul { padding-left:1.25rem; }
.notice { border-left:4px solid var(--orange); background:rgba(255,172,28,.08); padding:16px 18px; border-radius:0 12px 12px 0; }
.toc { background:rgba(37,167,255,.06); border:1px solid rgba(37,167,255,.24); border-radius:16px; padding:18px 22px; margin:24px 0 34px; }
.toc a { text-decoration:none; }
.support-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:18px; }
.faq details { background:var(--panel); border:1px solid var(--line); border-radius:13px; margin:10px 0; padding:14px 16px; }
.faq summary { cursor:pointer; font-weight:800; }
code { background:#08111b; border:1px solid var(--line); padding:.15em .4em; border-radius:6px; }
footer { border-top:1px solid var(--line); color:var(--muted); }
.footer-inner { max-width:var(--max); margin:auto; padding:26px 20px 40px; display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; }
.footer-links a { color:var(--muted); }
@media (max-width:760px) {
  .nav { align-items:flex-start; }
  .nav-links { gap:10px 14px; font-size:.86rem; }
  .hero { grid-template-columns:1fr; min-height:auto; padding-top:30px; }
  .hero-icon { max-width:230px; grid-row:1; }
  .grid, .support-grid { grid-template-columns:1fr; }
  main { padding-top:28px; }
  .legal-card { border-radius:16px; }
}
@media (max-width:480px) {
  .brand span { display:none; }
  .nav-links { justify-content:flex-end; }
  h1 { font-size:2.65rem; }
}
