:root {
  color-scheme: dark;
  --background: #05091c;
  --surface: #0b1128;
  --surface-strong: #111a38;
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(183, 247, 10, 0.4);
  --text: #ffffff;
  --muted: #b4bad0;
  --lime: #b7f70a;
  --lime-soft: rgba(183, 247, 10, 0.12);
  --purple: #7c3aed;
  --max-width: 880px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(124, 58, 237, 0.18), transparent 34rem),
    radial-gradient(circle at 90% 12%, rgba(183, 247, 10, 0.09), transparent 30rem),
    var(--background);
  color: var(--text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--lime);
  color: #07110b;
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  border-bottom: 1px solid var(--border);
  background: rgba(5, 9, 28, 0.84);
  backdrop-filter: blur(18px);
}

.header-inner,
.page-shell,
.footer-inner {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 6px solid var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(183, 247, 10, 0.28);
}

.brand-mark::after {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--purple);
  content: "";
}

.brand-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--lime-soft);
  color: var(--text);
}

.page-shell {
  padding: 72px 0 88px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 7vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2.7vw, 20px);
}

.effective-date {
  display: inline-flex;
  margin: 24px 0 0;
  padding: 7px 12px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--lime-soft);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.document {
  display: grid;
  gap: 14px;
  margin-top: 48px;
}

.document section,
.link-card,
.support-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(17, 26, 56, 0.96), rgba(8, 14, 34, 0.96));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.document section {
  padding: 28px;
}

.document h2,
.support-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.document p,
.support-card p,
.support-card li {
  margin: 0;
  color: var(--muted);
}

.document strong,
.support-card strong {
  color: var(--text);
}

.text-link {
  color: var(--lime);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.link-card {
  min-height: 210px;
  padding: 24px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.link-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-3px);
}

.card-number {
  display: block;
  margin-bottom: 54px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
}

.link-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.link-card span:last-child {
  color: var(--muted);
  font-size: 14px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.support-card {
  padding: 28px;
}

.support-card ul,
.support-card ol {
  margin: 14px 0 0;
  padding-left: 22px;
}

.support-card li + li {
  margin-top: 6px;
}

.support-card-full {
  grid-column: 1 / -1;
}

.contact-button {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid var(--lime);
  border-radius: 12px;
  background: var(--lime);
  color: #07110b;
  font-weight: 850;
  text-decoration: none;
}

.contact-button:hover {
  background: #cbff3b;
}

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

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0 42px;
  color: var(--muted);
  font-size: 13px;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 720px) {
  .header-inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .page-shell {
    padding: 50px 0 64px;
  }

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

  .support-card-full {
    grid-column: auto;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  .link-card {
    transition: none;
  }
}
