/* print.css — Druck-Optimierung (Feinschliff C, FLOW-POLISH-003)
   Fokus: Konfigurator-Summary + Angebote drucken Kunden aus. */
@media print {
  nav, .nav, .nav-overlay, .nav-overlay-backdrop,
  .preset-bar, .nav-btns, .skip-link, footer, .footer,
  #prog, .hero-bg-img, .hero-bg-diag, .hero-bg-dots,
  .rec-box, .share-btn, #share-btn, .btn-hero, .btn-hero-s,
  .submit-btn, [aria-hidden="true"] { display: none !important; }

  html, body { background: #fff !important; color: #000 !important; font-size: 11pt; }
  * { box-shadow: none !important; text-shadow: none !important; }

  /* Konfigurator-Summary klar druckbar */
  .summary, #summary-box, .roi-box, .sum-total, .sum-section, .sum-row {
    border: 1px solid #ccc !important; background: #fff !important;
    color: #000 !important; break-inside: avoid; page-break-inside: avoid;
  }
  .sum-total-price, .cost-big-num { color: #062E3A !important; }
  .roi-box { border-color: #059669 !important; }

  /* Überschriften nicht trennen */
  h1, h2, h3 { break-after: avoid; color: #000 !important; }
  section { break-inside: avoid-page; }

  /* Links: URL sichtbar machen */
  main a[href^="http"]:after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  main a[href^="/"]:after { content: " (intelego.solutions" attr(href) ")"; font-size: 9pt; color: #555; }

  /* Print-Header mit Marke */
  body:before {
    content: "Intelego GmbH · IT und KI für den DACH-Mittelstand · 07154 806280 · intelego.solutions";
    display: block; font-size: 9pt; color: #062E3A; border-bottom: 2px solid #f39200;
    padding-bottom: 6pt; margin-bottom: 12pt;
  }
}
