/* ============================================================
   VHC CAREER PROFILE — Shared Stylesheet
   vitalhealthcareers.com · v1.0 · Apr 2026

   Single source of truth for all career profile pages.
   Loaded via <link> tag injected by vhc_bake.py.
   Do not duplicate these rules in individual page <style> blocks.

   Brand: light #F5F2EC bg · teal #0D6B5E · terracotta #E2725B
   Fonts: Poppins (display) · Inter (body)
   ============================================================ */

/* ── TOKENS ── */
:root {
  --teal:         #0D6B5E;
  --teal-dim:     rgba(13,107,94,0.08);
  --teal-border:  rgba(13,107,94,0.22);
  --terra:        #E2725B;
  --terra-dim:    rgba(226,114,91,0.10);
  --bone:         #F5F2EC;
  --bone-2:       #EDE9E2;
  --bone-3:       #E6E1D8;
  --slate:        #3A4F5C;
  --slate-light:  #6B8090;
  --muted:        #8A9BA8;
  --border:       rgba(13,107,94,0.10);
  --border-med:   rgba(13,107,94,0.20);
  --green:        #2D9E6B;
  --font-display: 'Poppins', sans-serif;
  --font-body:    'Inter', sans-serif;
  --max:          1200px;
  --content-max:  800px;
  /* aliases used in bake nav CSS */
  --vhc-border:   rgba(13,107,94,0.10);
  --vhc-muted:    #8A9BA8;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--bone);
  color: var(--slate);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  padding-top: 64px;
}

/* ── HERO ── */
.vhc-hero {
  position: relative;
  height: 75vh;
  min-height: 480px;
  max-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.vhc-hero-media { position: absolute; inset: 0; background: #0a1a18; }
.vhc-hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0; transition: opacity 0.6s ease;
}
.vhc-hero-video.loaded { opacity: 1; }
.vhc-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  transition: opacity 0.4s ease;
}
.vhc-hero-img.hidden { opacity: 0; }
.vhc-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5,30,25,0.25) 0%,
    rgba(5,30,25,0.15) 35%,
    rgba(5,30,25,0.65) 65%,
    rgba(5,30,25,0.92) 100%
  );
}
.vhc-hero-bar { position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--teal); }
.vhc-hero-content {
  position: relative; z-index: 2;
  width: 100%; max-width: var(--max);
  margin: 0 auto; padding: 0 40px 52px;
}
.vhc-hero-breadcrumb {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240,237,230,0.6);
  margin-bottom: 14px;
}
.vhc-hero-breadcrumb a { color: inherit; text-decoration: none; }
.vhc-hero-breadcrumb a:hover { color: #fff; }
.vhc-hero-breadcrumb span { color: var(--terra); }
.vhc-hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra); margin-bottom: 10px;
}
.vhc-hero-h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 1; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 16px;
}
.vhc-hero-tagline {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(14px, 1.8vw, 18px);
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(240,237,230,0.7);
}

/* ── STAT BAR ── */
.vhc-stat-bar { background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 1px 0 var(--border); }
.vhc-stat-bar-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(5,1fr); gap: 0;
}
.vhc-stat-item { padding: 20px 20px; border-right: 1px solid var(--border); }
.vhc-stat-item:last-child { border-right: none; }
.vhc-stat-val {
  font-family: var(--font-display);
  font-weight: 700; font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--slate); line-height: 1; margin-bottom: 4px;
}
.vhc-stat-val.teal { color: var(--teal); }
.vhc-stat-lbl { font-family: var(--font-body); font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.vhc-stat-src { font-family: var(--font-body); font-size: 9px; color: rgba(138,155,168,0.6); margin-top: 2px; }

/* ── LAYOUT ── */
.vhc-layout {
  max-width: var(--max); margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1fr 320px;
  gap: 48px; align-items: start;
}

/* ── SECTION HEADERS ── */
.vhc-section { padding: 52px 0 0; }
.vhc-section-eyebrow {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--teal);
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 10px;
}
.vhc-section-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--teal); border-radius: 1px; }
.vhc-section-h2 {
  font-family: var(--font-display);
  font-weight: 700; font-size: clamp(28px,3.5vw,42px);
  line-height: 1.1;
  color: var(--slate); margin-bottom: 24px;
}
.vhc-section-h2 span { color: var(--teal); }

