/* Print-friendly layout — hides chrome, keeps content readable */

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    padding-bottom: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 11pt;
    line-height: 1.5;
  }

  .skip-link,
  .nav-toggle,
  .site-nav__cta,
  .whatsapp-float,
  .mobile-action-bar,
  .hero__texture {
    display: none !important;
  }

  .site-header {
    position: static !important;
    border-bottom: 1px solid #ccc;
    background: #fff !important;
  }

  .site-nav {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0.35rem !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.5rem 0 !important;
  }

  .site-nav a {
    color: #111 !important;
    padding: 0.2rem 0.4rem !important;
  }

  .section,
  .hero--premium {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .card,
  .trust-pillar,
  .journey-panel {
    break-inside: avoid;
    border: 1px solid #ddd !important;
  }

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

  .site-footer.site-footer--elegant {
    background: #fff !important;
    color: #111 !important;
  }

  .site-footer .footer-grid h3,
  .site-footer .footer-grid p,
  .site-footer .footer-grid a {
    color: #111 !important;
  }
}
