:root {
  --bg: #071019;
  --panel: rgba(17, 34, 48, 0.72);
  --text: #f5f9fc;
  --muted: #a8bac8;
  --line: rgba(184, 219, 238, 0.16);
  --cyan: #69e6ff;
  --cyan-2: #b5f3ff;
  --green: #8fffc1;
  --max: 1160px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.30);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 77% 9%, rgba(61, 194, 255, 0.12), transparent 27rem),
    radial-gradient(circle at 14% 42%, rgba(69, 255, 183, 0.06), transparent 24rem),
    linear-gradient(180deg, #071019 0%, #07111a 55%, #050c12 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a.inline-link {
  color: var(--cyan-2);
  text-decoration: underline;
  text-decoration-color: rgba(181, 243, 255, 0.35);
  text-underline-offset: 3px;
}
a.inline-link:hover { text-decoration-color: currentColor; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid rgba(184, 219, 238, 0.08);
  background: rgba(7, 16, 25, 0.78);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 72px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.brand {
  display: inline-flex; align-items: center; gap: 11px;
  font-size: 18px; font-weight: 760; letter-spacing: -0.025em;
}
.brand-mark {
  position: relative; width: 27px; height: 27px;
  border: 1px solid rgba(105, 230, 255, 0.52);
  border-radius: 8px;
  box-shadow: inset 0 0 16px rgba(105, 230, 255, 0.10);
  overflow: hidden;
}
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; left: 5px; right: 5px; height: 2px;
  background: var(--cyan); box-shadow: 0 0 10px rgba(105, 230, 255, 0.8);
  transform: rotate(-27deg); transform-origin: center;
}
.brand-mark::before { top: 9px; }
.brand-mark::after { top: 15px; left: 10px; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 9px 11px; border-radius: 9px; color: var(--muted); font-size: 14px;
}
.nav a:hover, .nav a[aria-current="page"] {
  color: var(--text); background: rgba(255,255,255,0.05);
}
.menu-button {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  border-radius: 11px; background: rgba(255,255,255,0.035); color: var(--text);
  cursor: pointer;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: ""; display: block; width: 18px; height: 1.5px;
  background: currentColor; margin: 4px auto;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-button.open span { opacity: 0; }
.menu-button.open::before { transform: translateY(5.5px) rotate(45deg); }
.menu-button.open::after { transform: translateY(-5.5px) rotate(-45deg); }
.hero { position: relative; padding: 108px 0 88px; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 70px; align-items: center;
}
.eyebrow, .status-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(105, 230, 255, 0.18);
  background: rgba(105, 230, 255, 0.055); color: var(--cyan-2);
  border-radius: 999px; padding: 7px 11px; font-size: 12px;
  font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}