/* ── SALARY ── */
.vhc-salary-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: var(--border); margin-bottom: 24px;
}
.vhc-salary-card { background: #fff; padding: 22px; }
.vhc-salary-card-label { font-family: var(--font-body); font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.vhc-salary-card-val { font-family: var(--font-display); font-weight: 700; font-size: 32px; letter-spacing: -0.02em; color: var(--slate); line-height: 1; margin-bottom: 4px; }
.vhc-salary-card-val.teal { color: var(--teal); }
.vhc-salary-card-sub { font-size: 13px; color: var(--slate-light); line-height: 1.45; }

/* ── STATE TABS ── */
.vhc-state-tabs { display: flex; gap: 0; margin-bottom: 20px; border-bottom: 2px solid var(--border); }
.vhc-state-tab {
  font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted);
  padding: 10px 18px; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  transition: color 0.15s, border-color 0.15s;
  background: none; border-top: none; border-left: none; border-right: none;
}
.vhc-state-tab:hover { color: var(--slate); }
.vhc-state-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
.vhc-state-panel { display: none; }
.vhc-state-panel.active { display: block; }

/* ── BAR CHART ── */
.vhc-bar-chart { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.vhc-bar-row { display: flex; align-items: center; gap: 12px; }
.vhc-bar-label { font-size: 13px; color: var(--slate-light); min-width: 180px; flex-shrink: 0; }
.vhc-bar-track { flex: 1; height: 6px; background: var(--bone-3); border-radius: 3px; overflow: hidden; }
.vhc-bar-fill { height: 100%; border-radius: 3px; background: var(--teal); }
.vhc-bar-fill.muted { background: var(--muted); }
.vhc-bar-fill.green { background: var(--green); }
.vhc-bar-val { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--slate); min-width: 90px; text-align: right; }

/* ── CALLOUT ── */
.vhc-callout {
  background: var(--teal-dim);
  border-left: 3px solid var(--teal);
  padding: 14px 18px; margin: 20px 0;
  font-size: 14px; color: var(--slate); line-height: 1.6;
  border-radius: 0 4px 4px 0;
}
.vhc-callout strong { color: var(--teal); }

/* ── STATE NOTE ── */
.vhc-state-note {
  background: var(--bone-2); border: 1px solid var(--border);
  border-left: 3px solid var(--muted);
  padding: 14px 18px; margin-top: 20px;
  font-size: 13px; color: var(--slate-light); line-height: 1.6;
  border-radius: 0 4px 4px 0;
}
.vhc-state-note strong { color: var(--slate); }

/* ── BODY COPY ── */
.vhc-body { font-size: 15px; color: var(--slate-light); line-height: 1.7; margin-bottom: 16px; }
.vhc-body strong { color: var(--teal); }

/* ── TRAINING PATHS ── */
.vhc-path { border: 1px solid var(--border); margin-bottom: 2px; overflow: hidden; border-radius: 6px; }
.vhc-path-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; background: #fff;
}
.vhc-path-num { font-family: var(--font-display); font-weight: 800; font-size: 42px; color: var(--teal-dim); line-height: 1; margin-right: 16px; flex-shrink: 0; color: rgba(13,107,94,0.18); }
.vhc-path-title { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--slate); flex: 1; line-height: 1.3; }
.vhc-path-badges { display: flex; gap: 6px; flex-shrink: 0; }
.vhc-path-badge { font-family: var(--font-body); font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 20px; }
.badge-recommended { background: var(--teal-dim); color: var(--teal); border: 1px solid var(--teal-border); }
.badge-fast        { background: var(--teal-dim); color: var(--teal); border: 1px solid var(--teal-border); }
.badge-best        { background: var(--teal-dim); color: var(--teal); border: 1px solid var(--teal-border); }
.vhc-path-body { padding: 20px 24px; border-top: 1px solid var(--border); background: var(--bone); }
.vhc-path-body p { font-size: 14px; color: var(--slate-light); line-height: 1.6; margin-bottom: 12px; }
.vhc-path-bullets { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.vhc-path-bullets li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--slate-light); }
.vhc-path-bullets li::before { content: '—'; color: var(--teal); font-family: var(--font-body); flex-shrink: 0; }

/* ── CALC EMBED ── */
.vhc-calc-section { padding: 52px 0 0; }

/* ── TIMELINE (Day in the Life) ── */
.vhc-timeline { display: flex; flex-direction: column; gap: 0; }
.vhc-tl-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.vhc-tl-item:last-child { border-bottom: none; }
.vhc-tl-time {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
  color: var(--teal);
  min-width: 52px;
  flex-shrink: 0;
  text-align: right;
  padding-top: 2px;
  line-height: 1.3;
}
.vhc-tl-content { flex: 1; }
.vhc-tl-title { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--slate); margin-bottom: 6px; line-height: 1.3; }
.vhc-tl-desc { font-size: 13px; color: var(--slate-light); line-height: 1.55; }

