:root {
  color-scheme: light;
  --ink: #111827;
  --ink-soft: #475569;
  --paper: #f7f8f4;
  --surface: #ffffff;
  --line: #d9ded5;
  --accent: #d6ff6b;
  --accent-deep: #28451a;
  --blue: #dce8ff;
  --shadow: 0 22px 65px rgba(17, 24, 39, 0.1);
  --radius: 1.4rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(214, 255, 107, 0.34), transparent 28rem),
    linear-gradient(180deg, #fbfcf8 0%, var(--paper) 100%);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
}
a { color: inherit; text-underline-offset: 0.22em; }
a:hover { text-decoration-thickness: 0.16em; }
a:focus-visible, button:focus-visible {
  outline: 3px solid #3158c7;
  outline-offset: 4px;
  border-radius: 0.2rem;
}
img { display: block; max-width: 100%; }
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }
.site-header {
  padding-block: 1.1rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.09);
  background: rgba(251, 252, 248, 0.88);
}
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; font-weight: 760; text-decoration: none; letter-spacing: -0.02em; }
.brand img { width: 2.25rem; height: 2.25rem; }
.nav-links { display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem 1.1rem; font-size: 0.92rem; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { text-decoration: underline; }
.hero { padding-block: clamp(4.5rem, 10vw, 8.5rem) clamp(3.5rem, 8vw, 7rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr); gap: clamp(2rem, 6vw, 5rem); align-items: end; }
.eyebrow { margin: 0 0 1.2rem; color: #4b5f2a; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.045em; text-wrap: balance; }
h1 { max-width: 16ch; margin: 0; font-size: clamp(3rem, 8vw, 6.8rem); font-weight: 780; }
.hero-copy { max-width: 65ch; margin: 1.7rem 0 0; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: 0.75rem 1.1rem; border: 1px solid var(--ink); border-radius: 999px; font-weight: 740; text-decoration: none; }
.button-primary { background: var(--ink); color: white; }
.button-secondary { background: rgba(255,255,255,0.65); }
.status-card { padding: 1.5rem; border: 1px solid rgba(17,24,39,0.13); border-radius: var(--radius); background: rgba(255,255,255,0.72); box-shadow: var(--shadow); }
.status-card::before { content: ""; display: block; width: 2.2rem; height: 0.45rem; margin-bottom: 1.2rem; border-radius: 1rem; background: var(--accent); }
.status-card strong { display: block; margin-bottom: 0.55rem; font-size: 1.05rem; }
.status-card p { margin: 0; color: var(--ink-soft); }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); border-top: 1px solid var(--line); }
.section-header { display: grid; grid-template-columns: minmax(13rem, 0.62fr) minmax(0, 1.38fr); gap: 2rem; margin-bottom: 2.7rem; }
.section h2 { max-width: 14ch; margin: 0; font-size: clamp(2rem, 5vw, 4rem); }
.lede { max-width: 60ch; margin: 0; color: var(--ink-soft); font-size: 1.12rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.card-number { color: #61713f; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; }
.card h3 { margin: 2.8rem 0 0.7rem; font-size: 1.45rem; }
.card p { margin: 0; color: var(--ink-soft); }
.panel { padding: clamp(1.5rem, 4vw, 3rem); border-radius: calc(var(--radius) * 1.2); background: var(--ink); color: #f8fafc; box-shadow: var(--shadow); }
.panel-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 6rem); }
.panel h2 { margin: 0; font-size: clamp(2.1rem, 5vw, 4.1rem); }
.panel p, .panel li { color: #cbd5e1; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0.85rem 0 0.85rem 2rem; border-bottom: 1px solid #334155; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.placeholder { display: inline-block; padding: 0.14rem 0.45rem; border: 1px dashed #936f00; border-radius: 0.35rem; background: #fff4c2; color: #604800; font-weight: 700; }
.panel .placeholder { border-color: #d6ff6b; background: #253220; color: #e9ffc0; }
.preview-note { padding: 1rem 1.15rem; border-left: 5px solid #b88700; background: #fff7d8; color: #5e4700; }
.support-box { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--blue); }
.support-box h2 { margin: 0 0 0.65rem; font-size: clamp(2rem, 5vw, 3.5rem); }
.support-box p { max-width: 60ch; margin: 0; color: #3b4c69; }
.legal-hero { padding-block: clamp(3.5rem, 8vw, 6.5rem) 3rem; }
.legal-hero h1 { max-width: 20ch; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal-layout { display: grid; grid-template-columns: minmax(12rem, 0.42fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 6rem); padding-bottom: 6rem; }
.legal-index { align-self: start; padding: 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,0.74); }
.legal-index strong { display: block; margin-bottom: 0.75rem; }
.legal-index a { display: block; padding-block: 0.28rem; color: var(--ink-soft); font-size: 0.9rem; }
.legal-copy { max-width: 48rem; }
.legal-copy section { scroll-margin-top: 2rem; padding-block: 1.7rem; border-top: 1px solid var(--line); }
.legal-copy section:first-child { border-top: 0; padding-top: 0; }
.legal-copy h2 { max-width: none; margin: 0 0 0.8rem; font-size: clamp(1.55rem, 3vw, 2.1rem); }
.legal-copy h3 { margin: 1.4rem 0 0.4rem; font-size: 1.15rem; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); }
.legal-copy li + li { margin-top: 0.55rem; }
.site-footer { padding-block: 2.4rem; border-top: 1px solid var(--line); background: #eef0ea; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-note { max-width: 52ch; margin: 0.7rem 0 0; color: var(--ink-soft); font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.5rem 1.2rem; font-weight: 650; }

@media (max-width: 760px) {
  .navbar { align-items: flex-start; }
  .nav-links { justify-content: flex-end; }
  .hero-grid, .section-header, .panel-grid, .legal-layout { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .support-box, .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .legal-index { display: none; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 1.25rem, 1140px); }
  .brand span { max-width: 8rem; }
  .nav-links a:first-child { display: none; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
}

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