/* ==========================================================================
   print.css — Estilos de impresión
   Multiparking la Jabega
   ========================================================================== */

@media print {
  body {
    color: #000;
    background: #fff;
    font-size: 12pt;
    line-height: 1.4;
  }

  .site-header,
  .site-footer,
  .whatsapp-float,
  .nav-toggle,
  .nav-mobile,
  .lang-selector,
  .skip-link,
  .breadcrumb,
  .home-contacto,
  .area-cta,
  .lightbox,
  .form__honeypot {
    display: none !important;
  }

  main {
    padding: 0;
  }

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

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    color: #555;
  }

  a[href^="tel:"]::after,
  a[href^="mailto:"]::after,
  a[href^="#"]::after {
    content: "";
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    color: #000;
  }

  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  .section,
  .container,
  .legal-page__content {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
  }

  @page {
    margin: 1.5cm;
  }
}