/* ── SKILLS ── */
.vhc-skills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); margin-bottom: 24px; }
.vhc-skill-card { background: #fff; padding: 22px 20px; }
.vhc-skill-icon { width: 28px; height: 3px; background: var(--teal); border-radius: 2px; margin-bottom: 12px; }
.vhc-skill-title { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--slate); margin-bottom: 6px; line-height: 1.3; }
.vhc-skill-desc { font-size: 12px; color: var(--slate-light); line-height: 1.55; }

/* ── FAQ ── */
.vhc-faq-item { border-bottom: 1px solid var(--border); }
.vhc-faq-q {
  width: 100%; background: none; border: none;
  color: var(--slate);
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  text-align: left; padding: 18px 0;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color 0.2s; line-height: 1.3;
}
.vhc-faq-q:hover { color: var(--teal); }
.vhc-faq-icon { font-size: 20px; color: var(--teal); flex-shrink: 0; transition: transform 0.2s; font-family: var(--font-body); font-weight: 300; }
.vhc-faq-item.open .vhc-faq-icon { transform: rotate(45deg); }
.vhc-faq-a { display: none; font-size: 14px; color: var(--slate-light); line-height: 1.7; padding-bottom: 18px; }
.vhc-faq-item.open .vhc-faq-a { display: block; }

/* ── RELATED CAREERS ── */
.vhc-related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: var(--border); }
.vhc-related-card { background: #fff; padding: 20px; text-decoration: none; transition: background 0.15s; display: block; border-radius: 0; }
.vhc-related-card:hover { background: var(--bone-2); }
.vhc-related-name { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--slate); margin-bottom: 4px; line-height: 1.3; }
.vhc-related-sal { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--teal); margin-bottom: 4px; }
.vhc-related-meta { font-size: 11px; color: var(--muted); }
.vhc-related-link { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--teal); margin-top: 10px; display: block; }

