/* ============================================================
   PRINT — clean, ink-friendly (e.g. saved care plan / quote)
   ============================================================ */
@media print {
  :root { --bg-page: #fff; }
  body { background: #fff; color: #000; padding: 0; }
  .site-header, .utility-bar, .bottom-nav, .wa-fab, .sticky-cta,
  .mobile-nav, .drawer, .drawer-overlay, .toast-region, .search-modal,
  .hero__bg, .footer-social, .skip-link { display: none !important; }
  a { text-decoration: underline; color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #444; }
  .section { padding-block: 1rem; }
  .card, .compass, .compass__result { border: 1px solid #999; box-shadow: none; }
  .hero { background: #fff; color: #000; }
  .hero h1, .section--cinematic, .section--cinematic h2 { color: #000 !important; }
  .btn { border: 1px solid #000; color: #000 !important; background: #fff !important; }
  h1, h2, h3 { break-after: avoid; }
  .ph { background: #eee; color: #333; }
}
