:root {
  color-scheme: dark;
  --ink: #020815;
  --panel: #0b1727;
  --panel-soft: #101f34;
  --line: rgba(152, 188, 226, 0.2);
  --white: #ffffff;
  --cloud: #edf6ff;
  --muted: #a9bdd2;
  --blue: #1f8bff;
  --blue-deep: #0b4c9b;
  --cyan: #55d6ff;
  --yellow: #ffd84d;
  --page: min(calc(100% - 32px), 1120px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 82% 6%, rgba(31, 139, 255, 0.2), transparent 30rem),
    linear-gradient(180deg, #020815 0%, #07111f 52%, #020815 100%);
  color: var(--cloud);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(85, 214, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 214, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 74%);
  pointer-events: none;
}

a {
  color: inherit;
}

a:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(2, 8, 21, 0.82);
}

.site-nav {
  width: var(--page);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: var(--white);
  font-size: 1.18rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand-mark {
  color: var(--blue);
}

.nav-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}

.nav-links a,
.footer-links a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--white);
}

main {
  display: block;
}

.hero {
  width: var(--page);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  align-items: center;
  gap: clamp(40px, 8vw, 96px);
  padding: clamp(74px, 10vw, 126px) 0;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid rgba(85, 214, 255, 0.38);
  border-radius: 999px;
  background: rgba(31, 139, 255, 0.09);
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--white);
  font-family: ui-rounded, "Arial Rounded MT Bold", Inter, ui-sans-serif, system-ui, sans-serif;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.25rem, 8vw, 7.25rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

h1 span {
  color: var(--blue);
}

.hero-copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--cloud);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.private-note {
  margin: 24px 0 0;
  color: var(--yellow);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.hero-card,
.info-card,
.policy-section {
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(31, 139, 255, 0.1), rgba(85, 214, 255, 0.025)),
    rgba(11, 23, 39, 0.9);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.hero-card {
  padding: 26px;
}

.hero-card h2 {
  margin: 0 0 18px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.status-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.45;
}

.status-list li::before {
  width: 8px;
  height: 8px;
  margin-top: 0.42em;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(85, 214, 255, 0.8);
  content: "";
}

.section {
  padding: clamp(66px, 9vw, 112px) 0;
  border-top: 1px solid var(--line);
}

.section-inner,
.legal-page {
  width: var(--page);
  margin: 0 auto;
}

.section-label {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.section-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.card-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  padding: clamp(22px, 3vw, 30px);
}

.info-card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.info-card p,
.info-card li,
.policy-section p,
.policy-section li {
  color: var(--muted);
  line-height: 1.72;
}

.info-card p:last-child,
.policy-section p:last-child,
.policy-section ul:last-child {
  margin-bottom: 0;
}

.info-card ul,
.policy-section ul {
  padding-left: 1.2rem;
}

.cta-row {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid rgba(85, 214, 255, 0.74);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 18px 42px rgba(31, 139, 255, 0.24);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.button-link:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
}

.legal-page {
  max-width: 900px;
  padding: clamp(70px, 9vw, 116px) 0;
}

.legal-header {
  margin-bottom: 44px;
}

.legal-header h1 {
  max-width: none;
  font-size: clamp(3rem, 7vw, 6rem);
}

.effective-date {
  margin: 22px 0 0;
  color: var(--yellow);
  font-weight: 800;
}

.legal-intro {
  max-width: 760px;
  color: var(--cloud);
  font-size: 1.08rem;
  line-height: 1.75;
}

.policy-section {
  margin-top: 16px;
  padding: clamp(24px, 4vw, 38px);
}

.policy-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

.policy-section a,
.contact-link {
  color: var(--cyan);
  font-weight: 750;
  text-underline-offset: 3px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
}

.footer-inner {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 34px 0;
}

.footer-meta {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .site-nav,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    padding: 18px 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
