/* Frank Freda Medicare — Direction 1b "The Clear Guide"
   structured & modern · Archivo + Public Sans · deep blue & teal */

:root {
  --navy: #0C3A57;
  --navy-ink: #0A2F47;
  --teal: #0E8C8C;
  --teal-bright: #4FD1C5;
  --teal-soft: #D6EAE8;
  --gold: #E7A33E;
  --bg: #EEF3F6;
  --bg-card: #ffffff;
  --border: #DCE6EC;
  --text: #0C3A57;
  --text-body: #42596B;
  --text-muted: #5A6B77;
  --text-soft: #51616D;
  --text-faint: #9DB1BF;
  --footer-muted: #A9C0CF;
  --footer-dim: #7C93A3;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 26px 50px -22px rgba(12, 58, 87, 0.45);
  --max: 1120px;
  --pad: 40px;
  /* Self-hosted-feel system stack — no Google Fonts RTT (PSI LCP). */
  --font-display: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip; /* decorative absolute elements (hero-glow) must not widen the page */
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--bg-card);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { opacity: 0.88; }
h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* —— Utility bar —— */
.util {
  background: var(--navy);
  color: #DCEAF2;
  font-size: 14px;
}
.util .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  gap: 12px;
  flex-wrap: wrap;
}
.util-loc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  opacity: 0.95;
}
.util-loc svg { color: var(--teal-bright); flex: none; }
.util-badge { opacity: 0.85; }

/* —— Nav —— */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: none;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--navy);
  color: var(--teal-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  line-height: 1.1;
}
.brand-tag {
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 16.5px;
  font-weight: 600;
  color: #33475A;
}
.nav-links a { color: #33475A; }
.nav-links a:hover,
.nav-links a.is-active { color: var(--navy); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 800;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.btn:hover { opacity: 0.92; }
.btn:active { transform: translateY(1px); }
.btn-teal {
  background: var(--teal);
  color: #fff;
}
.btn-outline {
  background: #fff;
  color: var(--navy);
  border: 1.5px solid #C6D6DF;
}
.btn-navy {
  background: var(--navy);
  color: #fff;
}
.btn-lg {
  padding: 17px 30px;
  font-size: 19px;
}
.btn-md {
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
}
.btn-block {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  border-radius: 8px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--navy);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

/* —— Hero —— */
.hero {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--teal-soft) 0%, rgba(214, 234, 232, 0) 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  /* top/bottom only — shorthand padding:60px 0 zeros .wrap side pad and
     pushes hero text 40px left of the brand/util column (visible flush edge). */
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--teal);
  padding: 8px 15px;
  border-radius: 7px;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid #CDE4E1;
  text-transform: uppercase;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.04;
  color: var(--navy);
  margin-top: 20px;
  letter-spacing: -0.02em;
}
.hero-lead {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-body);
  margin-top: 20px;
  max-width: 520px;
}
.hero-ctas {
  display: flex;
  gap: 13px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero-photo {
  position: relative;
  /* Reserve room so the floating stat never clips under .hero { overflow:hidden } */
  padding-right: 8px;
}
.hero-photo-frame {
  height: 410px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, #0C3A57 0%, #0E8C8C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  padding: 24px;
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-stat {
  position: absolute;
  /* Keep inside the photo column — right:-16px clipped at tablet widths */
  right: 12px;
  top: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 14px 30px -12px rgba(12, 58, 87, 0.4);
  border: 1px solid #E3EDF2;
  z-index: 1;
}
.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 26px;
  color: var(--teal);
  line-height: 1;
}
.hero-stat span {
  font-size: 13px;
  color: var(--text-muted);
}

/* —— Trust strip —— */
.trust {
  background: var(--navy);
  color: #fff;
}
.trust .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.trust-item svg { color: var(--teal-bright); flex: none; }

/* —— Sections —— */
.section {
  padding: 60px 0;
}
.section-muted { background: var(--bg); }
.section-white { background: #fff; }
.section-navy {
  background: var(--navy);
  color: #fff;
}

.kicker {
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 800;
}
.section h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 38px);
  color: var(--navy);
  margin-top: 8px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.section-navy h2 { color: #fff; }
.section-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-soft);
  margin-top: 14px;
  max-width: 640px;
}

