@media print {
  .site-header,
  .site-footer,
  .nav-toggle,
  .language-toggle,
  .cta-banner,
  .mobile-cta,
  .skip-link,
  .hero__cta,
  .section__action,
  .area-detail__map-link,
  .error-page__actions {
    display: none;
  }

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

  h1, h2, h3, h4, h5, h6 { color: #000; }

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

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
  }

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

  .container {
    max-width: 100%;
    padding: 0;
  }

  .hero {
    background: none;
    color: #000;
    padding: 1cm 0;
    border-bottom: 2px solid #000;
  }

  .hero__title { color: #000; }
  .hero__tagline { color: #333; }

  img { max-width: 100%; }

  .card, .testimonial, .area-detail {
    border: 1px solid #ccc;
    box-shadow: none;
    page-break-inside: avoid;
  }

  @page { margin: 2cm; }
}
