/* Print Stylesheet */
@media print {
  .announcement-bar, .site-header, .sticky-cta, .mobile-menu-toggle,
  .newsletter-section, .cta-section, .site-footer, [data-animate] { display: none !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  .hero { min-height: auto; padding: 2rem 0; }
  .hero__bg, .hero__visual { display: none; }
  a::after { content: " (" attr(href) ")"; font-size: 0.8em; word-break: break-all; }
  h1, h2, h3 { page-break-after: avoid; }
  img { max-width: 100% !important; page-break-inside: avoid; }
}
