:root {
  --bg: #07111f;
  --bg-strong: #030812;
  --panel: #0e1b2c;
  --panel-soft: #13243a;
  --text: #f5f8fc;
  --muted: #aab8c9;
  --line: rgba(177, 194, 214, 0.18);
  --accent: #38bdf8;
  --accent-strong: #0ea5e9;
  --accent-soft: rgba(56, 189, 248, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-strong) 0%, var(--bg) 42%, #091627 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration-color: rgba(56, 189, 248, 0.55);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent);
}

img,
svg {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: var(--radius);
  background: var(--accent);
  color: #02101c;
  padding: 0.7rem 1rem;
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 8, 18, 0.78);
  backdrop-filter: blur(16px);
}

.nav,
.site-footer,
.section,
.mission-band {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, var(--accent) 46%, var(--accent) 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, var(--accent) 46%, var(--accent) 54%, transparent 54%);
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.09);
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.section {
  padding: 6rem 0;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(730px, calc(100vh - 132px));
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.hero::before {
  position: absolute;
  inset: 2rem calc(50% - 50vw);
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(56, 189, 248, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(56, 189, 248, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, rgba(56, 189, 248, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(3, 8, 18, 0.2), rgba(3, 8, 18, 0.82));
  background-size: 4.5rem 4.5rem, 4.5rem 4.5rem, auto, auto;
  content: "";
}

.hero-copy {
  position: relative;
  max-width: 780px;
}

.hero-scene {
  position: absolute;
  inset: 2rem calc(50% - 50vw);
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.scene-document,
.scene-alert {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(19, 36, 58, 0.92), rgba(7, 17, 31, 0.94));
  box-shadow: var(--shadow);
}

.scene-document {
  display: grid;
  gap: 0.75rem;
  width: 22rem;
  padding: 1.15rem;
}

.scene-document-a {
  right: 8%;
  top: 12%;
  transform: rotate(3deg);
}

.scene-document-b {
  right: 21%;
  bottom: 10%;
  transform: rotate(-4deg);
}

.doc-kicker,
.doc-line,
.doc-highlight {
  display: block;
  border-radius: 999px;
}

.doc-kicker {
  width: 5rem;
  height: 0.52rem;
  background: var(--accent);
}

.doc-line {
  height: 0.7rem;
  background: rgba(230, 238, 248, 0.18);
}

.doc-line.strong {
  width: 78%;
  background: rgba(230, 238, 248, 0.32);
}

.doc-line.short {
  width: 58%;
}

.doc-highlight {
  width: 88%;
  height: 2.6rem;
  border: 1px solid rgba(56, 189, 248, 0.32);
  background: var(--accent-soft);
}

.scene-alert {
  right: 11%;
  top: 48%;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  color: #dff6ff;
  font-weight: 850;
}

.pulse-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.45rem rgba(56, 189, 248, 0.14);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: 5.8rem;
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

h4 {
  margin-bottom: 0.45rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-subhead {
  max-width: 42rem;
  color: #d8e3ef;
  font-size: 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.78rem 1.05rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent);
  color: #03111d;
  box-shadow: 0 14px 38px rgba(56, 189, 248, 0.25);
}

.button.primary:hover {
  background: #67d3fb;
  color: #03111d;
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
}

.button.secondary:hover {
  border-color: rgba(56, 189, 248, 0.55);
  color: var(--text);
}

.button.full {
  width: 100%;
}

.alert-card,
.price-card,
.step,
.difference-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(19, 36, 58, 0.94), rgba(10, 21, 36, 0.96));
  box-shadow: var(--shadow);
}

.mini-label,
.alert-date,
.source-note,
.legal-updated {
  color: var(--muted);
  font-size: 0.9rem;
}

.badge {
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  background: var(--accent-soft);
  color: #b9edff;
  padding: 0.3rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mission-band {
  border-block: 1px solid var(--line);
  padding: 1.45rem 0;
}

.mission-band p {
  margin: 0;
  color: #dce8f5;
  font-size: 1.35rem;
  font-weight: 700;
}

.stack {
  display: grid;
  gap: 2rem;
}

.section-heading {
  max-width: 760px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.steps,
.difference-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step,
.difference-grid article {
  padding: 1.35rem;
}

.step-number {
  display: inline-block;
  margin-bottom: 2.4rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 900;
}

.step p,
.difference-grid p,
.price-card li,
.legal-page p,
.faq-list p {
  color: var(--muted);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 4rem;
  align-items: start;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.audience-grid p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.9rem 1rem;
  color: #e6eef8;
  font-weight: 750;
}

.alert-section {
  padding-top: 4rem;
}

.alert-card {
  margin-top: 2rem;
  padding: 2rem;
}

.alert-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.badge {
  display: inline-flex;
  margin: 0;
}

.alert-card h3 {
  max-width: 780px;
  font-size: 2.6rem;
  line-height: 1.08;
}

.alert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.alert-grid section {
  border: 1px solid rgba(177, 194, 214, 0.14);
  border-radius: var(--radius);
  background: rgba(3, 8, 18, 0.26);
  padding: 1rem;
}

blockquote {
  margin: 0;
  border-left: 3px solid var(--accent);
  padding-left: 0.85rem;
  color: #f2f8ff;
  font-weight: 700;
}

.source-note {
  margin: 1rem 0 0;
}

.difference-section {
  padding-top: 4rem;
}

.pricing-section {
  padding-top: 4rem;
}

.pricing-grid {
  align-items: stretch;
  margin-top: 2rem;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
}

.price-card.featured {
  border-color: rgba(56, 189, 248, 0.55);
  transform: translateY(-0.6rem);
}

.price {
  margin: 0.7rem 0 1rem;
  color: var(--text);
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 750;
}

.price-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 1.4rem;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "+";
  font-weight: 900;
}

.price-card .button {
  margin-top: auto;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 4rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  padding: 1rem;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 850;
}

details p {
  margin: 0.8rem 0 0;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem;
}

.site-footer p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.footer-brand {
  width: max-content;
}

.legal-main {
  width: min(calc(100% - 2rem), 860px);
  margin-inline: auto;
  padding: 5rem 0;
}

.legal-page {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 27, 44, 0.84);
  box-shadow: var(--shadow);
  padding: 3rem;
}

.legal-page h1 {
  max-width: none;
  font-size: 4.2rem;
}

.legal-page h2 {
  margin-top: 2rem;
  font-size: 1.55rem;
  line-height: 1.18;
}

.legal-page section:first-of-type h2 {
  margin-top: 1.25rem;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

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

  .button {
    transition: none;
  }

  .button:hover {
    transform: none;
  }
}

@media (max-width: 920px) {
  .two-column,
  .faq-section {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 4.3rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .hero-subhead {
    font-size: 1.16rem;
  }

  .scene-document-a {
    right: -6rem;
    top: 4rem;
  }

  .scene-document-b {
    right: 4rem;
    bottom: 2rem;
  }

  .scene-alert {
    right: 3rem;
  }

  .steps,
  .difference-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .two-column,
  .faq-section {
    gap: 2rem;
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: auto;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .nav,
  .site-footer,
  .footer-links {
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 0.7rem;
    font-size: 0.86rem;
  }

  .section {
    padding: 4.2rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: 3.2rem;
    padding-bottom: 3rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .mission-band p {
    font-size: 1.08rem;
  }

  .scene-document {
    width: 16rem;
  }

  .scene-document-a {
    right: -8rem;
    top: 1.5rem;
  }

  .scene-document-b,
  .scene-alert {
    display: none;
  }

  .hero-actions,
  .hero-actions .button,
  .audience-grid,
  .alert-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .alert-topline {
    display: grid;
    justify-content: stretch;
  }

  .alert-card,
  .legal-page {
    padding: 1.25rem;
  }

  .alert-card h3 {
    font-size: 1.85rem;
  }

  .price {
    font-size: 2.6rem;
  }

  .legal-page h1 {
    font-size: 2.6rem;
  }

  .legal-page h2 {
    font-size: 1.3rem;
  }

  .footer-links {
    align-items: flex-start;
  }
}
