/* =========================================================================
   US TESTER PROGRAM (.online) — stylesheet.css  v2
   Aesthetic: Bright editorial · Black ink · Electric green · Chunky type
   Font: Syne (display) + Plus Jakarta Sans (body)
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

/* ── Tokens ──────────────────────────────────────────────────────────── */
:root {
  --white:   #FFFFFF;
  --off:     #F7F8F4;
  --lime:    #C8FF00;
  --green:   #00E676;
  --ink:     #0A0A0A;
  --mid:     #2A2A2A;
  --muted:   #6B6B6B;
  --border:  #E0E0DC;
  --card-bg: #F2F3EF;

  --display: 'Syne', sans-serif;
  --body:    'Plus Jakarta Sans', sans-serif;

  --r: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 32px;
}

/* ── Base ────────────────────────────────────────────────────────────── */
body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
button { background: none; border: none; cursor: pointer; font: inherit; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--mid); }

.frame {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

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

/* ── NAV ─────────────────────────────────────────────────────────────── */
.masthead {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink);
  border-bottom: 2px solid var(--lime);
}
.masthead__frame {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 68px; padding: 0 2rem;
  max-width: 1280px; margin: 0 auto;
}
.wordmark {
  display: inline-flex; align-items: center;
  gap: 0.6rem; text-decoration: none;
  font-family: var(--display); font-size: 1.35rem;
  font-weight: 800; color: var(--white); letter-spacing: -0.02em;
}
.wordmark:hover { color: var(--lime); text-decoration: none; }
.wordmark__dot {
  width: 12px; height: 12px;
  background: var(--lime); border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px var(--lime);
}
.wordmark__text { color: var(--white); }
.wordmark__slash { color: var(--lime); }

.masthead__nav {
  display: flex; gap: 2rem;
}
.masthead__nav a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.03em; text-transform: uppercase;
  transition: color 0.15s;
}
.masthead__nav a:hover { color: var(--lime); }

/* ── PILLS ───────────────────────────────────────────────────────────── */
.pill {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 0.65rem 1.4rem;
  border-radius: 999px; font-family: var(--body);
  font-size: 0.88rem; font-weight: 700;
  letter-spacing: 0.01em; text-decoration: none;
  cursor: pointer; border: 2px solid transparent;
  transition: all 0.15s; white-space: nowrap;
}
.pill:hover { text-decoration: none; transform: translateY(-1px); }
.pill:active { transform: translateY(0); }

.pill--nav {
  background: var(--lime); color: var(--ink); border-color: var(--lime);
}
.pill--nav:hover { background: var(--green); border-color: var(--green); color: var(--ink); }

.pill--solid {
  background: var(--ink); color: var(--white); border-color: var(--ink);
}
.pill--solid:hover { background: var(--mid); border-color: var(--mid); color: var(--white); }

.pill--green {
  background: var(--lime); color: var(--ink); border-color: var(--lime);
}
.pill--green:hover { background: var(--green); border-color: var(--green); }

.pill--outline {
  background: transparent; color: var(--ink); border-color: var(--ink);
}
.pill--outline:hover { background: var(--ink); color: var(--white); }

.pill--ghost-white {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4);
  padding: 0.5rem 1.1rem; font-size: 0.82rem;
}
.pill--ghost-white:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

