@media print {
  body {
    background-color: #fff;
    color: #000;
  }

  .site-header,
  .site-footer,
  .btn,
  .hero-actions,
  .mobile-menu-toggle,
  .cookie-banner,
  .popup-overlay,
  #back-to-top {
    display: none !important;
  }

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

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

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

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

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

  /* Show URLs for links */
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
  }
}
