:root {
  --ink: #f4efff;
  --muted: #a7a0b8;
  --deep: #120b21;
  --panel: #1a1030;
  --purple: #9b6cff;
  --violet: #7446d9;
  --line: rgba(215, 195, 255, .15);
  --lime: #d9ff9a;
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--deep); font-family: var(--body); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.page-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 80% 8%, rgba(107, 57, 190, .24), transparent 31rem), var(--deep); }
.site-header, main > section, .site-footer { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 11px; align-items: center; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: #1b102f; background: var(--lime); clip-path: polygon(50% 0, 92% 17%, 84% 76%, 50% 100%, 16% 76%, 8% 17%); font-size: 16px; }
.top-nav { display: flex; gap: 30px; align-items: center; color: var(--muted); font-size: 13px; }
.top-nav a:hover, .site-footer a:hover, .text-link:hover { color: var(--ink); }
.nav-contact { color: var(--ink); padding: 9px 14px; border: 1px solid var(--line); border-radius: 99px; }
.nav-contact span { color: var(--lime); margin-left: 5px; }
.hero { min-height: 600px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 45px; padding: 92px 0 84px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin: 0 8px 1px 0; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(52px, 6vw, 82px); }
h1 em, h2 em { color: var(--purple); font-style: normal; }
.hero-lead { max-width: 455px; margin: 30px 0 32px; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; gap: 18px; align-items: center; border-radius: 99px; padding: 14px 19px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1a102a; background: var(--lime); }
.button-primary span, .button-light span { font-size: 18px; line-height: 0; }
.text-link { color: var(--muted); font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.text-link span { color: var(--lime); margin-left: 7px; }
.hero-visual { min-height: 425px; position: relative; display: grid; place-items: center; background: linear-gradient(145deg, rgba(115, 66, 218, .25), rgba(22, 13, 42, .15)); border: 1px solid var(--line); clip-path: polygon(0 7%, 92% 0, 100% 92%, 11% 100%); }
.hero-visual::before { content: ''; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(205, 184, 255, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(205, 184, 255, .1) 1px, transparent 1px); background-size: 43px 43px; }
.shield { position: relative; width: 175px; height: 205px; filter: drop-shadow(0 0 32px rgba(155, 108, 255, .5)); }
.shield-top { position: absolute; inset: 0 0 auto; height: 100%; background: var(--purple); clip-path: polygon(50% 0, 95% 15%, 87% 72%, 50% 100%, 13% 72%, 5% 15%); }
.shield-body { position: absolute; inset: 8px 8px 8px; background: var(--deep); clip-path: polygon(50% 0, 95% 15%, 87% 72%, 50% 100%, 13% 72%, 5% 15%); display: grid; place-items: center; }
.shield-lock { position: relative; width: 34px; height: 29px; border-radius: 4px; background: var(--lime); }
.shield-lock::before { content: ''; position: absolute; width: 19px; height: 21px; left: 7px; top: -13px; border: 5px solid var(--lime); border-bottom: 0; border-radius: 12px 12px 0 0; }
.shield-lock::after { content: ''; position: absolute; width: 4px; height: 10px; left: 15px; top: 8px; background: #24143e; border-radius: 3px; }
.orbit { position: absolute; border: 1px solid rgba(217, 255, 154, .4); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { width: 360px; height: 120px; }
.orbit-two { width: 420px; height: 180px; border-color: rgba(155, 108, 255, .32); transform: rotate(32deg); }
.signal { position: absolute; width: 8px; height: 8px; background: var(--lime); box-shadow: 0 0 14px var(--lime); border-radius: 50%; }
.signal-one { top: 27%; left: 22%; } .signal-two { right: 21%; bottom: 24%; background: var(--purple); box-shadow: 0 0 14px var(--purple); }
.visual-label { position: absolute; color: rgba(244, 239, 255, .55); font-size: 9px; letter-spacing: .15em; } .label-top { top: 17%; left: 16%; } .label-bottom { right: 13%; bottom: 16%; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; padding: 28px 26px 28px 0; border-right: 1px solid var(--line); }
.fact + .fact { padding-left: 27px; } .fact:last-child { border-right: 0; }
.fact-number { grid-row: span 2; color: var(--purple); font: 600 12px var(--display); } .fact strong { font: 600 14px var(--display); } .fact span:last-child { color: var(--muted); font-size: 12px; }
.document-section { display: grid; grid-template-columns: 33% 67%; gap: 70px; padding: 135px 0 100px; }
.section-intro h2 { max-width: 300px; font-size: clamp(38px, 4vw, 58px); } .section-intro > p:last-child { max-width: 225px; margin-top: 27px; color: var(--muted); font-size: 14px; }
.document-content { border-top: 1px solid var(--line); }
.document-block { display: grid; grid-template-columns: 38px 1fr; gap: 22px; padding: 27px 0 30px; border-bottom: 1px solid var(--line); }
.block-index { color: var(--purple); font: 600 11px var(--display); padding-top: 4px; } .document-block h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.035em; } .document-block p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; } .document-block a { color: var(--lime); border-bottom: 1px solid rgba(217,255,154,.4); }
.terms-section { padding-top: 100px; }
.contact-band { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 55px 58px; background: var(--purple); color: var(--deep); clip-path: polygon(0 8%, 98% 0, 100% 86%, 3% 100%); }
.contact-band .section-kicker { color: var(--deep); margin-bottom: 9px; } .contact-band h2 { font-size: 45px; } .button-light { background: var(--deep); color: var(--ink); } .button-light span { color: var(--lime); }
.site-footer { display: flex; justify-content: space-between; padding: 37px 0; color: var(--muted); font-size: 11px; } .site-footer a { color: var(--ink); }
@media (max-width: 760px) { .site-header, main > section, .site-footer { width: min(100% - 38px, 560px); } .site-header { height: 74px; } .top-nav a:not(.nav-contact) { display: none; } .hero { display: block; padding: 72px 0 63px; } h1 { font-size: clamp(48px, 14vw, 68px); } .hero-visual { min-height: 300px; margin-top: 58px; } .shield { transform: scale(.78); } .orbit-one { width: 290px; } .orbit-two { width: 340px; } .quick-facts { display: block; } .fact, .fact + .fact { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); } .fact:last-child { border-bottom: 0; } .document-section { display: block; padding: 88px 0 50px; } .section-intro { margin-bottom: 46px; } .terms-section { padding-top: 66px; } .contact-band { display: block; padding: 49px 30px 54px; } .contact-band h2 { margin-bottom: 25px; font-size: 38px; } .site-footer { flex-wrap: wrap; gap: 12px; } }
@media (prefers-reduced-motion: no-preference) { .hero-copy { animation: rise .7s ease both; } .hero-visual { animation: appear .9s .12s ease both; } @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes appear { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } } }
