:root {
  --color-primary-dark: #0A2540;
  --color-text-primary: #1A202C;
  --color-text-secondary: #4A5568;
  --color-text-muted: #718096;
  --color-accent: #1470ad;
  --color-bg-light: #F7F8FA;
  --color-bg-white: #FFFFFF;
  --color-success: #059669;
  --color-danger: #dc2626;
  --color-warning: #f59e0b;
  --color-neutral: #9ca3af;
  --font-display: 'Clash Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-data: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-hero: 'Libre Caslon Display', Georgia, serif;
}
body { background: #ffffff; color: var(--color-text-primary); font-family: var(--font-body); margin: 0; line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; font-family: var(--font-display); font-weight: 400; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f7f7f5; }
::-webkit-scrollbar-thumb { background: #cccccc; border-radius: 3px; }
.metric-card { background: #f9f9f7; border: 1px solid #eeeeeb; border-radius: 10px; padding: 20px 24px; transition: box-shadow 0.2s ease; cursor: default; }
.metric-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.chart-section { background: #ffffff; border: 1px solid #e8e8e5; border-radius: 12px; padding: 28px; margin-bottom: 56px; }
.chart-section.alt { background: #f9f9f7; border-color: #eeeeeb; }
.chart-title { font-size: 18px; font-weight: 400; color: #0A2540; letter-spacing: 0; margin-bottom: 16px; text-transform: none; font-family: var(--font-display); }
.source-cite { font-size: 12px; color: #aaaaaa; margin-top: 12px; }
.agency-card { background: #ffffff; border: 1px solid #e8e8e5; border-radius: 12px; padding: 28px; transition: box-shadow 0.2s ease; }
.agency-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.status-badge { font-size: 11px; font-weight: 600; letter-spacing: 0.5px; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; border: none; }
.status-action { color: #dc2626; background: #fef2f2; }
.status-watch { color: #d97706; background: #fffbeb; }
.status-track { color: #059669; background: #f0fdf4; }
.data-pending { animation: pendingPulse 2s ease-in-out infinite; }
@keyframes pendingPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
#content { transition: opacity 0.15s ease; }
/* Section nav */
.section-nav { position:fixed; top:0; left:0; right:0; z-index:99; height:44px; background:#ffffff; border-bottom:1px solid rgba(0,0,0,0.08); display:flex; align-items:center; justify-content:center; gap:40px; opacity:0; transform:translateY(-10px); pointer-events:none; transition:opacity 0.25s ease,transform 0.25s ease; }
.section-nav-visible { opacity:1; transform:translateY(0); pointer-events:auto; }
.section-nav-label { font-family:'DM Sans',sans-serif; font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1px; cursor:pointer; padding:12px 0; border-bottom:2px solid transparent; transition:color 0.2s ease,border-color 0.2s ease; color:#9ca3af; }
.section-nav-label:hover { color:#4A5568; }
.section-nav-label.section-nav-active { color:#0A2540; border-bottom-color:#1470ad; }
.findings-panel { background: #f7f7f5; border-left: 4px solid #1470ad; padding: 28px 32px; margin: 24px 0 40px 0; border-radius: 0 12px 12px 0; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.hero-tab { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.6); padding: 0; border: none; background: none; cursor: pointer; border-bottom: 2px solid transparent; padding-bottom: 4px; transition: color 0.15s; letter-spacing: 0.2px; }
.hero-tab:hover { color: rgba(255,255,255,0.9); }
.hero-tab.active { color: #ffffff; font-weight: 600; border-bottom-color: #1470ad; }
/* Landing content */
.landing-content { background:#ffffff; overflow-x:hidden; }

/* Projection cards (Where We're Heading) */
.proj-card-number, .proj-card-explanation { transition: opacity 0.2s ease; }
.ba-original, .ba-new, .ba-text { transition: opacity 0.2s ease; }
.interv-card-inner { transition: opacity 0.2s ease; }
.horizon-btn { padding:10px 24px; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:15px; font-weight:400; background:#f0f0f0; color:#4A5568; border:none; cursor:pointer; }
.horizon-btn.horizon-btn-active { background:#1470ad; color:#ffffff; font-weight:600; }

/* Timeline layers */
.framing-tl-wrap { position:relative; }
.tl-section { position:relative; width:100%; min-height:80vh; display:flex; align-items:center; justify-content:center; z-index:2; padding:60px 40px; }
.tl-pair { display:flex; align-items:center; max-width:1200px; width:100%; margin:0 auto; }
.tl-pair-img-left { flex-direction:row; }
.tl-pair-img-right { flex-direction:row; }
.tl-center-gap { width:120px; min-width:120px; height:1px; }
.tl-imgbox { display:block; text-decoration:none; width:540px; min-width:540px; height:427px; border-radius:0; background-size:cover; background-position:center; position:relative; overflow:hidden; transition:transform 0.3s ease,box-shadow 0.3s ease; cursor:pointer; }
.tl-imgbox:hover { transform:scale(1.01); box-shadow:0 12px 40px rgba(0,0,0,0.15); }
.tl-imgbox-clean { overflow:hidden; }
.tl-arrow { display:inline-block;transition:transform 0.2s ease; }
.tl-textblock { flex:1; }
.tl-textblock-right { text-align:right; margin-left:auto; }
.layer-lead { font-family:'Clash Display','Helvetica Neue',Helvetica,Arial,sans-serif; font-size:30px; font-weight:700; color:#0A2540; line-height:1.5; margin-bottom:12px; }
.layer-body { font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:18px; font-weight:400; color:#1A202C; line-height:1.7; margin-bottom:24px; }
.tl-explore { display:inline-block; font-size:16px; font-weight:600; color:#1470ad; text-decoration:none; margin-top:24px; }
.tl-explore:hover .tl-arrow { transform:translateX(4px); }

/* Timeline nodes */
.tl-node-dot { position:absolute; width:12px; height:12px; border-radius:50%; background:#ffffff; border:3px solid #1470ad; z-index:5; transform:translate(-50%,-50%) scale(0); transition:transform 0.3s ease, opacity 0.3s ease; opacity:0; }
.tl-dot-visible { transform:translate(-50%,-50%) scale(1); opacity:1; }

/* Layer content triggered by line */
.layer-hidden { opacity:0; transform:translateY(20px); transition:opacity 0.5s ease, transform 0.5s ease; }
.layer-hidden-delay { transition-delay:0.15s; }
.layer-hidden.layer-visible { opacity:1; transform:translateY(0); }
.source-cite a, .findings-panel a { color: #1470ad; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
@keyframes heroFadeIn { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
.animate-in { animation: fadeInUp 0.35s ease-out forwards; opacity: 0; }

/* Landing page hero */
.hero-landing { height: 100vh; background-color: #0A2540; }
.hero-layer { height: 300px; }
.hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }

/* Stat bar hover */
.stat-item:hover .stat-num { color: #1470ad !important; }

#chat-btn { position:fixed; bottom:24px; right:24px; width:56px; height:56px; border-radius:50%; background:#1470ad; border:none; cursor:pointer; z-index:9999; box-shadow:0 4px 16px rgba(0,0,0,0.2); display:flex; align-items:center; justify-content:center; transition:transform 0.2s,box-shadow 0.2s; }
#chat-btn:hover { transform:scale(1.05); box-shadow:0 6px 24px rgba(0,0,0,0.3); }
#chat-panel { position:fixed; bottom:96px; right:24px; width:380px; max-height:520px; background:#fff; border-radius:16px; border:1px solid #e8e8e5; box-shadow:0 12px 40px rgba(0,0,0,0.15); z-index:9998; display:none; flex-direction:column; overflow:hidden; opacity:0; transform:translateY(16px); transition:opacity 0.2s,transform 0.2s; }
#chat-panel.open { display:flex; opacity:1; transform:translateY(0); }
.chat-chip { display:block; width:100%; text-align:left; background:#f7f7f5; border:1px solid #e8e8e5; border-radius:8px; padding:10px 14px; margin-bottom:8px; font-size:13px; color:#1A202C; cursor:pointer; transition:background 0.15s,border-color 0.15s; line-height:1.4; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; }
.chat-chip:hover { background:#f0f0ed; border-color:#1470ad; }
@keyframes chatPulse { 0%,100%{opacity:0.4;} 50%{opacity:1;} }
@media (max-width:768px) {
  #chat-panel { width:calc(100% - 32px); right:16px; bottom:88px; max-height:60vh; }
  #chat-btn { bottom:16px; right:16px; width:44px !important; height:44px !important; }
}
@media print {
  body { background: #fff !important; color: #000 !important; }
  #content { padding: 12px !important; }
  .metric-card, .chart-section, .agency-card, .findings-panel { background: #fff !important; border-color: #ccc !important; color: #000 !important; break-inside: avoid; }
  .hero-wrap { display: none !important; }
  #chat-btn, #chat-panel { display: none !important; }
}
.tab-short { display: none; }
.hide-mobile { }
@media (max-width: 768px) {
  .tab-full { display: none; }
  .tab-short { display: inline; }
  .hide-mobile { display: none !important; }
  .hero-nav-bar { padding: 20px 16px !important; }
  .hero-nav { flex-direction: column !important; align-items: flex-start !important; }
  .hero-nav a > span { font-size: 16px !important; }
  .hero-tabs { margin-top: 16px !important; gap: 16px !important; }
  .hero-tab { font-size: 13px !important; }
  .hero-wrap { height: auto !important; min-height: 280px; }
  .hero-landing { height: 100vh !important; background-image: url('https://images.unsplash.com/photo-1534430480872-3498386e7856?w=1200&h=800&fit=crop'); background-size: cover; background-position: center; }
  .hero-video { display: none; }
  .hero-layer { height: 260px !important; }
  .hero-wrap-home { min-height: auto !important; }
  .hero-wrap-short { min-height: 240px !important; }
  .hero-title { font-size: 24px !important; margin-top: 32px !important; }
  .hero-title-home { font-size: 26px !important; }
  .hero-title-block { top: 20% !important; transform: translateY(0) !important; padding: 0 16px !important; }
  .hero-anim-label { font-size: 15px !important; }
  .hero-anim-title { font-size: 36px !important; }
  .hero-stat-bar { padding: 0 0 70px 0 !important; }
  .stat-bar-line { width: 60% !important; }
  .stat-bar-inner { display: grid !important; grid-template-columns: 1fr 1fr; row-gap: 0; column-gap: 12px; padding: 0 16px 0 16px !important; margin-left: 40% !important; }
  .stat-num { font-size: 20px !important; font-weight: 700 !important; }
  .stat-item { text-align: center; padding: 0 !important; margin: 0 !important; }
  .stat-item:nth-child(n+3) { margin-top: -6px !important; }
  .stat-item > div:first-child { width: 100% !important; margin: 0 0 2px 0 !important; }
  .stat-item > .stat-num { margin-top: 0 !important; }
  .stat-item > div:nth-child(3) { font-size: 11px !important; margin-top: 0 !important; line-height: 1.2 !important; }
  .stat-item > div:nth-child(4) { font-size: 10px !important; margin-top: 2px !important; margin-bottom: 0 !important; }
  .hero-gq { font-size: 12px !important; }
  .hero-content { padding: 0 16px 28px 16px !important; }
  .proj-title { font-size: 28px !important; }
  .proj-title-bar { padding: 40px 0 !important; }
  .proj-subtitle { font-size: 16px !important; }
  .proj-card-grid { grid-template-columns: repeat(5, 280px) !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 12px !important; }
  .proj-card { scroll-snap-align: start; min-height: auto !important; }
  .proj-card-number { font-size: 28px !important; }
  .proj-card-title { font-size: 14px !important; }
  .proj-card-explanation { font-size: 13px !important; }
  .horizon-btn { flex: 1 !important; text-align: center !important; }
  .proj-title-sub { font-size: 14px !important; }
  .interv-section-title { font-size: 20px !important; }
  .interv-label { font-size: 11px !important; }
  .interv-card-inner > div:first-child { font-size: 18px !important; }
  #interv-card { padding: 28px !important; margin: 0 !important; }
  .ba-original { font-size: 18px !important; }
  .ba-new { font-size: 24px !important; }
  .ba-card-grid { grid-template-columns: repeat(5, 280px) !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 12px !important; }
  .ba-card { scroll-snap-align: start; min-height: auto !important; }
  .proj-cta { font-size: 20px !important; }
  .proj-links { display: flex !important; flex-direction: column !important; gap: 8px !important; align-items: center !important; }
  .proj-pipe { display: none !important; }
  .framing-section { padding: 48px 24px !important; }
  .framing-pull { font-size: 32px !important; }
  .framing-body, .framing-close { font-size: 16px !important; }
  .tl-heading { font-size: 24px !important; }
  .tl-node-dot { left: 24px !important; }
  .tl-section { min-height: auto !important; padding: 48px 0 !important; }
  .tl-pair, .tl-pair-img-left, .tl-pair-img-right { flex-direction: column !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 16px 0 48px !important; }
  .tl-center-gap { display: none !important; }
  .tl-imgbox { width: 100% !important; min-width: 0 !important; height: 280px !important; order: -1; }
  .tl-textblock { text-align: left !important; margin-left: 0 !important; max-width: none !important; min-width: 0 !important; margin-top: 24px; }
  .tl-textblock-right { text-align: left !important; }
  .layer-lead { font-size: 22px !important; }
  .layer-body { font-size: 16px !important; }
  .framing-tl-wrap::before { content: ""; position: absolute; left: 24px; top: 0; bottom: 0; width: 3px; background: #1470ad; z-index: 1; }
  #tl-center-line { display: none !important; }
  .pull-quote-col { border-left: none !important; padding-left: 0 !important; }
  .metric-card { padding: 16px !important; }
  .metric-card .mc-val { font-size: 22px !important; }
  .metric-card .mc-label { font-size: 11px !important; }
  .chart-section { padding: 20px 16px !important; margin-bottom: 32px !important; }
  .chart-grid { grid-template-columns: 1fr !important; }
  .findings-panel { padding: 20px !important; margin: 16px 0 32px 0 !important; }
  .findings-panel > div:first-child { font-size: 17px !important; }
  .agency-card { padding: 20px !important; }
  .agency-grid { grid-template-columns: 1fr !important; }
  .agency-metric-row { flex-wrap: wrap; gap: 4px; }
  .agency-metric-row > span:first-child { width: 100%; }
  .scenario-row { flex-wrap: wrap; }
  .scenario-row button { padding: 6px 12px !important; font-size: 11px !important; }
  .chart-tall { min-height: 300px; }
  .chart-xtall { min-height: 320px; }
  .anim-bar { height: 60px !important; }
  .anim-bar-num { font-size: 18px !important; }
  .anim-bar-label { font-size: 11px !important; }
  .anim-bar-pct { font-size: 11px !important; }
  .anim-bar.bar-small .anim-bar-num { font-size: 14px !important; }
  .anim-bar.bar-small .anim-bar-label { font-size: 9px !important; }
  .anim-bar.bar-small .anim-bar-pct { font-size: 9px !important; }
  .anim-bar.bar-small { min-width: 0; }
  .anim-columns { flex-direction: column !important; gap: 24px !important; }
  .anim-wf-box { padding: 24px !important; }
  .anim-wf-stat-num { font-size: 18px !important; }
  .anim-wf-stats { flex-wrap: wrap; gap: 16px !important; }
  footer { flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 12px !important; padding: 24px 16px !important; }
  footer > div { text-align: center !important; }
  .src-table { display: none !important; }
  .src-cards { display: block !important; }
  .section-header-lg { font-size: 28px !important; }
  .explorer-container { grid-template-columns: 1fr !important; min-height: auto !important; }
  .explorer-left { padding: 32px 16px 24px 16px !important; }
  .explorer-left .explorer-metric-name { font-size: 28px !important; }
  .explorer-right { display: none !important; }
  .explorer-image-area { min-height: 260px !important; }
  .explorer-value { font-size: 48px !important; }
  #explorer-data-overlay { bottom: 20px !important; left: 16px !important; right: 16px !important; }
  .explorer-detail { padding: 20px 16px !important; }
  .explorer-detail div[style*="font-size:15px"] { font-size: 14px !important; }
  .explorer-detail div[style*="font-size:14px"] { font-size: 13px !important; }
  .explorer-detail div[style*="font-size:11px"] { font-size: 10px !important; }
  .explorer-mobile-tabs { display: none !important; }
  .explorer-mobile-dropdown { display: block !important; }
  .explorer-desktop-names { display: none !important; }
  /* Education page redesign - mobile */
  .edu-funnel-hero { min-height: calc(100vh - 260px) !important; padding: 40px 24px 40px 24px !important; }
  .edu-funnel-second { padding: 60px 24px 40px 24px !important; }
  .edu-funnel-big-num { font-size: 80px !important; }
  .edu-funnel-sub { font-size: 18px !important; }
  .edu-leak-section { padding: 60px 24px !important; min-height: auto !important; }
  .edu-leak-content { flex-direction: column !important; gap: 32px !important; }
  .edu-leak-content.edu-leak-reversed { flex-direction: column !important; }
  .edu-leak-number-side { text-align: center !important; }
  .edu-leak-big-number { font-size: 56px !important; }
  .edu-leak-text-side { text-align: center !important; }
  .edu-leak-context { font-size: 17px !important; max-width: none !important; }
  .edu-turn-section { padding: 60px 24px !important; }
  .edu-turn-title { font-size: 22px !important; padding: 0 0 32px 0 !important; }
  .edu-turn-grid { grid-template-columns: 1fr !important; }
  .edu-data-title { font-size: 28px !important; padding: 60px 24px 16px 24px !important; }
  .edu-connection-section { padding: 60px 24px !important; }
  .edu-connection-section > div:first-child { font-size: 18px !important; }
  .edu-progressive-tree { padding: 40px 16px 40px 16px !important; }
  /* Jobs page mobile */
  .labor-shift-nums { flex-direction: column !important; gap: 32px !important; }
  .labor-shift-nums > div:nth-child(2) { width: 120px !important; height: 1px !important; }
  .labor-shift-nums div[style*="font-size:96px"] { font-size: 56px !important; }
  .labor-shift-nums div[style*="font-size:18px"] { font-size: 15px !important; }
  .labor-force-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .labor-force-grid div[style*="font-size:96px"] { font-size: 64px !important; }
  .labor-force-grid div[style*="font-size:28px"] { font-size: 22px !important; }
  .labor-interv-grid { grid-template-columns: 1fr !important; }
  .labor-explorer { grid-template-columns: 1fr !important; }
  .labor-explorer-left { padding: 32px 16px 24px 16px !important; }
  .labor-explorer-left div[style*="font-size:32px"] { font-size: 22px !important; }
  .labor-explorer-right { display: none !important; }
  .labor-explorer-desktop { display: none !important; }
  .labor-explorer-mobile { display: none !important; }
  .labor-explorer-mobile-dropdown { display: block !important; }
  .labor-chart-grid { grid-template-columns: 1fr !important; }
  /* Economy page mobile */
  .fiscal-gap-nums { flex-direction: column !important; gap: 32px !important; }
  .fiscal-gap-nums > div:nth-child(2) { width: 120px !important; height: 1px !important; }
  .fiscal-gap-nums div[style*="font-size:96px"] { font-size: 56px !important; }
  .fiscal-force-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .fiscal-force-grid div[style*="font-size:96px"] { font-size: 64px !important; }
  .fiscal-force-grid div[style*="font-size:28px"] { font-size: 22px !important; }
  .fiscal-pipeline-cols { flex-direction: column !important; gap: 32px !important; }
  .fiscal-pipeline-cols > div:nth-child(2) { width: 120px !important; height: 1px !important; align-self: center !important; }
  .fiscal-pipeline-cols div[style*="font-size:48px"] { font-size: 36px !important; }
  .fiscal-interv-grid { grid-template-columns: 1fr !important; }
  .fiscal-explorer { grid-template-columns: 1fr !important; }
  .fiscal-explorer-left { padding: 32px 16px 24px 16px !important; }
  .fiscal-explorer-left div[style*="font-size:28px"] { font-size: 20px !important; }
  .fiscal-explorer-right { display: none !important; }
  .fiscal-explorer-desktop { display: none !important; }
  .fiscal-explorer-mobile { display: none !important; }
  .fiscal-explorer-mobile-dropdown { display: block !important; }
  /* Gov page mobile */
  .gov-force-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .gov-force-grid div[style*="font-size:96px"] { font-size: 64px !important; }
  .gov-force-grid div[style*="font-size:28px"] { font-size: 22px !important; }
  .gov-principles-grid { grid-template-columns: 1fr 1fr !important; }
  .gov-agency-labels { gap: 10px !important; }
  .gov-agency-labels span { font-size: 11px !important; }
  .section-nav { height:40px; gap:24px; }
  .section-nav-label { font-size:12px; letter-spacing:0.5px; }
}

/* == EDUCATION PAGE REDESIGN ============================================== */

/* Section 1: The Funnel */
.edu-funnel-section {
  background: #0A2540;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 72,000 hero — fills viewport below the page hero */
.edu-funnel-hero {
  min-height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px 80px 40px;
  position: relative;
  width: 100%;
}
/* 11,000 — below the fold */
.edu-funnel-second {
  padding: 80px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.edu-funnel-number { text-align: center; }
.edu-funnel-big-num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.edu-funnel-sub {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 20px;
}
.edu-funnel-question { text-align: center; }
.edu-funnel-scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.edu-funnel-chevron {
  font-size: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  animation: eduChevronBounce 1.5s ease-in-out infinite;
}
@keyframes eduChevronBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
/* Animated pathway tree */
.edu-progressive-tree {
  background: #0A2540;
  max-width: 1200px;
  width: 100%;
  padding: 30px 40px 80px 40px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.edu-progressive-tree.tree-visible {
  opacity: 1;
}
/* Bar row container */
.anim-row {
  display: flex;
  gap: 2px;
  position: relative;
  margin-bottom: 0;
}
/* Individual bar */
.anim-bar {
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 0;
  transition: none;
}
.anim-bar-inner {
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.anim-bar-inner.text-visible {
  opacity: 1;
}
.anim-bar-num {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.anim-bar-label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  line-height: 1.2;
}
.anim-bar-pct {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 1.2;
}
.anim-bar.bar-small .anim-bar-num {
  font-size: 14px;
}
.anim-bar.bar-small .anim-bar-label {
  font-size: 10px;
}
.anim-bar.bar-small .anim-bar-pct {
  font-size: 10px;
}
/* Connecting arrows */
.anim-arrow {
  font-size: 22px;
  color: rgba(255,255,255,0.3);
  width: 100%;
  text-align: center;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.anim-arrow.arrow-visible {
  opacity: 1;
}
/* Row spacing */
.anim-row-gap {
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anim-row-gap-small {
  height: 6px;
}
/* Column labels */
.anim-col-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
  text-align: center;
}
/* Split columns */
.anim-columns {
  display: flex;
  gap: 4%;
}
.anim-col {
  flex: 1;
}
/* Workforce final box */
.anim-wf-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 32px;
  text-align: center;
  max-width: 600px;
  margin: 40px auto 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.anim-wf-box.wf-visible {
  opacity: 1;
}
.anim-wf-label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.anim-wf-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.anim-wf-stats {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.anim-wf-stat-num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.anim-wf-stat-desc {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  line-height: 1.3;
}

/* Intervention modeling */
.tree-reset-btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1470ad;
  cursor: pointer;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
  width: 100%;
}
.tree-reset-btn:hover { text-decoration: underline; }
.intervention-summary {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #059669;
  text-align: center;
  padding: 0 40px 24px 40px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

/* Fade-in animation for funnel */
.edu-anim-fade {
  opacity: 0;
  transform: translateY(20px);
  animation: eduFadeIn 0.6s ease-out forwards;
}
@keyframes eduFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Section 2: The Leaks */
.edu-leak-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 80px 40px;
}
.edu-leak-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
}
.edu-leak-content.edu-leak-reversed { flex-direction: row-reverse; }
.edu-leak-number-side { flex-shrink: 0; }
.edu-leak-big-number {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 96px;
  font-weight: 800;
  color: #0A2540;
  line-height: 1;
}
.edu-leak-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 12px;
}
.edu-leak-indicator {
  font-size: 14px;
  color: #dc2626;
  margin-top: 8px;
}
.edu-leak-text-side { flex: 1; }
.edu-leak-context {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1A202C;
  line-height: 1.7;
  max-width: 480px;
  margin: 0;
}

/* Scroll reveal */
.edu-scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.edu-scroll-reveal.edu-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Section 3: The Turn */
.edu-turn-section { background: #F7F8FA; width: 100%; }
.edu-turn-title {
  font-family: 'Clash Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #0A2540;
  text-align: center;
  padding: 120px 40px 48px 40px;
}
.edu-turn-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.edu-turn-card {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 32px;
  border-radius: 0;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.edu-turn-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.edu-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 16px;
}
.edu-pill-rct { background: #dcfce7; color: #166534; }
.edu-pill-evidence { background: #dbeafe; color: #1e40af; }
.edu-pill-emerging { background: #fef3c7; color: #92400e; }
.edu-turn-card-name {
  font-size: 20px;
  font-weight: 400;
  color: #0A2540;
  line-height: 1.4;
}
.edu-turn-card-desc {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.6;
}
.edu-turn-card-cross {
  font-size: 13px;
  color: #888888;
  margin-top: 20px;
}

/* "The data behind it" title above leaks */
.edu-data-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0A2540;
  text-align: center;
  padding: 80px 40px 20px 40px;
}

/* Section 4: The Evidence */
.edu-evidence-section { background: #ffffff; padding-top: 80px; padding-bottom: 100px; }

/* Section 5: The Connection */
.edu-connection-section {
  background: #F7F8FA;
  padding: 60px 40px;
  text-align: center;
}