.status-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 13px rgba(143, 255, 193, .75);
}
h1 {
  max-width: 780px; margin: 22px 0; font-size: clamp(48px, 7vw, 82px);
  line-height: .98; letter-spacing: -0.058em; font-weight: 820;
}
.hero-accent {
  color: var(--cyan-2); text-shadow: 0 0 30px rgba(105, 230, 255, 0.12);
}
.hero-copy {
  max-width: 700px; margin: 0; color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 17px; border-radius: 11px;
  font-size: 14px; font-weight: 720;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  color: #031018; background: linear-gradient(135deg, var(--cyan-2), var(--cyan));
  box-shadow: 0 10px 35px rgba(105, 230, 255, 0.16);
}
.button-secondary {
  border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.035);
}
.hero-note { margin-top: 18px; color: #78909f; font-size: 13px; }
.signal-visual {
  position: relative; min-height: 420px; border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(rgba(112, 211, 235, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 211, 235, .055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(17, 34, 48, .94), rgba(7, 17, 26, .82));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow); overflow: hidden;
}
.signal-visual::before {
  content: ""; position: absolute; width: 290px; height: 290px;
  left: 80px; top: 61px; border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 230, 255, .16), rgba(105, 230, 255, .02) 46%, transparent 70%);
}
.beam {
  position: absolute; left: 16%; top: 50%; width: 70%; height: 2px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(105,230,255,.95), transparent);
  box-shadow: 0 0 22px rgba(105,230,255,.46);
}
.node {
  position: absolute; width: 13px; height: 13px; border-radius: 50%;
  background: #08121b; border: 2px solid var(--cyan);
  box-shadow: 0 0 0 7px rgba(105,230,255,.055), 0 0 18px rgba(105,230,255,.35);
}
.node.n1 { left: 21%; top: 62%; }
.node.n2 { left: 38%; top: 47%; }
.node.n3 { left: 56%; top: 55%; }
.node.n4 { left: 71%; top: 35%; }
.node.n5 { left: 78%; top: 52%; border-color: var(--green); }
.visual-label {
  position: absolute; top: 22px; left: 22px; color: #86a0b1;
  font-size: 11px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase;
}
.visual-card {
  position: absolute; right: 22px; bottom: 22px;
  width: min(285px, calc(100% - 44px)); border: 1px solid rgba(181,243,255,.15);
  border-radius: 16px; padding: 16px; background: rgba(6, 16, 24, .82);
  backdrop-filter: blur(14px);
}
.visual-card strong { display: block; font-size: 14px; }
.visual-card p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
section { padding: 80px 0; }
.section-kicker {
  margin-bottom: 13px; color: var(--cyan); font-size: 12px;
  font-weight: 760; letter-spacing: .09em; text-transform: uppercase;
}
.section-title {
  max-width: 760px; margin: 0; font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.08; letter-spacing: -0.045em;
}
.section-lede { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.three-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px;
}
.card {
  min-height: 225px; padding: 26px; border: 1px solid var(--line);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(17,34,48,.78), rgba(9,20,30,.62));
}
.card-number { color: var(--cyan); font-size: 12px; font-weight: 760; letter-spacing: .08em; }
.card h3 { margin: 42px 0 9px; font-size: 23px; letter-spacing: -.03em; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.compliance-panel {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; padding: 38px;
  border: 1px solid rgba(105,230,255,.16); border-radius: 23px;
  background: linear-gradient(135deg, rgba(13,35,49,.8), rgba(8,20,29,.78));
  box-shadow: var(--shadow);
}
.compliance-list { display: grid; gap: 13px; align-content: start; }
.check-row {
  display: grid; grid-template-columns: 20px 1fr; gap: 10px;
  color: var(--muted); font-size: 14px;
}
.check {
  width: 18px; height: 18px; margin-top: 2px;
  border: 1px solid rgba(143,255,193,.34); border-radius: 50%;
  color: var(--green); display: grid; place-items: center; font-size: 11px;
}
.categories { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.category {
  padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px;
  color: #a9bfcc; background: rgba(255,255,255,.025); font-size: 13px;
}
.cta { padding-top: 36px; }
.cta-box {
  padding: 42px; border-radius: 24px; border: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 20%, rgba(105,230,255,.10), transparent 22rem),
    rgba(12,25,36,.72);
}
.cta-box h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.04em; }
.cta-box p { max-width: 650px; margin: 0 0 25px; color: var(--muted); }
.site-footer {
  margin-top: 70px; padding: 34px 0 38px;
  border-top: 1px solid rgba(184,219,238,.10);
}
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.footer-brand { color: var(--muted); font-size: 13px; max-width: 560px; }
.footer-brand strong { display: block; margin-bottom: 7px; color: var(--text); font-size: 15px; }
.footer-links {
  display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 16px;
  color: var(--muted); font-size: 13px;
}
.legal-hero { padding: 76px 0 38px; }
.legal-hero h1 { margin-bottom: 14px; font-size: clamp(42px, 6vw, 64px); }
.legal-meta { color: var(--muted); font-size: 14px; }
.legal-layout {
  display: grid; grid-template-columns: minmax(0, 760px) 1fr;
  gap: 68px; align-items: start; padding-bottom: 40px;
}
.legal-copy { color: #c4d2db; font-size: 16px; }
.legal-copy h2 {
  margin: 38px 0 12px; color: var(--text); font-size: 24px; letter-spacing: -.025em;
}
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #bdccd6; }
.legal-copy ul { padding-left: 21px; }
.legal-copy li { margin: 7px 0; }
.side-card {
  position: sticky; top: 104px; padding: 20px; border-radius: 17px;
  border: 1px solid var(--line); background: rgba(13, 29, 41, .68);
  color: var(--muted); font-size: 13px;
}
.side-card strong { display: block; color: var(--text); margin-bottom: 8px; font-size: 14px; }
.contact-card {
  max-width: 760px; margin-top: 30px; padding: 30px;
  border: 1px solid var(--line); border-radius: 20px; background: rgba(15,32,44,.72);
}
.contact-email {
  display: inline-block; margin-top: 8px; color: var(--cyan-2);
  font-size: clamp(22px, 4vw, 32px); font-weight: 760; letter-spacing: -.03em;
}
.small-note { color: #8298a7; font-size: 13px; }

@media (max-width: 900px) {
  .hero { padding-top: 76px; }
  .hero-grid, .compliance-panel, .legal-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .signal-visual { min-height: 350px; }
  .three-grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card h3 { margin-top: 26px; }
  .side-card { position: static; }
}
@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 64px; }
  .menu-button { display: block; }
  .nav {
    position: absolute; left: 14px; right: 14px; top: 70px;
    display: none; padding: 10px; border: 1px solid var(--line);
    border-radius: 14px; background: rgba(7, 16, 25, .97);
    box-shadow: var(--shadow);
  }
  .nav.open { display: grid; }
  .nav a { padding: 12px; }
  .hero { padding: 64px 0 54px; }
  h1 { font-size: clamp(46px, 15vw, 62px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  section { padding: 58px 0; }
  .signal-visual { min-height: 300px; border-radius: 20px; }
  .compliance-panel, .cta-box { padding: 25px; }
  .footer-grid { display: grid; }
  .footer-links { justify-content: flex-start; }
  .legal-hero { padding-top: 52px; }
  .legal-layout { gap: 34px; }
}