.pill[aria-busy="true"] { pointer-events: none; opacity: 0.8; }
.pill__spinner {
  display: none; width: 14px; height: 14px;
  border: 2px solid currentColor; border-top-color: transparent;
  border-radius: 50%; animation: spin 0.7s linear infinite;
}
.pill[aria-busy="true"] .pill__spinner { display: inline-block; }
.pill[aria-busy="true"] [data-label] { opacity: 0.5; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── HERO ────────────────────────────────────────────────────────────── */
.hero {
  background: var(--ink);
  overflow: hidden;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.hero__left {
  padding: 5rem 3rem 5rem 0;
  display: flex; flex-direction: column;
  justify-content: center; gap: 2rem;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(200,255,0,0.1); border: 1.5px solid rgba(200,255,0,0.5);
  color: var(--lime); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.4rem 0.9rem; border-radius: 999px;
  width: fit-content;
}
.hero__badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--lime); animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hero__title {
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 800; line-height: 0.95;
  letter-spacing: -0.03em; color: var(--white);
}
.hero__title em {
  font-style: normal; color: var(--lime);
  display: block;
}
.hero__sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.6);
  max-width: 44ch; line-height: 1.7;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero__stats {
  display: flex; gap: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero__stat-num {
  font-family: var(--display);
  font-size: 1.9rem; font-weight: 800;
  color: var(--lime); line-height: 1; letter-spacing: -0.02em;
}
.hero__stat-label {
  font-size: 0.74rem; color: rgba(255,255,255,0.45);
  font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; margin-top: 0.2rem;
}
.hero__right {
  background: var(--lime);
  display: flex; align-items: center; justify-content: center;
  padding: 3rem 2rem;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero__card {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 2.5rem 2rem;
  width: 100%; max-width: 340px;
  box-shadow: 8px 8px 0 var(--ink);
}
.hero__card-label {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.5rem;
}
.hero__card-title {
  font-family: var(--display);
  font-size: 1.35rem; font-weight: 800;
  color: var(--ink); margin-bottom: 1.5rem; line-height: 1.2;
}
.hero__card-steps { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.hero__card-step {
  display: flex; align-items: center; gap: 0.85rem;
  font-size: 0.88rem; font-weight: 600; color: var(--mid);
}
.hero__card-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--lime); color: var(--ink);
  font-size: 0.72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ── SECTION LABELS ──────────────────────────────────────────────────── */
.section-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 1rem;
}
.section-label::before {
  content: '';
  display: block; width: 20px; height: 2.5px;
  background: var(--lime); border-radius: 2px;
}
.section-title {
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.025em; color: var(--ink);
  margin-bottom: 3.5rem;
}

/* ── HOW IT WORKS ────────────────────────────────────────────────────── */
.how {
  padding: 6rem 0;
  background: var(--off);
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.how-card {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.5rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.how-card:hover {
  border-color: var(--lime);
  transform: translateY(-4px);
  box-shadow: 4px 4px 0 var(--lime);
}
.how-card__num {
  font-family: var(--display);
  font-size: 3.2rem; font-weight: 800;
  color: var(--lime); line-height: 1;
  margin-bottom: 1rem; letter-spacing: -0.04em;
}
.how-card__title {
  font-family: var(--display);
  font-size: 1.05rem; font-weight: 800;
  color: var(--ink); margin-bottom: 0.6rem;
}
.how-card__body { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

/* ── BENEFITS ────────────────────────────────────────────────────────── */
.benefits {
  padding: 6rem 0;
  background: var(--ink);
}
.benefits .section-label { color: rgba(255,255,255,0.35); }
.benefits .section-label::before { background: var(--lime); }
.benefits .section-title { color: var(--white); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.benefit-card {
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem;
  transition: background 0.2s, border-color 0.2s;
}
.benefit-card:hover {
  background: rgba(200,255,0,0.07);
  border-color: rgba(200,255,0,0.4);
}
.benefit-card__icon {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--lime); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.1rem; font-weight: 800;
  font-family: var(--display);
}
.benefit-card__title {
  font-family: var(--display);
  font-size: 1.05rem; font-weight: 800;
  color: var(--white); margin-bottom: 0.6rem;
}
.benefit-card__body { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.65; }

/* ── APPLY FORM ──────────────────────────────────────────────────────── */
.apply-section {
  padding: 6rem 0;
  background: var(--white);
}
.apply-section .section-label { color: var(--muted); }
.apply-section .section-title { margin-bottom: 0.75rem; }
.apply-section .section-sub {
  font-size: 1rem; color: var(--muted);
  margin-bottom: 3.5rem; max-width: 54ch;
}
.apply-layout {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 4rem;
  align-items: start;
}
.apply-perks { display: flex; flex-direction: column; gap: 1.5rem; }
.perk { display: flex; gap: 1.1rem; align-items: flex-start; }
.perk__dot {
  width: 10px; height: 10px;
  background: var(--lime); border-radius: 50%;
  flex-shrink: 0; margin-top: 0.45rem;
  box-shadow: 0 0 6px rgba(200,255,0,0.5);
}
.perk__title { font-weight: 700; color: var(--ink); font-size: 0.95rem; margin-bottom: 0.2rem; }
.perk__body { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }

.apply-form-wrap {
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: 2.5rem 2rem;
  box-shadow: 6px 6px 0 var(--lime);
}
.form-head {
  margin-bottom: 2rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.form-head h3 {
  font-family: var(--display);
  font-size: 1.5rem; font-weight: 800;
  color: var(--white); margin-bottom: 0.3rem;
}
.form-head p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* Track pills */
.track-pills {
  display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.track-pill {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  padding: 0.3rem 0.8rem; border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.4);
  border: 1.5px solid rgba(255,255,255,0.1);
  transition: all 0.2s;
}
.track-pill.is-active {
  background: var(--lime); color: var(--ink); border-color: var(--lime);
}
.track-pill.is-done {
  background: rgba(200,255,0,0.15); color: var(--lime);
  border-color: rgba(200,255,0,0.35);
}

/* Steps */
.step { display: none; }
.step.is-current { display: block; }
.step__nav { display: flex; margin-top: 1.75rem; gap: 0.75rem; }
.step__nav--split { justify-content: space-between; align-items: center; }

/* Inputs */
.f-group { margin-bottom: 1.25rem; }
.f-group label {
  display: block; font-size: 0.76rem; font-weight: 700;
  color: rgba(255,255,255,0.55); margin-bottom: 0.4rem;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.f-group input, .f-group select {
  display: block; width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: var(--r-md);
  font-size: 0.94rem; color: var(--white);
  transition: border-color 0.15s, background 0.15s;
  appearance: none; -webkit-appearance: none;
}
.f-group input::placeholder { color: rgba(255,255,255,0.25); }
.f-group input:focus, .f-group select:focus {
  outline: none;
  border-color: var(--lime);
  background: rgba(200,255,0,0.07);
}
.f-group.is-invalid input,
.f-group.is-invalid select { border-color: #FF5252; }
.f-hint { font-size: 0.76rem; color: #FF5252; margin-top: 0.3rem; min-height: 1rem; }
.f-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.f-select-wrap { position: relative; }
.f-select-wrap::after {
  content: '';
  pointer-events: none;
  position: absolute; right: 1rem; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255,255,255,0.45);
}
.f-select-wrap select { padding-right: 2.4rem; cursor: pointer; }
.f-select-wrap select option { background: #1a1a1a; color: #fff; }

/* Checkbox */
.f-affirm {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--r-md);
  cursor: pointer; margin-bottom: 1.5rem;
  font-size: 0.82rem; color: rgba(255,255,255,0.6);
  line-height: 1.6;
}
.f-affirm input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0;
  margin-top: 0.2rem; accent-color: var(--lime); cursor: pointer;
}
.f-affirm.is-invalid { border-color: #FF5252; }
.f-affirm a { color: var(--lime); text-decoration: underline; }

/* Recap */
.recap { margin-bottom: 1.5rem; }
.recap-row {
  display: flex; justify-content: space-between;
  align-items: baseline; gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.86rem;
}
.recap-row:last-child { border-bottom: none; }
.recap-row dt { color: rgba(255,255,255,0.5); font-weight: 500; }
.recap-row dd { color: var(--white); font-weight: 700; text-align: right; }

/* Lock */
.lock {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.74rem; color: rgba(255,255,255,0.3); margin-top: 1rem;
}
.lock svg { color: var(--lime); }

/* Receipt */
.receipt { text-align: center; padding: 2rem 1rem; }
.receipt__seal {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--lime); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
}
.receipt__title {
  font-family: var(--display);
  font-size: 1.6rem; font-weight: 800;
  color: var(--white); margin-bottom: 0.85rem;
}
.receipt__body {
  font-size: 0.9rem; color: rgba(255,255,255,0.6);
  line-height: 1.7; max-width: 42ch; margin: 0 auto 1.5rem;
}
.receipt__id {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-md);
  padding: 0.6rem 1rem; font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}
.receipt__id code {
  font-family: monospace; color: var(--lime);
  font-size: 0.88rem; letter-spacing: 0.08em;
}

/* ── VOICES ──────────────────────────────────────────────────────────── */
.voices { padding: 6rem 0; background: var(--off); }
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.voice-card {
  background: var(--white); border: 2px solid var(--border);
  border-radius: var(--r-lg); padding: 2rem 1.75rem;
  transition: border-color 0.2s, transform 0.2s;
}
.voice-card:hover { border-color: var(--lime); transform: translateY(-3px); }
.voice-card blockquote {
  font-size: 0.96rem; color: var(--mid);
  line-height: 1.7; margin-bottom: 1.5rem; font-style: italic;
}
.voice-card blockquote::before { content: '\201C'; }
.voice-card blockquote::after  { content: '\201D'; }
.voice-who { font-weight: 700; font-size: 0.88rem; color: var(--ink); }
.voice-where { font-size: 0.76rem; color: var(--muted); font-weight: 500; margin-top: 0.15rem; }

/* ── FAQ ─────────────────────────────────────────────────────────────── */
.faq { padding: 6rem 0; background: var(--white); }
.faq__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem; align-items: start;
}
.faq__aside { position: sticky; top: 88px; }
.faq__aside-title {
  font-family: var(--display);
  font-size: 1.7rem; font-weight: 800;
  color: var(--ink); margin-bottom: 1rem; line-height: 1.1;
}
.faq__aside-body { font-size: 0.88rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; }

.faq__list { display: flex; flex-direction: column; }
.ask { border-bottom: 2px solid var(--border); }
.ask:first-child { border-top: 2px solid var(--border); }
.ask summary {
  list-style: none; cursor: pointer;
  padding: 1.3rem 0;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem;
  font-family: var(--display);
  font-size: 1rem; font-weight: 800;
  color: var(--ink); transition: color 0.15s;
}
.ask summary::-webkit-details-marker { display: none; }
.ask summary:hover { color: var(--muted); }
.ask__icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--lime); color: var(--ink);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700; line-height: 1;
  transition: transform 0.2s, background 0.2s;
  font-family: var(--display);
}
.ask[open] .ask__icon { transform: rotate(45deg); background: var(--ink); color: var(--lime); }
.ask__body { padding: 0 0 1.3rem; }
.ask__body p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; max-width: 60ch; }

/* ── DISCLOSURES ─────────────────────────────────────────────────────── */
.disclosures { padding: 5rem 0; background: var(--lime); }
.disc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.disc-card {
  background: rgba(0,0,0,0.07);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  border: 2px solid rgba(0,0,0,0.12);
}
.disc-card__letter {
  font-family: var(--display);
  font-size: 2rem; font-weight: 800;
  color: var(--ink); margin-bottom: 0.5rem; line-height: 1;
}
.disc-card h3 {
  font-family: var(--display);
  font-size: 0.95rem; font-weight: 800;
  color: var(--ink); margin-bottom: 0.5rem;
}
.disc-card p { font-size: 0.84rem; color: rgba(0,0,0,0.55); line-height: 1.65; }
.disc-card a { color: var(--ink); text-decoration: underline; }

/* ── FOOTER ──────────────────────────────────────────────────────────── */
.bottom {
  background: var(--ink);
  padding: 4rem 0 2.5rem;
  border-top: 2px solid var(--lime);
}
.bottom__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bottom__brand p {
  font-size: 0.82rem; color: rgba(255,255,255,0.38);
  margin-top: 0.75rem; line-height: 1.6;
}
.bottom__col-title {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 1rem;
}
.bottom__nav { display: flex; flex-direction: column; gap: 0.65rem; }
.bottom__nav a {
  font-size: 0.88rem; color: rgba(255,255,255,0.6);
  text-decoration: none; font-weight: 500; transition: color 0.15s;
}
.bottom__nav a:hover { color: var(--lime); }
.bottom__copy {
  font-size: 0.74rem; color: rgba(255,255,255,0.22); text-align: center;
}
.wordmark--bottom { color: var(--white); }
.wordmark--bottom .wordmark__text { color: var(--white); }

/* ── LEGAL ───────────────────────────────────────────────────────────── */
body[data-view="legal"] { background: var(--white); }
body[data-view="legal"] .masthead { background: var(--ink); }

.legal-frame { max-width: 760px; margin: 0 auto; padding: 3rem 2rem 5rem; }
.legal-head { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 2px solid var(--border); }
.legal-head h1 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em; color: var(--ink); margin-bottom: 0.6rem;
}
.legal-head__date { font-size: 0.8rem; color: var(--muted); font-weight: 500; }
.legal-toc {
  background: var(--off); border: 2px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem 1.75rem; margin: 2.5rem 0;
}
.legal-toc h2 {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); margin-bottom: 1rem; font-weight: 700;
}
.legal-toc ol {
  list-style: none; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 0.4rem 1.5rem;
  counter-reset: legal;
}
.legal-toc li { font-size: 0.86rem; counter-increment: legal; }
.legal-toc li::before {
  content: counter(legal, decimal-leading-zero) ". ";
  font-family: monospace; font-size: 0.78rem;
  color: #4a7000; margin-right: 0.4rem;
}
.legal-toc a { color: var(--mid); text-decoration: none; font-weight: 500; }
.legal-toc a:hover { color: var(--ink); text-decoration: underline; }
.legal-section { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.legal-section:first-of-type { border-top: none; padding-top: 0; }
.legal-section h2 {
  font-family: var(--display); font-weight: 800;
  font-size: 1.4rem; letter-spacing: -0.015em;
  color: var(--ink); margin-bottom: 1rem;
}
.legal-section h3 { font-size: 0.95rem; font-weight: 700; color: var(--ink); margin: 1.5rem 0 0.5rem; }
.legal-section p, .legal-section li {
  font-size: 0.93rem; color: var(--mid); line-height: 1.75; margin-bottom: 0.85rem;
}
.legal-section ul, .legal-section ol { padding-left: 1.4rem; margin-bottom: 1rem; }
.legal-section li { margin-bottom: 0.5rem; }
.legal-section strong { color: var(--ink); font-weight: 700; }
.legal-section table {
  width: 100%; border-collapse: collapse; margin: 1.25rem 0;
  font-size: 0.84rem; border: 2px solid var(--border); border-radius: var(--r-md); overflow: hidden;
}
.legal-section th, .legal-section td {
  padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--border);
}
.legal-section th {
  background: var(--off); font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted);
}
.legal-section tr:last-child td { border-bottom: none; }
.callout {
  background: #F0FFE0; border-left: 4px solid #7AB800;
  border-radius: 0 var(--r) var(--r) 0; padding: 1rem 1.25rem; margin: 1.5rem 0;
}
.callout p { margin-bottom: 0; color: var(--mid); font-size: 0.9rem; }

/* ── RESPONSIVE ──────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; padding: 0; }
  .hero__left { padding: 4rem 2rem; }
  .hero__right { clip-path: none; min-height: 260px; }
  .hero__card { max-width: 400px; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .apply-layout { grid-template-columns: 1fr; }
  .apply-perks { display: none; }
  .faq__layout { grid-template-columns: 1fr; }
  .faq__aside { position: static; }
  .bottom__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .how-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .voices-grid { grid-template-columns: 1fr; }
  .disc-grid { grid-template-columns: 1fr; }
  .bottom__inner { grid-template-columns: 1fr; }
  .hero__title { font-size: 2.6rem; }
  .hero__stats { gap: 1.5rem; flex-wrap: wrap; }
  .f-pair { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .masthead__nav { display: none; }
  .legal-toc ol { grid-template-columns: 1fr; }
}

/* ── ACCESSIBILITY ───────────────────────────────────────────────────── */
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: var(--r); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
