/* ==========================================================================
   Cloudstore Central — Print styles
   ========================================================================== */

@media print {
  :root { --header-height: 0; }

  .site-header,
  .site-footer,
  .skip-link,
  .mobile-nav,
  .mega-menu,
  .nav-toggle,
  .cookie-bar,
  .final-cta .button,
  .breadcrumbs nav { display: none !important; }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
    line-height: 1.4;
  }

  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  a[href^="/"]::after,
  a[href^="#"]::after { content: ""; }

  .section, .section-tight { padding-block: 1rem; }
  .section-inverse { background: #fff !important; color: #000 !important; }
  .section-inverse h1, .section-inverse h2, .section-inverse h3 { color: #000 !important; }

  .card, .panel { border: 1px solid #999; box-shadow: none; }

  h1, h2, h3 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }

  .hero { background: #fff !important; color: #000 !important; }
}
