:root {
  --bg: #f4f6fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-solid: #ffffff;
  --border: rgba(15, 23, 42, 0.08);
  --ink: #0f172a;
  --muted: #52607a;
  --accent: #1d4ed8;
  --accent-soft: rgba(29, 78, 216, 0.1);
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.05);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(15, 23, 42, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfcfe 0%, #f4f6fb 48%, #edf1f7 100%);
}

a {
  color: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.hero,
.section,
.site-footer {
  border: 1px solid var(--border);
  background: var(--surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero {
  padding: 40px;
  border-radius: var(--radius-xl);
  margin-bottom: 24px;
}

.eyebrow,
.section-label,
.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 12px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 14px;
}

.status-pill {
  padding: 7px 12px;
  margin: 0 0 18px;
  color: #7c2d12;
  background: rgba(245, 158, 11, 0.14);
}

.hero h1 {
  margin: 0 0 16px;
  max-width: 880px;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-copy,
.section-heading p,
.faq-item p,
.card p,
.timeline-step p,
.site-footer p,
.coverage-footnote {
  color: var(--muted);
}

.hero-copy {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: 1.075rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.3);
  outline-offset: 2px;
}

.button-primary {
  background: var(--ink);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.button-primary:hover {
  box-shadow: var(--shadow);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border: 1px solid var(--border);
}

.hero-note {
  max-width: 760px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: var(--ink);
  font-weight: 600;
}

.section {
  padding: 32px;
  border-radius: var(--radius-lg);
  margin-bottom: 20px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-label {
  padding: 6px 10px;
  margin-bottom: 10px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--muted);
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-heading p {
  max-width: 700px;
  margin: 0;
}

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

.card,
.coverage-item,
.faq-item,
.timeline-step {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
}

.card {
  padding: 22px;
  border-radius: var(--radius-md);
}

.card h3,
.faq-item h3,
.timeline-step h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.card p,
.faq-item p,
.timeline-step p,
.coverage-footnote,
.footer-meta {
  margin: 0;
}

.coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.coverage-item {
  padding: 14px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.coverage-footnote {
  margin-top: 16px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: var(--radius-md);
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 22px;
  border-radius: var(--radius-md);
}

.site-footer {
  padding: 24px 28px;
  border-radius: var(--radius-lg);
}

.site-footer p + p {
  margin-top: 8px;
}

.footer-meta {
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .hero,
  .section,
  .site-footer {
    padding: 24px 20px;
  }

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

  .hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}

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

  .button {
    transition: none;
  }
}
