@media print {
  .no-print,
  .floating-social,
  .footer,
  .top-strip,
  .menu-toggle,
  .site-header {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
  }
  .card,
  .info-box {
    box-shadow: none !important;
    border: 1px solid #bbb !important;
  }
  .section,
  .page-hero {
    padding: 10px 0 !important;
    background: #fff !important;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .clients-section,
  .banner-cta,
  .hero-home {
    break-inside: avoid;
  }

}