/* —— Path cards —— */
.paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
}
.path-card {
  border: 1px solid var(--border);
  border-top: 4px solid var(--navy);
  border-radius: var(--radius);
  padding: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.path-card:hover {
  box-shadow: 0 12px 28px -16px rgba(12, 58, 87, 0.35);
  transform: translateY(-2px);
}
.path-card.teal { border-top-color: var(--teal); }
.path-card.gold { border-top-color: var(--gold); }
.path-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 13px;
  color: var(--text-faint);
  letter-spacing: 0.05em;
}
.path-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-top: 6px;
}
.path-card p {
  font-size: 16.5px;
  line-height: 1.5;
  color: var(--text-soft);
  margin-top: 9px;
  flex: 1;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal);
  font-weight: 800;
  font-size: 15.5px;
  margin-top: 15px;
}

/* —— Comparison —— */
.comp-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.comp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.comp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.comp-card-h {
  padding: 16px 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  color: #fff;
}
.comp-card-h.navy { background: var(--navy); }
.comp-card-h.teal { background: var(--teal); }
.comp-card-b { padding: 8px 22px 18px; }
.comp-row {
  display: flex;
  gap: 11px;
  padding: 12px 0;
  font-size: 16px;
  color: #3A4B58;
  border-bottom: 1px solid var(--bg);
}
.comp-row:last-child { border-bottom: none; }
.comp-row svg { flex: none; margin-top: 1px; }
.comp-row .yes { color: var(--teal); }
.comp-row .no { color: var(--text-faint); }

/* —— Dual band (IEP + form) —— */
.dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: stretch;
}
.iep-card {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 34px;
}
.iep-card .kicker { color: var(--teal-bright); }
.iep-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.15;
  color: #fff;
}
.iep-card > p {
  font-size: 16.5px;
  line-height: 1.55;
  color: #B9CCD8;
  margin-top: 10px;
}
.iep-panel {
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  padding: 18px;
}
.iep-select {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: var(--navy);
  border: none;
  border-radius: 8px;
  padding: 12px 40px 12px 18px;
  font-weight: 800;
  font-size: 17px;
  font-family: var(--font-body);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230C3A57' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  min-width: 180px;
}
.iep-months {
  margin-top: 16px;
  display: flex;
  gap: 6px;
}
.iep-m {
  flex: 1;
  text-align: center;
  padding: 9px 4px;
  border-radius: 6px;
  background: rgba(79, 209, 197, 0.22);
  border: 1px solid rgba(79, 209, 197, 0.5);
  font-size: 12.5px;
  font-weight: 700;
  color: #CFF3EE;
}
.iep-m.is-birth {
  background: var(--teal-bright);
  border-color: var(--teal-bright);
  font-weight: 800;
  color: var(--navy);
}
.iep-result {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #CFF3EE;
}
.iep-result strong { color: #fff; }

.form-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px;
  background: #fff;
}
.form-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 26px;
  color: var(--navy);
}
.form-card > p {
  font-size: 15.5px;
  color: var(--text-muted);
  margin-top: 6px;
}
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.field {
  width: 100%;
  background: #F5F9FB;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  font-family: var(--font-body);
  color: var(--navy);
}
.field::placeholder { color: #93A3AD; }
.field:focus {
  outline: none;
  border-color: var(--teal);
  background: #fff;
}
select.field {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2393A3AD' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 10px;
  line-height: 1.45;
}
.form-success {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  background: #E8F8F5;
  border: 1px solid #B8E8E0;
  border-radius: 8px;
  color: var(--navy);
  font-weight: 600;
  font-size: 15px;
}
.form-success.is-visible { display: block; }

/* —— Page hero (inner) —— */
.page-hero {
  background: var(--bg);
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-top: 12px;
}
.page-hero .lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-body);
  margin-top: 14px;
  max-width: 640px;
}
.breadcrumb {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--teal); }

/* —— Content blocks —— */
.prose {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--text-body);
}
.prose p + p { margin-top: 16px; }
.prose h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  color: var(--navy);
  margin: 36px 0 12px;
  letter-spacing: -0.01em;
}
.prose h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  margin: 28px 0 10px;
}
.prose ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.prose li {
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 0 3px rgba(14, 140, 140, 0.15);
}

