@media print {
  .header,
  .footer,
  .cookie-banner,
  .hamburger,
  .btn,
  .map-container {
    display: none !important;
  }

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

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

  a[href]::after {
    content: ' (' attr(href) ')';
    font-size: 0.8em;
    color: #666;
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: '';
  }

  .hero {
    min-height: auto;
    background: none !important;
    color: #000;
    padding: 0.5cm 0;
  }

  .hero__bg {
    display: none;
  }

  .section {
    padding: 0.5cm 0;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

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

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