:root {
  color-scheme: dark;
  --ink: #f7f7ff;
  --muted: #b8bdd8;
  --deep: #090d24;
  --panel: #121837;
  --line: #30386c;
  --accent: #7468ef;
  --accent-soft: #aaa3ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 75% 0%, #2b2364 0, transparent 34rem), var(--deep); color: var(--ink); }
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(145deg, #8b80ff, #5547cc); color: #fff; font-weight: 900; }
nav { display: flex; flex-wrap: wrap; gap: 22px; }
nav a, .text-link { color: var(--muted); text-decoration: none; font-weight: 650; }
nav a:hover, .text-link:hover { color: var(--ink); }
.hero { min-height: 660px; display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(36px, 8vw, 100px); align-items: center; padding: 90px 0; }
.eyebrow { margin: 0 0 18px; color: var(--accent-soft); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(54px, 8vw, 104px); line-height: .94; }
h2 { max-width: 720px; margin-bottom: 24px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; }
h3 { margin-bottom: 12px; font-size: 25px; }
p, li { color: var(--muted); font-size: 17px; line-height: 1.7; }
.lead { max-width: 660px; font-size: clamp(19px, 2.4vw, 26px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.button { display: inline-flex; padding: 14px 20px; border-radius: 999px; background: var(--accent); color: #fff; text-decoration: none; font-weight: 800; }
.button:hover { background: #847aff; }
.signal-card, .card, .status-panel, .legal-document { border: 1px solid var(--line); background: linear-gradient(150deg, #171d42cc, #10152fcc); box-shadow: 0 28px 80px #03051366; }
.signal-card { padding: 28px; border-radius: 28px; transform: rotate(2deg); }
.signal-label { display: block; margin-bottom: 28px; color: var(--accent-soft); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.signal-row { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 19px 0; border-top: 1px solid var(--line); }
.signal-row span, .card-number { color: var(--accent-soft); font-size: 13px; font-weight: 800; }
.section { padding: 110px 0; border-top: 1px solid var(--line); }
.grid { display: grid; gap: 20px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 260px; padding: 30px; border-radius: 22px; }
.card-number { display: block; margin-bottom: 52px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 8vw, 100px); align-items: start; }
.status-panel { padding: 30px; border-radius: 22px; }
.status-line { display: flex; align-items: center; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.dot { width: 11px; height: 11px; border-radius: 50%; background: #60d394; box-shadow: 0 0 20px #60d394; }
.status-panel ul { margin: 20px 0 0; padding-left: 20px; }
.notice { max-width: 850px; }
footer { display: flex; justify-content: space-between; gap: 32px; padding: 48px 0 64px; border-top: 1px solid var(--line); }
footer p { margin: 14px 0 0; font-size: 14px; }
.legal-main { padding: 76px 0 110px; }
.legal-head { max-width: 820px; margin-bottom: 42px; }
.legal-document { max-width: 900px; padding: clamp(26px, 6vw, 64px); border-radius: 26px; }
.legal-document h2 { margin-top: 50px; margin-bottom: 14px; font-size: clamp(27px, 4vw, 38px); }
.legal-document h2:first-child { margin-top: 0; }
.legal-document h3 { margin-top: 30px; font-size: 20px; }
.legal-document p, .legal-document li { font-size: 16px; }
.legal-document a { color: var(--accent-soft); }
.metric-card { margin: 28px 0; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg, #171d42cc, #10152fcc); box-shadow: 0 20px 56px #03051355; }
.metric-card h2 { margin-bottom: 14px; font-size: clamp(27px, 4vw, 38px); }
.metric-card ul { margin: 0; padding-left: 22px; }
.metric-card strong { color: var(--ink); }
.meta { color: var(--accent-soft); font-weight: 700; }
.small-print { font-size: 14px; line-height: 1.5; }
@media (max-width: 820px) {
  .site-header { align-items: flex-start; padding: 20px 0; }
  .site-header nav { justify-content: flex-end; gap: 12px; font-size: 14px; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 76px 0; }
  .signal-card { transform: none; }
  .grid.three { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  footer { flex-direction: column; }
}
@media (max-width: 560px) {
  .site-header { display: block; }
  .site-header nav { justify-content: flex-start; margin-top: 18px; }
  h1 { font-size: 52px; }
}
