:root {
  --ink: #0a1f33;
  --ink-2: #163a59;
  --paper: #f8f3e7;
  --card: #fffdf8;
  --blue: #43b4e8;
  --blue-soft: #e2f3fa;
  --blue-dark: #137da9;
  --red: #d72638;
  --red-dark: #9f1f2c;
  --gold: #f4c95d;
  --green: #16775b;
  --line: #ded4c2;
  --muted: #637184;
  --shadow: 0 18px 60px rgba(10,31,51,.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
a { color: var(--blue-dark); text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #0b78b0;
  outline-offset: 3px;
}
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 6px;
  background: white;
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 5px 18px rgba(10,31,51,.2);
}
.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;
}
.top {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10,31,51,.96);
  color: white;
  border-bottom: 4px solid var(--blue);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: white;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
}
.navlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 12px;
  font-weight: 750;
}
.navlinks a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.navlinks a.nav-action,
.navlinks a.nav-quiet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 9px;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
}
.navlinks a.nav-action { border: 1.5px solid transparent; }
.navlinks a.nav-quiet {
  border: 1.5px solid rgba(255,255,255,.34);
  background: transparent;
}
.navlinks a.nav-email { background: var(--red); color: white; }
.navlinks a.nav-call { background: var(--blue); color: var(--ink); }
.navlinks a.nav-share { background: white; color: var(--ink); border-color: white; }
.navlinks a.nav-flyer { background: var(--blue-soft); color: var(--ink); border-color: var(--blue); }
.navlinks a[aria-current="page"] { box-shadow: 0 0 0 2px rgba(255,255,255,.78); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  font: inherit;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button:hover,
.cta:hover,
.navlinks a:hover { filter: brightness(.94); }
.button:disabled { cursor: not-allowed; filter: none; opacity: .58; }
.button.primary { background: var(--red); color: white; }
.button.blue { background: var(--blue); color: var(--ink); border-color: var(--blue); }
.button.secondary { border-color: rgba(255,255,255,.34); color: white; background: rgba(255,255,255,.08); }
.button.light { border-color: var(--line); color: var(--ink); background: white; }
.button.white { background: white; color: var(--ink); border-color: var(--ink); }
.button.flyer { background: var(--blue-soft); color: var(--ink); border-color: var(--blue-dark); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.hero-actions > .button {
  flex: 1 1 190px;
  min-width: 0;
}
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.callout .actions > .button { flex: 1 1 240px; }
.cta {
  min-height: 52px;
  padding: 15px 20px;
  border: 1.5px solid transparent;
  border-radius: 8px;
  text-align: center;
}
.cta.secondary { background: var(--blue); color: var(--ink); }
.cta.outline { background: transparent; border-color: var(--ink); color: var(--ink); }
footer { background: #061624; color: #c6d4df; padding: 30px 0; font-size: 14px; }
footer p { max-width: 900px; margin: 0 0 8px; color: #c6d4df; }
footer p:last-child { margin-bottom: 0; }
.footer-meta { color: #a9bfcd; font-size: 12px; }
.source-meta { color: var(--muted); font-size: 13px; }
.source-meta a { font-weight: 800; }
.comparison-intro { margin: -8px 0 24px; }
.definition-line { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.definition-line strong { color: var(--ink); }
.takeaway-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.takeaway { display: flex; gap: 12px; align-items: flex-start; }
.takeaway-index {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 950;
}
.takeaway strong, .takeaway span:not(.takeaway-index) { display: block; }
.takeaway strong { margin-bottom: 3px; font-size: 15px; }
.takeaway div span:not(.takeaway-index) { color: var(--muted); font-size: 13px; line-height: 1.35; }
.table-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.table-legend > span { display: inline-flex; align-items: center; gap: 7px; }
.table-legend .mark { width: 20px; height: 20px; font-size: 12px; }
.step-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}
.step-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}
.step-intro { margin: -6px 0 18px; color: var(--muted); font-size: 14px; }
fieldset { border: 0; margin: 0; min-width: 0; padding: 0; }
legend { margin: 0 0 7px; padding: 0; font-size: 13px; font-weight: 900; }
.fallback-note {
  margin: 14px 0 0;
  padding: 12px;
  border-left: 4px solid var(--blue);
  background: #eef8fb;
  color: #24506c;
  font-size: 13px;
}
.page-actions { margin-top: 28px; }
.page-actions > .button,
.page-actions > .cta { flex: 1 1 220px; }
.education-summary {
  margin: 0 0 36px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}
.education-summary h2 { margin: 0 0 10px; }
.summary-copy { max-width: 820px; color: #34475b; font-size: 18px; }
footer a { color: #b7eaff; }

@media (max-width: 980px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .navlinks { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .navlinks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .navlinks a.nav-action, .navlinks a.nav-quiet { min-height: 44px; white-space: normal; text-align: center; }
  .hero-actions > .button,
  .actions > .button,
  .actions > .cta { width: 100%; flex-basis: 100%; }
  .takeaway-row { grid-template-columns: 1fr; gap: 14px; }
  .table-legend { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
