/* ==========================================================================
   Peters Safety Kwik – Print Styles
   ========================================================================== */

@media print {
  .site-header,
  .float-actions,
  .mobile-emergency,
  .back-to-top,
  .scroll-progress,
  .nav-toggle,
  .lightbox,
  .hero-media,
  .contact-map,
  .gallery,
  iframe {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
    padding: 0;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .hero {
    min-height: auto;
    color: #000;
    background: #fff;
    padding: 1rem 0;
  }

  .hero-overlay {
    display: none;
  }

  .hero-content {
    padding: 0;
  }

  .section,
  .emergency,
  .stats {
    padding: 1rem 0;
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
  }

  .feature-card,
  .service-card,
  .fleet-card,
  .testimonial-card,
  .contact-card,
  .faq-item {
    box-shadow: none;
    border: 1px solid #ccc;
    break-inside: avoid;
  }

  .site-footer {
    background: #fff;
    color: #000;
    border-top: 1px solid #ccc;
  }

  .btn {
    border: 1px solid #000;
    box-shadow: none;
    color: #000 !important;
    background: #fff !important;
  }
}
