:root {
  --navy: #121c3b;
  --lime: #7abc4f;
  --mark: #649d32;
  --slate: #5e6c84;
  --muted: #4a5568;
  --paper: #eef0f3;
  --tile: #ffffff;
  --ink: #121c3b;
  --touch: 48px;
  --type: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --safe-t: env(safe-area-inset-top, 0px);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --dock-h: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--type);
  font-size: 1.02rem;
  line-height: 1.4;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--dock-h) + var(--safe-b) + 12px);
  max-width: 520px;
  margin: 0 auto;
}
::selection { background: var(--lime); color: var(--navy); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.skip {
  position: absolute;
  left: -999px;
  z-index: 80;
  background: var(--navy);
  color: #fff;
  padding: 8px 12px;
  font-weight: 700;
  text-decoration: none;
}
.skip:focus { left: 12px; top: var(--safe-t); }

.banner {
  margin: 0;
  background: var(--navy);
  color: #f5f6f8;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: calc(0.45rem + var(--safe-t)) 12px 0.45rem;
}

.notice {
  background: #f4ead4;
  border-left: 4px solid #c48a0c;
  padding: 14px 16px;
}
.notice h2 { margin-top: 0; }
.notice a { font-weight: 800; }

.mast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 2px solid var(--navy);
  background: var(--tile);
}
.wordmark {
  margin-right: auto;
  text-decoration: none;
  min-width: 0;
}
.wordmark b {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.wordmark span {
  display: block;
  font-size: 0.68rem;
  font-weight: 650;
  color: var(--slate);
}
.call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border: 1px solid var(--navy);
  background: var(--tile);
  font: 700 12px / 1 var(--type);
  text-decoration: none;
}

.lede {
  padding: 18px 16px 8px;
}
.eyebrow {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
}
.lede h1 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 7vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 16ch;
}
.deck {
  margin: 0;
  color: var(--muted);
  max-width: 36ch;
  font-size: 0.95rem;
}

.lanes {
  display: grid;
  gap: 10px;
  padding: 12px 16px 8px;
}
.lane {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 14px 16px;
  text-decoration: none;
  border: 2px solid var(--navy);
  background: var(--tile);
  box-shadow: 0 8px 0 rgba(18, 28, 59, 0.06);
}
.lane em {
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.lane strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 2px;
}
.lane span span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 550;
}
.lane.primary { background: var(--lime); }
.lane.primary span span { color: var(--navy); opacity: 0.72; }

.block {
  padding: 22px 16px 8px;
}
.block h2 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.sub {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.skus {
  display: grid;
  gap: 8px;
}
.sku {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 12px 14px;
  text-decoration: none;
  border: 1px solid var(--navy);
  background: var(--tile);
}
.sku strong { display: block; font-size: 0.98rem; font-weight: 800; }
.sku span span { display: block; color: var(--muted); font-size: 0.82rem; }
.sku b {
  font-variant-numeric: tabular-nums;
  font-size: 0.95rem;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 4px;
  font-weight: 700;
  font-size: 0.92rem;
  text-underline-offset: 3px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--navy);
  background: var(--tile);
  padding: 0 14px;
  border: 1px solid var(--navy);
}
.steps li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(18, 28, 59, 0.12);
}
.steps li:last-child { border-bottom: 0; }
.steps b {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}
.steps strong { display: block; font-size: 0.95rem; font-weight: 800; }
.steps span { display: block; color: var(--muted); font-size: 0.88rem; }
.steps a { font-weight: 700; text-underline-offset: 2px; }

.help-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch);
  padding: 12px 16px;
  background: var(--lime);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  border: 0;
}
.btn.ghost {
  background: var(--tile);
  border: 1px solid var(--navy);
}

.faq details {
  background: var(--tile);
  border: 1px solid var(--navy);
  border-bottom: 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--navy); }
.faq summary {
  min-height: var(--touch);
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq p {
  margin: 0;
  padding: 0 14px 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.foot {
  padding: 24px 16px 16px;
  color: var(--slate);
  font-size: 0.85rem;
}
.foot nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 8px;
  font-weight: 700;
  color: var(--navy);
}
.foot a { text-decoration: none; }

.dock { display: none; }
@media (max-width: 720px) {
  :root { --dock-h: 3.6rem; }
  .dock {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    max-width: 520px;
    margin: 0 auto;
    background: var(--tile);
    border-top: 2px solid var(--navy);
    padding: 8px 12px calc(8px + var(--safe-b));
    gap: 8px;
  }
  .dock a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid var(--navy);
  }
  .dock .primary {
    background: var(--lime);
    border-color: var(--navy);
  }
}

.wrap { width: min(100% - 2rem, 40rem); margin-inline: auto; }
.legal { padding: 1.5rem 0 4rem; }
.legal h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); letter-spacing: -0.03em; font-weight: 800; }
.legal p, .legal li { color: var(--muted); }
