@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
  }

  html,
  body {
    background: #fff !important;
    color: #111 !important;
  }

  body {
    padding: 0 !important;
    font: 12pt/1.45 Arial, sans-serif;
  }

  .header,
  .ticker,
  .logo-intro,
  .mobilebar,
  .float-wa,
  .cookie-consent,
  .price-reminder,
  .quiz-modal,
  .concept-action-dock,
  .hero__actions,
  .faq-cta,
  script,
  iframe {
    display: none !important;
  }

  main,
  .section,
  .container,
  .card,
  .legalcard {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  section,
  .legalcard {
    break-inside: avoid;
    margin-bottom: 18pt !important;
  }

  h1,
  h2,
  h3 {
    color: #111 !important;
    page-break-after: avoid;
  }

  a {
    color: #111 !important;
    text-decoration: underline;
  }

  a[href^="http"]::after,
  a[href^="mailto"]::after,
  a[href^="tel"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
  }

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