/* ── FINAL CTA ── */
.vhc-final-cta { text-align: center; padding: 80px 40px; background: var(--teal); border-top: 3px solid rgba(255,255,255,0.15); margin-top: 64px; }
.vhc-final-cta-h { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px,5vw,60px); line-height: 1.1; color: #fff; margin-bottom: 16px; }
.vhc-final-cta-h span { color: var(--terra); }
.vhc-final-cta-sub { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.vhc-final-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.vhc-btn-primary { display: inline-block; background: var(--terra); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: 0.04em; padding: 16px 32px; text-decoration: none; border-radius: 6px; transition: background 0.15s; }
.vhc-btn-primary:hover { background: #c85e48; }
.vhc-btn-secondary { display: inline-block; background: rgba(255,255,255,0.12); color: #fff; font-family: var(--font-display); font-weight: 500; font-size: 15px; letter-spacing: 0.04em; padding: 15px 32px; border: 1px solid rgba(255,255,255,0.3); text-decoration: none; border-radius: 6px; transition: background 0.15s; }
.vhc-btn-secondary:hover { background: rgba(255,255,255,0.2); }

/* ── SIDEBAR ── */
.vhc-sidebar { position: sticky; top: 84px; padding-top: 52px; }
.vhc-sidebar-card { background: #fff; border: 1px solid var(--border); border-top: 3px solid var(--teal); padding: 24px; margin-bottom: 16px; border-radius: 0 0 8px 8px; }
.vhc-sidebar-title { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--slate); margin-bottom: 4px; line-height: 1.2; }
.vhc-sidebar-sub { font-family: var(--font-body); font-size: 12px; color: var(--muted); margin-bottom: 18px; line-height: 1.5; }
.vhc-sidebar-input { width: 100%; background: var(--bone); border: 1px solid var(--border); color: var(--slate); font-family: var(--font-body); font-size: 14px; padding: 10px 12px; margin-bottom: 8px; outline: none; transition: border-color 0.2s; -webkit-appearance: none; border-radius: 6px; }
.vhc-sidebar-input::placeholder { color: var(--muted); }
.vhc-sidebar-input:focus { border-color: var(--teal); }
.vhc-sidebar-input option { background: #fff; color: var(--slate); }
.vhc-sidebar-btn { width: 100%; background: var(--teal); color: #fff; border: none; padding: 13px; font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: 0.04em; cursor: pointer; margin-top: 4px; border-radius: 6px; transition: background 0.15s; }
.vhc-sidebar-btn:hover { background: #0a5a4e; }
.vhc-sidebar-note { font-family: var(--font-body); font-size: 10px; color: var(--muted); text-align: center; margin-top: 8px; line-height: 1.5; }
.vhc-sidebar-success { display: none; text-align: center; padding: 12px 0; }
.vhc-sidebar-success-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--teal); margin-bottom: 6px; }
.vhc-sidebar-success-sub { font-size: 12px; color: var(--slate-light); line-height: 1.5; }

/* ── AT A GLANCE ── */
.vhc-glance { background: #fff; border: 1px solid var(--border); padding: 20px 24px; margin-bottom: 16px; border-radius: 8px; }
.vhc-glance-label { font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.vhc-glance-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--bone-3); font-size: 13px; }
.vhc-glance-row:last-child { border-bottom: none; }
.vhc-glance-key { color: var(--muted); }
.vhc-glance-val { color: var(--slate); font-family: var(--font-body); font-size: 12px; font-weight: 500; text-align: right; }
.vhc-glance-val.teal { color: var(--teal); font-weight: 600; }

/* ── NEWSLETTER ── */
.vhc-nl-card { background: var(--bone-2); border: 1px solid var(--border); padding: 20px 24px; border-radius: 8px; }
.vhc-nl-title { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--slate); margin-bottom: 4px; }
.vhc-nl-sub { font-size: 13px; color: var(--slate-light); margin-bottom: 14px; line-height: 1.5; }
.vhc-nl-input { width: 100%; background: #fff; border: 1px solid var(--border); color: var(--slate); font-family: var(--font-body); font-size: 13px; padding: 9px 12px; outline: none; margin-bottom: 8px; border-radius: 6px; -webkit-appearance: none; }
.vhc-nl-input::placeholder { color: var(--muted); }
.vhc-nl-input:focus { border-color: var(--teal); }
.vhc-nl-btn { width: 100%; background: #fff; color: var(--teal); border: 1px solid var(--teal-border); font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: 0.04em; padding: 9px; cursor: pointer; transition: background 0.15s; border-radius: 6px; }
.vhc-nl-btn:hover { background: var(--teal-dim); }

/* ── MOBILE INLINE FORM ── */
.vhc-mobile-form { display: none; background: #fff; border-top: 3px solid var(--teal); border-bottom: 1px solid var(--border); padding: 24px 20px; }
.vhc-mobile-form-title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--slate); margin-bottom: 4px; }
.vhc-mobile-form-sub { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.vhc-mobile-input { width: 100%; background: var(--bone); border: 1px solid var(--border); color: var(--slate); font-family: var(--font-body); font-size: 16px; padding: 14px 16px; margin-bottom: 10px; outline: none; -webkit-appearance: none; border-radius: 6px; transition: border-color 0.2s; }
.vhc-mobile-input::placeholder { color: var(--muted); }
.vhc-mobile-input:focus { border-color: var(--teal); }
.vhc-mobile-input option { background: #fff; color: var(--slate); }
.vhc-mobile-btn { width: 100%; background: var(--teal); color: #fff; border: none; padding: 16px; font-family: var(--font-display); font-weight: 600; font-size: 16px; letter-spacing: 0.04em; cursor: pointer; -webkit-appearance: none; border-radius: 6px; transition: background 0.15s; }
.vhc-mobile-btn:hover { background: #0a5a4e; }
.vhc-mobile-success { display: none; text-align: center; padding: 16px 0; }
.vhc-mobile-success-title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--teal); margin-bottom: 6px; }
.vhc-mobile-success-sub { font-size: 13px; color: var(--slate-light); line-height: 1.5; }

/* ── URGENCY ── */
.vhc-urgency {
  display: flex; align-items: center; gap: 10px;
  background: var(--teal-dim);
  border: 1px solid var(--teal-border);
  padding: 10px 16px; margin-bottom: 16px;
  border-radius: 6px;
}
.vhc-urgency-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal); flex-shrink: 0;
  animation: vhc-pulse 1.8s ease-in-out infinite;
}
@keyframes vhc-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.vhc-urgency-text {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--teal); line-height: 1.4;
}

/* ── TESTIMONIALS ── */
.vhc-testimonials { padding: 40px 0 0; }
.vhc-testimonials-eyebrow {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--teal);
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
.vhc-testimonials-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--teal); border-radius: 1px; }
.vhc-testimonial-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; background: var(--border);
}
.vhc-testimonial-card {
  background: #fff; padding: 24px 22px;
  display: flex; flex-direction: column; gap: 16px;
}
.vhc-testimonial-quote {
  font-size: 14px; color: var(--slate);
  line-height: 1.65; font-style: italic; flex: 1;
}
.vhc-testimonial-quote::before { content: '\201C'; color: var(--teal); font-size: 20px; font-style: normal; line-height: 0; vertical-align: -4px; margin-right: 2px; }
.vhc-testimonial-attr {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
  border-top: 1px solid var(--border); padding-top: 14px;
}
.vhc-testimonial-attr strong { color: var(--teal); display: block; font-size: 11px; margin-bottom: 2px; }

