/* Print Styles */
@media print {
  .site-header, .floating-contact, .hero-cta, .mobile-menu-btn { display: none !important; }
  body { background: #fff; color: #000; }
  .hero, .page-header { background: none !important; color: #000 !important; padding: 20px 0; }
  .hero h1, .page-header h1 { color: #000 !important; }
  a { color: #000; text-decoration: underline; }
}
