/* ============================================================
   Conference.care — Allied Health landing page
   Brand system shared with the decks + upside estimator.
   ============================================================ */
:root {
  --cc-navy:   #225278;
  --cc-mid:    #2B648C;
  --cc-blue:   #3E8AB5;
  --cc-accent: #438FB9;
  --cc-light:  #67B8DC;
  --cc-pale:   #DCEBF4;
  --cc-paler:  #EEF4F9;
  --cc-bg:     #F5F6FA;
  --cc-footer: #1C4159;
  --cc-ink:    #283641;
  --cc-ink-soft: #5a6b78;
  --grad-deep: linear-gradient(135deg, #225278, #2B648C 55%, #347aa6);
  --grad-hero: linear-gradient(150deg, #1C4159 0%, #225278 42%, #2B648C 78%, #347aa6 100%);
  --grad-line: linear-gradient(90deg, var(--cc-navy), var(--cc-light));
  --sh-sm: 0 2px 6px rgba(34, 82, 120, .07);
  --sh-md: 0 8px 24px rgba(34, 82, 120, .10);
  --sh-lg: 0 18px 44px rgba(34, 82, 120, .16);
  --sh-xl: 0 30px 70px rgba(22, 56, 78, .28);
  --radius: 18px;
  --radius-sm: 12px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 78px; }

body {
  margin: 0;
  background: var(--cc-bg);
  color: var(--cc-ink);
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--cc-accent); text-decoration: none; }

img { max-width: 100%; display: block; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-size: .76rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--cc-accent); margin: 0 0 12px;
}
.eyebrow.on-dark { color: var(--cc-light); }

h1, h2, h3 { color: var(--cc-navy); letter-spacing: -.01em; line-height: 1.12; margin: 0; }

.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
.section-head p { color: var(--cc-ink-soft); font-size: 1.08rem; margin: 16px 0 0; }
.section-head .rule { margin: 18px auto 0; }

.rule {
  width: 64px; height: 4px; border-radius: 3px;
  background: var(--grad-line);
}

