@media print {
  /* Hide non-essential elements */
  .mobile-menu-btn, .mobile-menu, .language-switcher,
  .whatsapp-float, .cta-button, .back-to-top,
  nav, .hero-section video, .hero-section .hero-overlay,
  .stats-strip, .testimonials-section, footer .footer-bottom,
  .breadcrumb { display: none !important; }

  /* Reset backgrounds and colors for printing */
  body { background: white !important; color: black !important; font-size: 12pt; }
  * { background: transparent !important; color: black !important; text-shadow: none !important; box-shadow: none !important; }

  /* Show URLs after links */
  a[href]:after { content: " (" attr(href) ")"; font-size: 0.8em; }
  a[href^="#"]:after, a[href^="javascript"]:after, a[href^="tel"]:after { content: ""; }

  /* Ensure content is readable */
  .container { max-width: 100% !important; width: 100% !important; }
  img { max-width: 100% !important; }

  /* Page breaks */
  h1, h2, h3 { page-break-after: avoid; }
  .service-card, .city-card { page-break-inside: avoid; }

  /* Show phone number prominently */
  .contact-info { display: block !important; }
}
