@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --navy-950: #070b1d;
  --navy-900: #0b1023;
  --navy-800: #141a33;
  --ink: #f4f6ff;
  --muted: #a7afd1;
  --quiet: #737da9;
  --cyan: #22d3ee;
  --indigo: #5b6cff;
  --violet: #8b5cf6;
  --line: rgba(159, 174, 235, 0.16);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--navy-950);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; position: relative; }
.site-shell::before {
  background: radial-gradient(circle at 72% 12%, rgba(91, 108, 255, .23), transparent 32rem), radial-gradient(circle at 5% 55%, rgba(34, 211, 238, .09), transparent 28rem);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.container { margin: 0 auto; max-width: var(--max); padding: 0 28px; position: relative; }
.header { align-items: center; display: flex; justify-content: space-between; padding: 28px 0; }
.brand { align-items: center; display: inline-flex; gap: 11px; font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { background: linear-gradient(135deg, var(--cyan), var(--indigo) 55%, var(--violet)); border-radius: 10px 10px 10px 3px; box-shadow: 0 8px 24px rgba(91,108,255,.28); display: inline-block; height: 27px; position: relative; transform: rotate(-8deg); width: 27px; }
.brand-mark::after { background: var(--navy-950); border-radius: 50%; content: ''; height: 7px; left: 10px; position: absolute; top: 9px; width: 7px; }
.nav { align-items: center; display: flex; gap: 26px; }
.nav a, .footer a { color: var(--muted); font-size: 14px; transition: color .2s ease; }
.nav a:hover, .footer a:hover { color: var(--ink); }
.hero { min-height: 680px; padding: 112px 0 130px; }
.hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
.eyebrow { color: var(--cyan); font-size: 12px; font-weight: 700; letter-spacing: .14em; margin: 0 0 20px; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.055em; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(48px, 7vw, 82px); max-width: 700px; }
.hero-copy { color: var(--muted); font-size: 19px; line-height: 1.65; margin: 26px 0 0; max-width: 570px; }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 15px; font-weight: 700; padding: 13px 20px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, var(--cyan), var(--indigo)); color: #071021; }
.button-secondary { border-color: var(--line); color: var(--ink); }
.button-secondary:hover { background: rgba(255,255,255,.06); border-color: rgba(159,174,235,.35); }
.hero-note { color: var(--quiet); font-size: 13px; margin: 16px 0 0; }
.orbit { align-items: center; display: flex; justify-content: center; min-height: 400px; position: relative; }
.orbit::before, .orbit::after { border: 1px solid rgba(91,108,255,.25); border-radius: 50%; content: ''; position: absolute; }
.orbit::before { height: 345px; transform: rotate(-23deg); width: 345px; }
.orbit::after { border-color: rgba(34,211,238,.18); height: 250px; transform: rotate(32deg); width: 250px; }
.orbit-core { align-items: center; background: linear-gradient(145deg, #202b61, #111936); border: 1px solid rgba(143,157,255,.38); border-radius: 28px; box-shadow: 0 25px 80px rgba(38,64,180,.35); display: flex; height: 145px; justify-content: center; position: relative; width: 175px; z-index: 2; }
.orbit-core span { font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 700; }
.node { align-items: center; background: var(--navy-800); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 35px rgba(0,0,0,.22); display: flex; height: 62px; justify-content: center; position: absolute; width: 62px; z-index: 3; }
.node::after { background: linear-gradient(135deg, var(--cyan), var(--indigo)); border-radius: 50%; content: ''; height: 24px; opacity: .9; width: 24px; }
.node-one { left: 5%; top: 18%; } .node-two { right: 3%; top: 31%; } .node-three { bottom: 16%; left: 17%; } .node-four { bottom: 7%; right: 17%; }
.section { border-top: 1px solid var(--line); padding: 96px 0; }
.section-heading { color: var(--muted); font-size: 18px; margin: 16px 0 0; max-width: 550px; }
.values { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.value { background: rgba(20,26,51,.72); border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.value-number { color: var(--cyan); font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; }
.value h3 { font-size: 23px; margin-top: 32px; }
.value p { color: var(--muted); font-size: 15px; margin: 12px 0 0; }
.footer { border-top: 1px solid var(--line); padding: 28px 0 36px; }
.footer-inner { align-items: center; display: flex; justify-content: space-between; }
.footer-links { display: flex; gap: 22px; }
.footer small { color: var(--quiet); font-size: 13px; }
.legal-shell { background: #f7f8fc; color: #171a31; min-height: 100vh; }
.legal-shell .header { border-bottom: 1px solid #e2e6f2; }
.legal-shell .brand { color: #171a31; }
.legal-shell .brand-mark { box-shadow: none; }
.legal-shell .brand-mark::after { background: #f7f8fc; }
.legal-shell .nav a { color: #657092; }
.legal-shell .nav a:hover { color: #171a31; }
.legal-main { max-width: 800px; padding: 86px 28px 100px; }
.legal-kicker { color: #4c5beb; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-main h1 { font-size: clamp(40px, 6vw, 62px); margin-top: 16px; }
.legal-date { color: #687293; font-size: 15px; margin: 18px 0 50px; }
.legal-main section { border-top: 1px solid #e2e6f2; padding: 28px 0 4px; }
.legal-main h2 { font-size: 25px; margin-bottom: 12px; }
.legal-main p { color: #4f5875; font-size: 16px; margin: 0 0 16px; }
.legal-main .lead { color: #303852; font-size: 19px; line-height: 1.65; }
.legal-footer { border-top: 1px solid #e2e6f2; padding: 28px 0 36px; }
.legal-footer .brand { color: #171a31; }
@media (max-width: 760px) {
  .container { padding: 0 20px; }
  .header { padding: 22px 0; }
  .nav { gap: 16px; }
  .hero { min-height: auto; padding: 76px 0 90px; }
  .hero-grid { gap: 48px; grid-template-columns: 1fr; }
  .orbit { min-height: 300px; transform: scale(.82); }
  .values { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 16px; }
  .legal-main { padding: 64px 20px 75px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
