@media print {
  .site-header, .site-footer, .mobile-nav, .main-nav, .hero__actions, .cta { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
  .section, .hero { padding-block: 1rem; }
}
