/* ====================================================================
   24Help.org — Situation Page (merged build)
   Brand: Navy #0B3D91 + Gold #F5A623 on warm cream #FFF9F0
   Type:  Source Serif 4 (display) + Source Sans 3 (body)
   v6.1 template structure with elevated short-answer + cleaner hero
==================================================================== */

:root {
  --navy:        #0B3D91;
  --navy-deep:   #072B6A;
  --navy-dark:   #051d47;
  --gold:        #F5A623;
  --gold-bright: #FFB940;
  --gold-soft:   #FFF6E5;
  --cream:       #FFF9F0;
  --cream-2:     #FDFBF7;
  --cream-deep:  #f5ede0;
  --white:       #FFFFFF;
  --cool:        #f0f4fa;
  --blue-soft:   #E8F0FE;
  --text:        #314255;
  --text-lg:     #2a3748;
  --text-strong: #1A1C1E;
  --muted:       #5E6C7C;
  --border:      #E7DFD3;
  --border-cool: #E1E2E8;
  --line:        rgba(231,223,211,.96);
  --green:       #2D8A4E;
  --green-deep:  #1a5c34;
  --green-soft:  #ECF8F0;
  --red:         #B63A2B;
  --shadow-sm:   0 6px 18px rgba(11,61,145,.06);
  --shadow:     0 16px 40px rgba(11,61,145,.09);
  --shadow-lg:  0 28px 80px rgba(11,61,145,.16);
  --font-head:   'Source Serif 4', Georgia, serif;
  --font-body:   'Source Sans 3', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text-lg);
  line-height: 1.6;
  font-size: 18px;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}
button { font: inherit; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 480px) { .wrap { padding: 0 20px; } }
.sr-only {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip { position: absolute; left: -9999px; top: 0; padding: 12px 20px; background: var(--navy); color: #fff; z-index: 999; }
.skip:focus { left: 16px; top: 16px; }
::selection { background: var(--gold-bright); color: var(--navy-dark); }

/* ════════ TOPBAR ════════ */
.topbar {
  background: var(--navy-deep);
  color: rgba(255,255,255,.88);
  font-size: 14px;
  padding: 10px 0;
}
.topbar .wrap {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 6px 18px; text-align: center;
}
.topbar strong { color: #fff; }

/* ════════ YOUTUBE BAR ════════ */
.yt-bar {
  background: #141428;
  color: rgba(255,255,255,.85);
  font-size: 14px; padding: 9px 0; text-align: center;
}
.yt-bar strong { color: #ff4444; }
.yt-bar a { color: var(--gold-bright); font-weight: 700; }

/* ════════ HEADER ════════ */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,249,240,.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231,223,211,.85);
}
.site-header .nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; gap: 24px;
}
.brand { display: flex; flex-direction: column; gap: 2px; }
.brand .logo {
  font-family: var(--font-head);
  font-size: 28px; font-weight: 800; line-height: 1;
  color: var(--navy-dark);
}
.brand .logo em { font-style: normal; color: var(--gold); }
.brand .tag { color: var(--muted); font-size: 12px; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions a {
  font-size: 15px; font-weight: 600;
  color: var(--navy-deep);
  padding: 9px 16px;
  border-radius: 10px;
  transition: background .15s;
}
.nav-actions a:hover { background: var(--gold-soft); }
.nav-actions .nav-cta {
  background: var(--gold);
  color: var(--navy-dark);
  font-weight: 800;
}
.nav-actions .nav-cta:hover { background: var(--gold-bright); }
@media (max-width: 720px) {
  .nav-actions { display: none; }
  .brand .logo { font-size: 24px; }
  .brand .tag { font-size: 11px; }
}

/* ════════ HERO ════════ */
.hero {
  background: linear-gradient(180deg, #fffdfb 0%, var(--cream) 100%);
  padding: 64px 0 56px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: center;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero { padding: 40px 0 32px; }
}
.hero-eyebrow {
  display: inline-block;
  background: var(--blue-soft);
  color: var(--navy);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 5.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--navy-dark);
  margin: 0 0 22px;
  letter-spacing: -.015em;
  font-variation-settings: 'opsz' 60;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.7rem; line-height: 1.15; letter-spacing: -.01em; }
}
.hero h1 em {
  font-style: italic;
  color: var(--navy);
  font-weight: 700;
}
.hero-lede {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 30px;
  max-width: 580px;
}
.hero-cta-area { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-primary {
  background: var(--gold);
  color: var(--navy-dark);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 18px;
  border: none;
  border-radius: 14px;
  padding: 17px 32px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(245,166,35,0.30), 0 8px 24px rgba(245,166,35,0.12);
  transition: transform .15s, box-shadow .15s, background .15s;
  min-height: 54px;
  letter-spacing: .005em;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,166,35,0.45), 0 12px 32px rgba(245,166,35,0.20);
}
.btn-secondary-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-deep);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.btn-secondary-link:hover { color: var(--navy); }
.hero-byline {
  margin-top: 22px;
  font-size: 14px;
  color: var(--muted);
}
.hero-byline strong { color: var(--text-lg); }

