/* ==========================================================================
   print.css — Sane defaults when the landing page is printed
   ========================================================================== */

@media print {
  .navbar, .whatsapp-float, .lightbox, .cta-banner, .hero__scope,
  .marquee-strip, .gallery, .nav-toggle { display: none !important; }

  * { background: #fff !important; color: #000 !important; box-shadow: none !important; }

  body { font-size: 12pt; }

  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }

  .section { padding-block: 1.5rem; page-break-inside: avoid; }
  h1, h2, h3 { color: #000 !important; -webkit-text-stroke: 0 !important; }
}