/* ── MOBILE COLLAPSIBLES ── */
/* Desktop: details always open, summary hidden */
details.vhc-collapsible { display: block; }
details.vhc-collapsible[open] { display: block; }
summary.vhc-collapsible-trigger { display: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .vhc-layout { grid-template-columns: 1fr; padding: 0 24px; }
  .vhc-sidebar { position: static; padding-top: 0; top: auto; }
  .vhc-stat-bar-inner { grid-template-columns: repeat(3,1fr); }
  .vhc-hero-content { padding: 0 24px 40px; }
  .vhc-related-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .vhc-mobile-form { display: block; }
  .vhc-layout { padding: 0 16px; overflow-x: hidden; }
  body { overflow-x: hidden; padding-bottom: 72px; }
  * { max-width: 100%; box-sizing: border-box; }
  p, div, span { word-break: break-word; }

  .vhc-stat-bar-inner { grid-template-columns: repeat(2,1fr); padding: 0 16px; }
  .vhc-stat-item { padding: 14px 10px; border-right: none; border-bottom: 1px solid var(--border); }
  .vhc-stat-val { font-size: 20px; }

  .vhc-hero-content { padding: 0 20px 36px; }
  .vhc-hero-h1 { font-size: clamp(36px, 11vw, 64px); }

  .vhc-tl-item { gap: 12px; padding: 16px 0; }
  .vhc-tl-time { min-width: 44px; font-size: 9px; }

  .vhc-bar-label { min-width: 110px; font-size: 11px; }
  .vhc-bar-val { min-width: 70px; font-size: 10px; }
  .vhc-callout { font-size: 13px; }

  .vhc-path-header { flex-wrap: wrap; gap: 6px; align-items: flex-start; padding: 16px; }
  .vhc-path-num { font-size: 32px; margin-right: 10px; }
  .vhc-path-title { font-size: 14px; min-width: 0; word-break: break-word; }
  .vhc-path-badges { flex-wrap: wrap; width: 100%; }

  .vhc-section-h2 { font-size: clamp(24px, 7vw, 36px); }
  .vhc-glance-val { font-size: 11px; max-width: 150px; text-align: right; }
  .vhc-sidebar-card { display: none; }
  .vhc-related-grid { grid-template-columns: 1fr 1fr; }
  .vhc-skills-grid { grid-template-columns: 1fr; }
  .vhc-salary-grid { grid-template-columns: 1fr; }
  .vhc-state-tab { padding: 10px 14px; font-size: 11px; }
  .vhc-final-cta { padding: 48px 20px; }
  .vhc-final-cta-btns { flex-direction: column; align-items: center; }
  .vhc-testimonial-grid { grid-template-columns: 1fr; }
  .vhc-urgency { margin-bottom: 12px; }

  /* Mobile collapsibles: show trigger, hide desktop headers */
  details.vhc-collapsible {
    border-top: 1px solid var(--border);
    margin-top: 0; padding-top: 0;
  }
  details.vhc-collapsible .vhc-section { padding-top: 0; }
  summary.vhc-collapsible-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    gap: 12px;
  }
  summary.vhc-collapsible-trigger::-webkit-details-marker { display: none; }
  summary.vhc-collapsible-trigger::marker { display: none; }
  .vhc-collapsible-trigger-label {
    display: flex; flex-direction: column; gap: 2px;
  }
  .vhc-collapsible-trigger-eyebrow {
    font-family: var(--font-body);
    font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--teal);
  }
  .vhc-collapsible-trigger-title {
    font-family: var(--font-display);
    font-weight: 700; font-size: 16px;
    color: var(--slate); line-height: 1.2;
  }
  .vhc-collapsible-trigger-icon {
    font-size: 22px; color: var(--teal);
    font-weight: 300; flex-shrink: 0;
    transition: transform 0.2s; line-height: 1;
  }
  details.vhc-collapsible[open] .vhc-collapsible-trigger-icon { transform: rotate(45deg); }
  details.vhc-collapsible .vhc-section-eyebrow { display: none; }
  details.vhc-collapsible .vhc-section-h2 { display: none; }
  details.vhc-collapsible .vhc-section { padding-top: 4px; padding-bottom: 16px; }
}

@media (max-width: 600px) {
  .vhc-bar-label { min-width: 100px; }
  .vhc-related-grid { grid-template-columns: 1fr; }
  .vhc-stat-bar-inner { grid-template-columns: 1fr 1fr; }
}