.part-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.part-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.part-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: var(--navy);
  color: var(--teal-bright);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 18px;
}
.part-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  margin-top: 14px;
}
.part-card p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-soft);
  margin-top: 8px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.about-photo {
  height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, #0C3A57 0%, #0E8C8C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-align: center;
  padding: 24px;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-photo-frame img {
  object-position: center top;
}
.stat-row {
  display: flex;
  gap: 36px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.stat-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.stat-row span {
  font-size: 14.5px;
  color: var(--text-muted);
  margin-top: 4px;
  display: block;
}

.cta-band {
  background: var(--navy);
  color: #fff;
  padding: 48px 0;
}
.cta-band .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 34px);
  color: #fff;
  letter-spacing: -0.01em;
}
.cta-band p {
  color: #B9CCD8;
  margin-top: 8px;
  font-size: 17px;
  max-width: 480px;
}

/* —— Footer —— */
.site-footer {
  background: var(--navy);
  color: var(--footer-muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 14px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer-brand .mark {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: var(--teal-bright);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 13px;
}
.footer-brand .name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.footer-blurb {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 6px;
  max-width: 260px;
}
.footer-col {
  font-size: 13.5px;
  line-height: 1.35;
}
.footer-col h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 2px;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.footer-col a {
  color: var(--footer-muted);
  display: block;
  padding: 1px 0;
}
.footer-col a:hover { color: #fff; opacity: 1; }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-legal .wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  color: var(--footer-dim);
  line-height: 1.3;
}

/* —— Live-copy helpers —— */
.callout {
  margin-top: 20px;
  padding: 18px 20px;
  background: #F5F9FB;
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-body);
}
.callout strong { color: var(--navy); }
.num-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.num-list li {
  position: relative;
  padding: 14px 0 14px 48px;
  border-bottom: 1px solid var(--border);
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--text-body);
  counter-increment: item;
}
.num-list li:last-child { border-bottom: none; }
.num-list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 14px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--teal-bright);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gap-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.gap-pill {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
}
.embed-box {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  overflow: auto;
}
.embed-box h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 8px;
}
.embed-box > p {
  font-size: 15px;
  color: var(--text-muted);
  margin: 0 0 16px;
}
.embed-box iframe {
  width: 100%;
  max-width: 500px;
  height: 400px;
  border: 0;
  display: block;
  margin: 0 auto;
}
.two-col-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

/* —— Tables (comparison full) —— */
.table-wrap {
  overflow-x: auto;
  margin-top: 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}
table.cmp {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 560px;
}
table.cmp th,
table.cmp td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--bg);
  vertical-align: top;
}
table.cmp th {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}
table.cmp th:nth-child(3) { background: var(--teal); }
table.cmp tr:last-child td { border-bottom: none; }
table.cmp td:first-child {
  font-weight: 700;
  color: var(--navy);
  width: 28%;
}

/* —— Responsive —— */
@media (max-width: 960px) {
  :root { --pad: 24px; }
  .hero-grid,
  .dual,
  .about-grid,
  .comp-grid,
  .part-grid {
    grid-template-columns: 1fr;
  }
  .paths { grid-template-columns: 1fr; }
  .hero-photo-frame { height: 320px; }
  .hero-stat { right: 12px; top: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 14px; padding-top: 16px; padding-bottom: 12px; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 24px 20px;
    gap: 0;
    box-shadow: 0 16px 30px -20px rgba(12, 58, 87, 0.4);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid var(--bg);
  }
  .nav-links .btn { margin-top: 12px; justify-content: center; }
  .site-header { position: relative; }
  .site-header.is-sticky-open { position: sticky; }
  .iep-months { flex-wrap: wrap; }
  .iep-m { min-width: calc(25% - 6px); flex: 1 1 calc(25% - 6px); }
}

@media (max-width: 520px) {
  .hero-ctas .btn-lg {
    width: 100%;
    justify-content: center;
  }
  .stat-row { gap: 24px; }
  .trust .wrap { flex-direction: column; align-items: flex-start; }
}
