/* print.css — Intelego Business Solutions
   Minimales Print-Stylesheet für alle Seiten */
@media print {
  *,*::before,*::after { background: transparent !important; color: #000 !important; box-shadow: none !important; }
  a,a:visited { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  a[href^="#"]::after,a[href^="javascript:"]::after { content: ""; }
  pre,blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr,img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  h2,h3 { page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  nav,footer,.pillar-strip,.cta-section,.stats-strip,
  .trust-pills,.hero-acts,.btn-actions,.iio-band { display: none !important; }
  .hero { min-height: auto !important; padding: 1rem 0 !important; }
  section { padding: 1rem 0 !important; }
  .c { max-width: 100% !important; padding: 0 !important; }
}