.hero-right { text-align: center; }
.hero-photo {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}
.hero-photo img {
  width: 100%; height: auto;
  /* Cutout floats freely against the cream — drop-shadow grounds the figure */
  filter:
    drop-shadow(0 4px 6px rgba(11,61,145,0.10))
    drop-shadow(0 18px 28px rgba(11,61,145,0.18));
}
.hero-credential {
  margin-top: 18px;
  text-align: center;
  max-width: 360px;
  margin-left: auto; margin-right: auto;
}
.hero-credential strong {
  display: block;
  font-family: var(--font-head);
  font-size: 22px; font-weight: 800;
  color: var(--navy-deep);
  margin-bottom: 4px;
}
.hero-credential .cred-primary {
  display: block; font-size: 15px; font-weight: 700;
  color: var(--text-lg); margin-bottom: 2px;
}
.hero-credential .cred-sub {
  display: block; font-size: 14px; font-weight: 500;
  color: var(--muted); line-height: 1.55;
}

/* ════════ TRUST STRIP ════════ */
.trust-strip {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 26px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: center;
}
@media (max-width: 720px) {
  .trust-grid { grid-template-columns: 1fr; gap: 14px; }
}
.trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; }
.trust-item .icon {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px;
}
.trust-item .text { font-size: 15px; color: var(--text); line-height: 1.4; text-align: left; }
.trust-item .text strong { color: var(--navy-deep); font-weight: 800; }

/* ════════ MAIN ARTICLE ════════ */
main {
  max-width: 800px;
  margin: 0 auto;
  padding: 56px 28px 36px;
}
@media (max-width: 720px) { main { padding: 36px 22px 24px; } }

/* ════════ HERE'S THE DEAL — NAVY INVERTED BLOCK ════════ */
.short-answer {
  background: linear-gradient(140deg, var(--navy-deep) 0%, var(--navy-dark) 100%);
  color: #fff;
  padding: 40px 44px;
  border-radius: 24px;
  margin: 0 0 48px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.short-answer::before {
  content: "";
  position: absolute;
  top: -50%; left: -10%;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(245,166,35,0.14) 0, transparent 65%);
  pointer-events: none;
}
.short-answer .label {
  display: block;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: -.015em;
  position: relative;
  font-variation-settings: 'opsz' 60;
}
.short-answer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.94);
  position: relative;
}
.short-answer p + p { margin-top: 14px; }
.short-answer strong { color: #fff; font-weight: 700; }
@media (max-width: 640px) {
  .short-answer { padding: 32px 28px; }
  .short-answer .label { font-size: 28px; }
}

/* ════════ STAT GRID ════════ */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 56px;
}
@media (max-width: 620px) { .stat-grid { grid-template-columns: 1fr; } }
.stat {
  background: var(--white);
  border: 1px solid var(--border-cool);
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stat .num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 52px;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -.03em;
  margin-bottom: 10px;
  display: block;
  font-variation-settings: 'opsz' 60;
}
.stat .num small {
  font-size: 0.6em;
  color: inherit;
  font-weight: 700;
  vertical-align: 0.32em;
  margin: 0 2px;
}
.stat .label {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 500;
}

