

@media print {

  .aurora,
  .aurora::after,
  .noise,
  .glow,
  .progress,
  .topbarSticky,
  .stickyCTA,
  .back-to-top,
  .cookie-banner,
  .theme-toggle,
  .kontaktio-launcher,
  .kontaktio-widget,
  .heroCTA,
  .switcher,
  .panel,
  .promptRow,
  #demo-sites,
  footer .footerLinks {
    display: none !important;
  }


  *, *::before, *::after { box-shadow: none !important; }

  html, body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
  }


  .wrap {
    padding: 16pt !important;
    max-width: 100% !important;
  }


  .card {
    border: 1px solid #ddd !important;
    background: #fafafa !important;
    backdrop-filter: none !important;
    border-radius: 6pt !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }


  h1 { font-size: 24pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 13pt; }
  p  { color: #333 !important; }


  a::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }
  a[href^="#"]::after { content: ""; }


  table { width: 100%; border-collapse: collapse; }
  th, td { border: 1px solid #ccc; padding: 6pt; }


  section { break-before: auto; page-break-before: auto; }
  .hero   { break-before: avoid; page-break-before: avoid; }
}
