:root {
  color-scheme: dark;
  --bg: #090a0f;
  --surface: #11131b;
  --surface-2: #171925;
  --line: #2b2e3a;
  --text: #f3f1f8;
  --muted: #9a96a8;
  --purple: #9c83ff;
  --purple-2: #6f55de;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  color: var(--text);
  background:
    radial-gradient(circle at 76% -10%, rgba(111, 85, 222, .22), transparent 34rem),
    radial-gradient(circle at -10% 38%, rgba(93, 68, 190, .10), transparent 28rem),
    var(--bg);
  font: 16px/1.65 var(--sans);
}
a { color: #b9a8ff; text-underline-offset: 3px; }
a:hover { color: #ded5ff; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(9,10,15,.84);
  backdrop-filter: blur(18px);
}
.nav {
  width: min(1120px, calc(100% - 32px));
  height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; filter: drop-shadow(0 0 11px rgba(156,131,255,.42)); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 13px; }
.nav-links a { color: #a4a0af; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }

.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding: 96px 0 82px; }
.kicker { margin: 0; color: var(--purple); font-size: 12px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.hero h1 { max-width: 760px; margin: 18px 0 22px; font: 600 clamp(3.2rem, 7vw, 6.6rem)/.93 var(--serif); letter-spacing: -.055em; }
.hero-copy { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.22rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid #6e58cd; border-radius: 999px; color: white; background: linear-gradient(135deg, #7157de, #49378f); text-decoration: none; font-size: 14px; font-weight: 800; box-shadow: 0 14px 42px rgba(78,54,167,.28); }
.button.secondary { border-color: var(--line); color: #d2cedb; background: #12141c; box-shadow: none; }
.orb-stage { position: relative; min-height: 430px; display: grid; place-items: center; }
.orb-stage::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(155,130,255,.18); border-radius: 50%; box-shadow: 0 0 120px rgba(95,69,205,.20); }
.orb-stage::after { content: ""; position: absolute; width: 245px; height: 245px; border: 1px solid rgba(155,130,255,.14); border-radius: 50%; }
.orb-stage img { position: relative; z-index: 2; width: 150px; height: 150px; filter: drop-shadow(0 0 38px rgba(156,131,255,.42)); }

.section { padding: 86px 0; border-top: 1px solid rgba(255,255,255,.06); }
.section-head { max-width: 720px; margin-bottom: 34px; }
.section h2 { margin: 12px 0 0; font: 600 clamp(2.3rem, 5vw, 4.3rem)/1 var(--serif); letter-spacing: -.04em; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg, rgba(24,26,37,.94), rgba(14,16,23,.94)); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.card .number { color: var(--purple); font: 800 11px/1 var(--sans); letter-spacing: .14em; }
.card h3 { margin: 30px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }

.legal-hero { padding: 100px 0 48px; }
.legal-hero h1 { margin: 14px 0 18px; font: 600 clamp(3rem, 7vw, 6rem)/.96 var(--serif); letter-spacing: -.05em; }
.legal-hero .lede { max-width: 760px; color: var(--muted); font-size: 18px; }
.date { display: inline-flex; margin-top: 16px; padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: #817c8e; font-size: 11px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 64px; align-items: start; padding: 28px 0 110px; }
.summary { position: sticky; top: 104px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(18,20,28,.8); }
.summary strong { display: block; margin-bottom: 12px; color: var(--purple); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.summary ul { margin: 0; padding-left: 18px; color: #9893a5; font-size: 12px; }
.summary li + li { margin-top: 7px; }
.legal article { min-width: 0; color: #aaa5b3; }
.legal article > :first-child { margin-top: 0; }
.legal h2 { margin: 52px 0 14px; color: white; font: 600 2rem/1.08 var(--serif); letter-spacing: -.025em; }
.legal h3 { margin: 28px 0 10px; color: #e0dce7; font-size: 15px; }
.legal p, .legal li { font-size: 14px; }
.legal ul { padding-left: 22px; }
.legal code { padding: 2px 5px; border: 1px solid var(--line); border-radius: 5px; color: #c8baff; background: #13151d; }

.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-bottom: 100px; }
.support-grid details { border: 1px solid var(--line); border-radius: 18px; background: #11131b; }
.support-grid summary { padding: 20px; color: #eeebf4; cursor: pointer; font-weight: 750; }
.support-grid details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }

.site-footer { border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { width: min(1120px, calc(100% - 40px)); min-height: 120px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #716d7b; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #8b8696; text-decoration: none; }

.callback { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.callback-card { width: min(460px, 100%); padding: 44px; border: 1px solid var(--line); border-radius: 26px; text-align: center; background: #11131b; box-shadow: 0 28px 100px rgba(0,0,0,.48); }
.callback-card img { width: 68px; height: 68px; }
.callback-card h1 { margin: 20px 0 10px; font: 600 2.2rem/1 var(--serif); }
.callback-card p { color: var(--muted); }
.spinner { width: 28px; height: 28px; margin: 24px auto 0; border: 3px solid #313441; border-top-color: var(--purple); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(1turn); } }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 10px; padding-top: 72px; }
  .orb-stage { min-height: 300px; order: -1; }
  .orb-stage::before { width: 260px; height: 260px; }
  .orb-stage::after { width: 180px; height: 180px; }
  .orb-stage img { width: 110px; height: 110px; }
  .grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .summary { position: static; }
}
@media (max-width: 600px) {
  .nav { height: auto; min-height: 68px; align-items: flex-start; padding: 16px 0; }
  .nav-links { max-width: 220px; justify-content: flex-end; flex-wrap: wrap; gap: 6px 14px; }
  .hero h1 { font-size: 3.35rem; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 26px 0; }
}