/* ════════ HEADINGS ════════ */
h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  line-height: 1.15;
  color: var(--navy-dark);
  margin: 56px 0 18px;
  letter-spacing: -.02em;
  font-variation-settings: 'opsz' 60;
}
h2 em { font-style: italic; color: var(--navy); }
h2 .accent {
  display: block;
  width: 56px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 16px;
}
h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: var(--navy-deep);
  margin: 30px 0 10px;
  letter-spacing: -.01em;
}
p { margin: 0 0 16px; }
p strong { color: var(--navy-deep); font-weight: 700; }

/* ════════ ACTION PLAN ════════ */
.action-intro {
  font-family: var(--font-head);
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 28px;
}
.action-steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 0 0 40px;
}
.action-steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 24px 68px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.action-steps li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.action-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: 0;
  width: 48px; height: 48px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(11,61,145,.25);
}
.action-steps h3 { margin: 6px 0 6px; font-size: 19px; }
.action-steps p { margin: 0; font-size: 17px; color: var(--text); }
.action-steps p strong { color: var(--navy-deep); }

/* ════════ INSIDER CALLOUT ════════ */
.insider {
  background: var(--green-soft);
  border-left: 5px solid var(--green);
  padding: 24px 28px;
  margin: 40px 0;
  border-radius: 4px 16px 16px 4px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-lg);
}
.insider .insider-label {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 10px;
}
.insider .insider-label::before {
  content: "◆"; margin-right: 8px; color: var(--green);
}
.insider p { margin: 0; }
.insider p + p { margin-top: 10px; }

/* ════════ SITUATION CARDS ════════ */
.situations { margin: 24px 0 48px; }
.situation {
  background: var(--white);
  border: 1px solid var(--border-cool);
  border-radius: 16px;
  margin-bottom: 12px;
  transition: box-shadow .2s, border-color .2s;
  overflow: hidden;
}
.situation[open] {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}
.situation summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 60px 20px 24px;
  font-weight: 700;
  font-size: 17px;
  color: var(--navy-deep);
  position: relative;
  user-select: none;
}
.situation summary::-webkit-details-marker { display: none; }
.situation summary::after {
  content: "+";
  position: absolute;
  right: 24px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: var(--gold);
}
.situation[open] summary::after { content: "−"; }
.situation summary:hover { background: var(--gold-soft); }
.situation .body {
  padding: 0 24px 24px;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text);
}
.situation .body p:last-child { margin-bottom: 0; }
.situation .body strong { color: var(--navy-deep); }

/* Per-card Brevo micro-capture */
.micro-capture {
  margin-top: 20px;
  padding: 18px 20px;
  background: var(--cream);
  border-radius: 12px;
  border: 1px dashed var(--gold);
}
.micro-capture label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 10px;
  letter-spacing: .01em;
}
.micro-capture .row { display: flex; gap: 8px; }
@media (max-width: 480px) { .micro-capture .row { flex-direction: column; } }
.micro-capture input {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  font-family: var(--font-body);
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  color: var(--text);
  min-height: 46px;
}
.micro-capture button {
  padding: 12px 22px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  min-height: 46px;
}
.micro-capture button:hover { background: var(--navy-deep); }
.micro-capture .note { display: block; margin-top: 10px; font-size: 13px; color: var(--muted); }