section.block { padding: 86px 0; }
section.block.tint { background: #fff; }
section.block.pale { background: linear-gradient(180deg, var(--cc-paler), #fff); }

/* ---- Buttons --------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font: inherit; font-weight: 700; font-size: 1rem; cursor: pointer;
  border: 0; border-radius: 12px; padding: 15px 28px;
  transition: transform .14s var(--ease), box-shadow .14s var(--ease), background .2s;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn-primary {
  background: linear-gradient(135deg, var(--cc-light), var(--cc-accent));
  color: #fff; box-shadow: 0 12px 26px rgba(67, 143, 185, .38);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(67, 143, 185, .5); }
.btn-ghost {
  background: rgba(255, 255, 255, .12); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .55); backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .22); transform: translateY(-2px); }
.btn-solid {
  background: var(--grad-deep); color: #fff;
  box-shadow: 0 12px 26px rgba(34, 82, 120, .32);
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(34, 82, 120, .42); }
.btn-lg { font-size: 1.08rem; padding: 17px 34px; }

/* ---- Nav ------------------------------------------------------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), padding .3s var(--ease);
  padding: 18px 0;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav .logo { height: 38px; width: auto; }
.nav .logo.colour { display: none; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.link {
  color: rgba(255, 255, 255, .9); font-weight: 600; font-size: .94rem;
  transition: color .2s;
}
.nav-links a.link:hover { color: #fff; }
.nav .btn { padding: 11px 22px; font-size: .94rem; }
.nav.scrolled {
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px);
  box-shadow: var(--sh-sm); padding: 12px 0;
}
.nav.scrolled .logo.white { display: none; }
.nav.scrolled .logo.colour { display: block; }
.nav.scrolled .nav-links a.link { color: var(--cc-ink); }
.nav.scrolled .nav-links a.link:hover { color: var(--cc-navy); }
.nav.scrolled .btn-ghost { color: var(--cc-navy); border-color: var(--cc-accent); background: transparent; }
.nav-toggle { display: none; }

/* ---- Hero ------------------------------------------------------------ */
.hero {
  position: relative; background: var(--grad-hero); color: #fff;
  padding: 150px 0 100px; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 480px at 88% -8%, rgba(103, 184, 220, .38), transparent 60%),
    radial-gradient(700px 520px at -6% 108%, rgba(103, 184, 220, .22), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
.hero h1 {
  color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.5rem); font-weight: 800;
  letter-spacing: -.02em; margin: 0 0 22px;
}
.hero h1 .hl { color: var(--cc-light); }
.hero .lede { font-size: 1.18rem; color: rgba(255, 255, 255, .9); max-width: 33em; margin: 0 0 16px; }
.hero .tagline { font-size: 1.02rem; font-weight: 600; color: var(--cc-light); margin: 0 0 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin: 22px 0 0; font-size: .9rem; color: rgba(255, 255, 255, .72); }

.hero-visual { position: relative; }
.hero-visual img { width: 100%; height: auto; filter: drop-shadow(0 30px 60px rgba(13, 38, 56, .55)); }
.hero-badge {
  position: absolute; background: #fff; color: var(--cc-navy);
  border-radius: 14px; box-shadow: var(--sh-lg); padding: 13px 18px;
  display: flex; align-items: center; gap: 11px; font-weight: 700;
}
.hero-badge .big { font-size: 1.5rem; color: var(--cc-accent); line-height: 1; }
.hero-badge .lbl { font-size: .78rem; color: var(--cc-ink-soft); font-weight: 600; line-height: 1.2; }
.hero-badge.b1 { top: 8%; left: -26px; animation: float 6s ease-in-out infinite; }
.hero-badge.b2 { bottom: 10%; right: -20px; animation: float 6s ease-in-out infinite 1.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---- Stat strip ------------------------------------------------------ */
.stat-strip {
  position: relative; z-index: 3; margin-top: -42px;
}
.stat-strip .inner {
  background: #fff; border-radius: var(--radius); box-shadow: var(--sh-lg);
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px 0;
}
.stat-strip .stat { padding: 22px 26px; text-align: center; border-right: 1px solid #eef2f6; }
.stat-strip .stat:last-child { border-right: 0; }
.stat-strip .num { font-size: 2.1rem; font-weight: 800; color: var(--cc-navy); line-height: 1; }
.stat-strip .num span { color: var(--cc-accent); }
.stat-strip .lbl { font-size: .86rem; color: var(--cc-ink-soft); margin-top: 8px; }

/* ---- Video ----------------------------------------------------------- */
.video-frame {
  max-width: 920px; margin: 0 auto; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--sh-xl); background: #0d2638;
  position: relative; aspect-ratio: 16 / 9;
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- Generic cards --------------------------------------------------- */
.grid { display: grid; gap: 26px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid #e7eef4; border-radius: var(--radius);
  padding: 30px; box-shadow: var(--sh-sm);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--cc-light); }
.card h3 { font-size: 1.18rem; margin: 0 0 10px; }
.card p { margin: 0; color: var(--cc-ink-soft); font-size: .96rem; }

.chip-ic {
  width: 54px; height: 54px; border-radius: 14px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--cc-mid), var(--cc-light));
  margin-bottom: 18px;
}
.chip-ic svg { width: 27px; height: 27px; stroke: #fff; fill: none; stroke-width: 2; }
.chip-ic.pale { background: var(--cc-pale); }
.chip-ic.pale svg { stroke: var(--cc-navy); }

/* ---- Problem section ------------------------------------------------- */
.problem { background: var(--cc-footer); color: #fff; }
.problem h2 { color: #fff; }
.problem .section-head p { color: rgba(255, 255, 255, .82); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.prob-stat {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(103, 184, 220, .28);
  border-radius: var(--radius); padding: 36px; backdrop-filter: blur(4px);
}
.prob-stat .num { font-size: 3.2rem; font-weight: 800; color: var(--cc-light); line-height: 1; }
.prob-stat p { font-size: 1.05rem; color: rgba(255, 255, 255, .9); margin: 14px 0 0; }
.prob-note {
  margin-top: 34px; text-align: center; font-size: 1.05rem;
  color: rgba(255, 255, 255, .82); max-width: 760px; margin-left: auto; margin-right: auto;
}
.prob-note strong { color: #fff; }

/* ---- Solution -------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; }
.split p { color: var(--cc-ink-soft); font-size: 1.05rem; margin: 18px 0 0; }
.callout {
  border-left: 5px solid var(--cc-light); background: var(--cc-paler);
  border-radius: 0 12px 12px 0; padding: 16px 22px; margin-top: 26px;
  font-size: 1rem; color: var(--cc-mid);
}
.callout strong { color: var(--cc-navy); }

/* video-tile mosaic (clinician portraits) */
.vc-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vc-tile {
  position: relative; border-radius: 14px; overflow: hidden;
  box-shadow: var(--sh-md); aspect-ratio: 4 / 3; background: #0d2638;
}
.vc-tile img { width: 100%; height: 100%; object-fit: cover; }
.vc-tile .name-tag {
  position: absolute; left: 10px; bottom: 10px; background: rgba(13, 38, 56, .82);
  color: #fff; font-size: .76rem; font-weight: 600; padding: 4px 10px; border-radius: 8px;
  backdrop-filter: blur(4px);
}
.vc-tile .mic {
  position: absolute; right: 10px; bottom: 10px; width: 26px; height: 26px;
  background: rgba(13, 38, 56, .82); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.vc-tile .mic svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2; }

/* ---- Benefits icon grid --------------------------------------------- */
.icon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px; max-width: 900px; margin: 0 auto; }
.icon-grid .cell { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #e7eef4; border-radius: 14px; padding: 18px 20px; box-shadow: var(--sh-sm); }
.icon-grid .cell .ic {
  width: 44px; height: 44px; flex: none; border-radius: 11px; background: var(--cc-pale);
  display: flex; align-items: center; justify-content: center;
}
.icon-grid .cell .ic svg { width: 23px; height: 23px; stroke: var(--cc-navy); fill: none; stroke-width: 2; }
.icon-grid .cell p { margin: 0; font-size: .98rem; color: var(--cc-ink); }
.icon-grid .cell strong { color: var(--cc-navy); }

.stat-callout {
  margin: 46px auto 0; max-width: 760px;
  background: var(--grad-deep); color: #fff; border-radius: var(--radius);
  padding: 30px 40px; display: flex; align-items: center; gap: 30px;
  box-shadow: var(--sh-lg);
}
.stat-callout .big { font-size: 4rem; font-weight: 800; color: var(--cc-light); line-height: 1; flex: none; }
.stat-callout p { margin: 0; font-size: 1.1rem; color: rgba(255, 255, 255, .92); }
.stat-callout p strong { color: #fff; }

/* ---- Money section --------------------------------------------------- */
.money { background: linear-gradient(160deg, var(--cc-paler), #fff); }
.money-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.money-figs { display: flex; gap: 22px; flex-wrap: wrap; margin: 8px 0 26px; }
.fig-card {
  background: #fff; border: 1px solid #e7eef4; border-radius: 16px; padding: 22px 26px;
  box-shadow: var(--sh-sm); flex: 1; min-width: 150px;
}
.fig-card .v { font-size: 2.6rem; font-weight: 800; color: var(--cc-navy); line-height: 1; }
.fig-card .v small { font-size: 1rem; color: var(--cc-accent); font-weight: 700; }
.fig-card .k { font-size: .9rem; color: var(--cc-ink-soft); margin-top: 8px; }

.barchart { background: #fff; border-radius: var(--radius); box-shadow: var(--sh-md); padding: 30px 32px; }
.barchart h3 { font-size: 1.05rem; margin: 0 0 22px; }
.barchart .row { display: grid; grid-template-columns: 130px 1fr; gap: 14px; align-items: center; margin-bottom: 14px; }
.barchart .label { font-size: .9rem; font-weight: 600; color: var(--cc-ink); text-align: right; }
.barchart .track { background: var(--cc-paler); border-radius: 8px; height: 30px; overflow: hidden; }
.barchart .fill {
  height: 100%; border-radius: 8px; display: flex; align-items: center; justify-content: flex-end;
  padding-right: 12px; color: #fff; font-weight: 700; font-size: .86rem;
  background: linear-gradient(90deg, var(--cc-light), var(--cc-accent));
}
.barchart .row.hi .fill { background: linear-gradient(90deg, var(--cc-mid), var(--cc-navy)); }
.barchart .row.hi .label { color: var(--cc-navy); font-weight: 800; }
.barchart .cap { font-size: .8rem; color: var(--cc-ink-soft); margin: 8px 0 0; }

/* ---- How it works ---------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; }
.step .shot {
  border-radius: 14px; overflow: hidden; box-shadow: var(--sh-md); border: 1px solid #e7eef4;
  aspect-ratio: 4 / 3; background: var(--cc-paler); margin-bottom: 18px;
}
.step .shot img { width: 100%; height: 100%; object-fit: cover; }
.step .n {
  position: absolute; top: -14px; left: -10px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; background: var(--grad-deep); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem;
  box-shadow: var(--sh-md);
}
.step h3 { font-size: 1.05rem; margin: 0 0 7px; }
.step p { margin: 0; font-size: .92rem; color: var(--cc-ink-soft); }

.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.fact {
  background: #fff; border: 1px solid #e7eef4; border-left: 4px solid var(--cc-light);
  border-radius: 12px; padding: 20px 22px; box-shadow: var(--sh-sm);
}
.fact h4 { margin: 0 0 6px; color: var(--cc-navy); font-size: .98rem; }
.fact p { margin: 0; font-size: .9rem; color: var(--cc-ink-soft); }

/* ---- Eligibility chips ---------------------------------------------- */
.elig { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 880px; margin: 0 auto; }
.elig .pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #e0e9f1; border-radius: 999px;
  padding: 13px 22px; font-weight: 600; color: var(--cc-navy); font-size: 1rem;
  box-shadow: var(--sh-sm); transition: transform .15s var(--ease), border-color .15s;
}
.elig .pill:hover { transform: translateY(-2px); border-color: var(--cc-light); }
.elig .pill .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cc-light); }

/* ---- Conference types ------------------------------------------------ */
.type-card { background: #fff; border: 1px solid #e7eef4; border-radius: var(--radius); padding: 28px; box-shadow: var(--sh-sm); transition: transform .18s var(--ease), box-shadow .18s; }
.type-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.type-card .ic { width: 50px; height: 50px; border-radius: 13px; background: linear-gradient(135deg, var(--cc-mid), var(--cc-light)); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.type-card .ic svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; }
.type-card h3 { font-size: 1.15rem; margin: 0 0 8px; }
.type-card p { margin: 0; font-size: .92rem; color: var(--cc-ink-soft); }

/* ---- Policy quotes --------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.quote {
  background: #fff; border: 1px solid #e7eef4; border-radius: var(--radius); padding: 30px;
  box-shadow: var(--sh-sm); position: relative;
}
.quote::before {
  content: "\201C"; font-family: Georgia, serif; font-size: 4rem; color: var(--cc-pale);
  position: absolute; top: 6px; left: 18px; line-height: 1;
}
.quote p { margin: 18px 0 0; font-size: 1rem; color: var(--cc-ink); font-style: italic; position: relative; }
.quote .src { display: block; margin-top: 16px; font-style: normal; font-weight: 700; font-size: .82rem; color: var(--cc-accent); }

/* ---- CTA band -------------------------------------------------------- */
.cta-band { background: var(--grad-hero); color: #fff; text-align: center; padding: 92px 0; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 400px at 50% -20%, rgba(103, 184, 220, .35), transparent 65%);
}
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; max-width: 16em; margin: 0 auto 18px; }
.cta-band p { font-size: 1.18rem; color: rgba(255, 255, 255, .9); max-width: 36em; margin: 0 auto 34px; }
.cta-band .hero-cta { justify-content: center; }

/* ---- Footer ---------------------------------------------------------- */
.site-foot { background: var(--cc-footer); color: rgba(255, 255, 255, .78); padding: 56px 0 30px; font-size: .92rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: start; }
.foot-grid .logo { height: 38px; margin-bottom: 18px; }
.foot-grid p { margin: 0 0 10px; max-width: 30em; }
.foot-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 16px; }
.foot-col a { display: block; color: rgba(255, 255, 255, .78); margin-bottom: 10px; }
.foot-col a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; color: rgba(255, 255, 255, .6); }

/* ---- Reveal on scroll (Motion-driven) -------------------------------- */
/* Motion (motion.dev) owns the entrance/stagger/parallax — see the module
   script in index.html. Elements are hidden ONLY when JS is active, so
   no-JS users (and the rare CDN failure, handled in the script) still get
   the full page. The `.js` class is set synchronously in <head>. */
.js .reveal-up { opacity: 0; will-change: opacity, transform; }
.js .stagger-child { opacity: 0; will-change: opacity, transform; }

/* Top-of-page scroll progress bar — Motion scroll-links its scaleX. */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--cc-light), var(--cc-accent), var(--cc-light));
  pointer-events: none;
}

/* Reduced motion: everything visible immediately, no movement. */
@media (prefers-reduced-motion: reduce) {
  .js .reveal-up, .js .stagger-child { opacity: 1 !important; transform: none !important; }
  .scroll-progress { display: none; }
  .hero-badge { animation: none !important; }
}

/* ---- Responsive ------------------------------------------------------ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .hero-badge.b1 { left: 0; }
  .hero-badge.b2 { right: 0; }
  .split, .money-grid { grid-template-columns: 1fr; gap: 36px; }
  .cols-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; right: 24px;
    background: #fff; border-radius: 14px; box-shadow: var(--sh-lg); padding: 18px 22px; gap: 14px;
    align-items: flex-start; min-width: 200px;
  }
  .nav-links.open a.link { color: var(--cc-ink); }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,.12); cursor: pointer;
  }
  .nav.scrolled .nav-toggle { border-color: var(--cc-accent); background: transparent; }
  .nav-toggle svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
  .nav.scrolled .nav-toggle svg { stroke: var(--cc-navy); }
  .stat-strip .inner { grid-template-columns: 1fr 1fr; }
  .stat-strip .stat:nth-child(2) { border-right: 0; }
  .stat-strip .stat { border-bottom: 1px solid #eef2f6; }
  .problem-grid { grid-template-columns: 1fr; }
  .cols-2, .cols-3, .cols-4, .steps, .icon-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr; }
  .stat-callout { flex-direction: column; text-align: center; gap: 14px; }
  section.block { padding: 64px 0; }
  .hero { padding: 124px 0 80px; }
}
