@media print {
  .top-strip,
  .site-navbar,
  .hero-actions,
  .cta-band,
  .form-section,
  .site-footer,
  .modal {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #111111 !important;
  }

  a {
    color: #111111 !important;
    text-decoration: underline;
  }
}