/* ════════ FAQ ════════ */
.faq-list { margin: 26px 0 48px; }
.faq {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq:first-child { border-top: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 19px;
  color: var(--navy-deep);
  line-height: 1.35;
  padding-right: 40px;
  position: relative;
  letter-spacing: -.005em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "›";
  position: absolute;
  right: 0; top: -2px;
  font-family: var(--font-head);
  font-size: 28px;
  color: var(--gold);
  transition: transform .2s;
}
.faq[open] summary::after { transform: rotate(90deg); }
.faq .answer {
  padding-top: 12px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
}

/* Flashlight callout */
.flashlight {
  background: var(--gold-soft);
  border-left: 5px solid var(--gold);
  padding: 18px 22px;
  margin: 16px 0 0;
  border-radius: 0 12px 12px 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}
.flashlight .flash-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7d5210;
  margin-bottom: 8px;
}
.flashlight .flash-label::before { content: "☀"; margin-right: 6px; }
.flashlight p { margin: 0; }
.flashlight p + p { margin-top: 8px; }
.flashlight em { font-style: italic; color: var(--navy-deep); }

/* ════════ CROSS-PROGRAM ════════ */
.cross-programs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 24px 0 48px;
}
@media (max-width: 620px) { .cross-programs { grid-template-columns: 1fr; } }
.cross-card {
  background: var(--white);
  border: 1px solid var(--border-cool);
  padding: 20px 22px;
  border-radius: 16px;
  transition: border-color .15s, transform .15s, box-shadow .15s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.cross-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.cross-card .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7d5210;
  background: var(--gold-soft);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.cross-card h4 {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  color: var(--navy-deep);
  line-height: 1.25;
}
.cross-card p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* ════════ CHAPTER CARD ════════ */
.chapter {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: 36px 36px;
  border-radius: 24px;
  margin: 48px 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.chapter::before {
  content: "";
  position: absolute;
  top: -45%; right: -12%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(245,166,35,.22) 0, transparent 65%);
  pointer-events: none;
}
.chapter .label {
  display: inline-block;
  font-size: 12px; font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 14px;
  position: relative;
}
.chapter h3 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
  position: relative;
  font-variation-settings: 'opsz' 60;
}
.chapter p {
  color: rgba(255,255,255,.92);
  margin: 0 0 22px;
  font-size: 16.5px;
  line-height: 1.55;
  position: relative;
}
.chapter-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  margin-bottom: 0;
}
.chapter .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  border-radius: 14px;
  transition: background .15s, transform .15s, box-shadow .15s;
  position: relative;
  min-height: 52px;
}
.chapter .cta-primary {
  background: var(--gold);
  color: var(--navy-dark);
  box-shadow: 0 4px 15px rgba(245,166,35,0.30);
}
.chapter .cta-primary:hover {
  background: var(--gold-bright);
  transform: translateY(-1px);
}
.chapter .cta-phone {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.45);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.005em;
}
.chapter .cta-phone .phone-icon {
  font-size: 20px;
  color: var(--gold-bright);
}
.chapter .cta-phone:hover {
  background: rgba(255,255,255,0.18);
  border-color: var(--gold-bright);
  transform: translateY(-1px);
}
@media (max-width: 540px) {
  .chapter-ctas { flex-direction: column; gap: 10px; }
  .chapter .cta-btn { width: 100%; }
}
.chapter .micro { font-size: 13px; color: rgba(255,255,255,.72); margin-top: 16px; position: relative; }

/* ════════ MAIN CAPTURE ════════ */
.main-capture {
  background: var(--white);
  border: 1px solid var(--border-cool);
  border-radius: 24px;
  padding: 40px 36px;
  margin: 40px 0;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.main-capture h3 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 28px;
  color: var(--navy-dark);
  margin: 0 0 10px;
}
.main-capture > p {
  font-size: 17px;
  color: var(--text-lg);
  margin: 0 0 22px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.main-capture .row {
  display: flex; gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 480px) { .main-capture .row { flex-direction: column; } }
.main-capture input {
  flex: 1;
  padding: 15px 18px;
  font-size: 17px;
  font-family: var(--font-body);
  border: 1px solid var(--border-cool);
  border-radius: 12px;
  background: var(--white);
  min-height: 52px;
}
.main-capture .privacy { display: block; margin-top: 14px; font-size: 13px; color: var(--muted); }

/* ════════ RELATED ════════ */
.related { margin: 40px 0 18px; }
.related h2 { margin-top: 0; }
.related ul { list-style: none; padding: 0; margin: 18px 0 0; }
.related li { border-bottom: 1px solid var(--line); padding: 16px 0; }
.related li:first-child { border-top: 1px solid var(--line); }
.related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy-deep);
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}
.related a:hover { color: var(--navy); }
.related a::after {
  content: "→";
  color: var(--gold);
  margin-left: 16px;
  font-weight: 700;
  transition: transform .15s;
}
.related a:hover::after { transform: translateX(4px); }

