/* ==========================================================================
   Print stylesheet — loaded with media="print", zero cost on screen.
   ========================================================================== */
@media print {
  .site-header, .mobile-nav, .mobile-nav-overlay, .toast,
  .hero__glow, .cta-section, .cta-box, .lead-form-section, .analysis-product-cta,
  .js-open-demo, .js-open-login, .nav-hamburger, .btn, .skip-link,
  .site-footer .footer-bottom, .comment-respond, .post-nav {
    display: none !important;
  }

  * {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body { font-size: 12pt; line-height: 1.5; }

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

  .site-footer { border-top: 1px solid #000; margin-top: 24px; }

  img { max-width: 100% !important; }
}
