:root {
  --ink: #173243;
  --ink-soft: #4f6470;
  --brand: #173d52;
  --brand-deep: #0f2d3e;
  --accent: #cf7a36;
  --accent-hover: #b96528;
  --paper: #ffffff;
  --surface: #f3f6f7;
  --surface-warm: #faf6f1;
  --line: #d9e1e5;
  --success: #34735c;
  --shadow: 0 18px 50px rgba(20, 49, 65, 0.12);
  --radius: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--brand);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 225, 229, 0.8);
  backdrop-filter: blur(12px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--brand);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  background: var(--brand);
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav > a:not(.button) {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav > a:not(.button):hover,
.site-nav > a:not(.button):focus-visible {
  color: var(--brand);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--brand);
  border-radius: 2px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: white;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(207, 122, 54, 0.18);
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 0.9rem;
}

.button-secondary {
  color: var(--brand);
  background: white;
  border-color: white;
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: white;
  background: transparent;
  border-color: white;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 84px;
  background:
    radial-gradient(circle at 82% 20%, rgba(207, 122, 54, 0.16), transparent 28rem),
    linear-gradient(135deg, #f8fafb 0%, #eef3f5 100%);
}

.hero::after {
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 480px;
  height: 480px;
  content: "";
  border: 1px solid rgba(23, 61, 82, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(23, 61, 82, 0.025),
    0 0 0 140px rgba(23, 61, 82, 0.02);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 70px;
  align-items: center;
}

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

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 3.5vw, 5rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

p {
  margin-top: 0;
}

.hero-lede {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.text-link {
  color: var(--brand);
  font-weight: 750;
  text-underline-offset: 4px;
}

.access-note {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.hero-card {
  padding: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 225, 229, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card-kicker {
  margin-bottom: 8px;
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-card h2 {
  font-size: 1.7rem;
}

.feature-list {
  display: grid;
  gap: 20px;
  padding: 22px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.feature-list strong {
  color: var(--ink);
}

.check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: white;
  background: var(--success);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 800;
}

.section {
  padding: 90px 0;
}

.section-tinted {
  background: var(--surface);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-heading > p:last-child,
.beta-grid > div > p,
.contact-inner p,
.callout p {
  color: var(--ink-soft);
}

.three-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.info-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.info-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.step-number {
  display: block;
  margin-bottom: 38px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.beta-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 70px;
  align-items: start;
}

.beta-panel {
  padding: 30px;
  background: white;
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(20, 49, 65, 0.08);
}

.beta-panel h3 {
  margin-bottom: 20px;
}

.beta-panel dl {
  margin: 0;
}

.beta-panel dl > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.beta-panel dt {
  color: var(--ink);
  font-weight: 750;
}

.beta-panel dd {
  margin: 0;
  color: var(--ink-soft);
}

.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 44px;
  background: var(--surface-warm);
  border: 1px solid #eadfd3;
  border-radius: var(--radius);
}

.callout h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.callout p {
  max-width: 680px;
  margin-bottom: 0;
}

.contact-section {
  color: white;
  background: var(--brand);
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.contact-inner .eyebrow {
  color: #f0b985;
}

.contact-inner h2,
.contact-inner p {
  color: white;
}

.contact-inner p {
  max-width: 690px;
  margin-bottom: 0;
  opacity: 0.86;
}

.site-footer {
  padding: 42px 0;
  color: var(--ink-soft);
  background: #eef2f4;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
}

.footer-inner strong {
  color: var(--ink);
}

.footer-inner p {
  margin: 6px 0 0;
  font-size: 0.87rem;
}

.footer-meta {
  text-align: right;
}

@media (max-width: 860px) {
  .hero-grid,
  .beta-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .three-column {
    grid-template-columns: 1fr;
  }

  .info-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 10px;
  }

  .info-card .step-number {
    grid-row: 1 / 3;
    margin: 4px 0 0;
  }

  .info-card p {
    grid-column: 2;
  }

  .callout,
  .contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 18px 20px 24px;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 25px rgba(20, 49, 65, 0.08);
  }

  .site-nav.is-open {
    display: grid;
    gap: 16px;
  }

  .site-nav .button {
    width: 100%;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    padding: 70px 0 64px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .section {
    padding: 68px 0;
  }

  .hero-card,
  .beta-panel,
  .callout {
    padding: 26px;
  }

  .beta-panel dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