/* ════════ FOOTER ════════ */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.85);
  padding: 52px 0 32px;
  margin-top: 64px;
}
.site-footer .logo {
  font-family: var(--font-head);
  font-size: 28px; font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}
.site-footer .logo em { font-style: normal; color: var(--gold); }
.site-footer .logo span { color: rgba(255,255,255,.92); }
.footer-signoff {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 6px;
}
.footer-signoff .sep { color: var(--gold); margin: 0 8px; }
.footer-tagline {
  text-align: center;
  font-family: var(--font-head);
  font-style: italic;
  font-size: 16px;
  color: var(--gold-bright);
  margin: 0 0 28px;
}
.foot-links {
  display: flex; justify-content: center;
  gap: 22px; flex-wrap: wrap;
  margin: 0 0 26px;
  font-size: 15px;
}
.foot-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.foot-links a:hover { color: var(--gold-bright); }
.footer-disclaimer {
  max-width: 760px; margin: 0 auto;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.62);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 22px;
  text-align: left;
}

/* ════════ MOBILE STICKY BAR ════════ */
.sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -8px 24px rgba(0,0,0,.18);
  border-top: 2px solid var(--gold);
  z-index: 50;
  transform: translateY(100%);
  transition: transform .3s ease-out;
}
.sticky-bar.show { transform: translateY(0); }
@media (max-width: 720px) { .sticky-bar { display: flex; } }
.sticky-bar .label { font-size: 14px; font-weight: 500; line-height: 1.3; }
.sticky-bar .label strong { color: var(--gold-bright); font-weight: 800; }
.sticky-bar a {
  background: var(--gold);
  color: var(--navy-dark);
  padding: 11px 16px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .topbar, .yt-bar, .site-header, .site-footer, .sticky-bar, .chapter, .main-capture, .micro-capture { display: none; }
  body { background: #fff; font-size: 11pt; }
  main { max-width: 100%; padding: 0; }
  .short-answer { background: #fff !important; color: #000 !important; border: 2px solid #000; }
  .short-answer .label, .short-answer p { color: #000 !important; }
}

/* Staging build support additions */
.stat-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 760px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .stat-grid { grid-template-columns: 1fr; } }
.placeholder-form button[disabled] { opacity: .95; cursor: not-allowed; }
.situation summary h3 { display: inline; margin: 0; font-size: inherit; font-family: inherit; color: inherit; }
.related-grid { list-style: none; padding: 0; margin: 18px 0 0; }
.no-js-note { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* Hugo staging compatibility additions */
.yt-bar strong[aria-hidden="true"] { color: #ff4444; font-weight: 800; letter-spacing: .06em; }
.summary-subtitle { display: block; color: var(--muted); font-size: 15px; font-weight: 500; margin-top: 4px; }
.video-block { margin: 56px 0; }
.video-placeholder { background: var(--cool); border: 1px solid var(--border-cool); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-sm); }
.video-placeholder h3 { margin-top: 0; color: var(--navy-dark); font-family: var(--font-head); }
.main-capture h2 { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.4rem); color: var(--navy-dark); margin: 0 0 14px; }
.capture-form { display: flex; gap: 12px; max-width: 620px; margin: 24px auto 0; }
@media (max-width: 480px) { .capture-form { flex-direction: column; } }
.capture-form input { flex: 1; padding: 16px 18px; border: 2px solid var(--border); border-radius: 12px; font: inherit; font-size: 17px; background: #fff; }
.capture-form button { background: var(--gold); color: var(--navy-dark); border: none; border-radius: 12px; padding: 16px 24px; font-weight: 800; cursor: pointer; }
.stat .num strong { color: inherit; }
