@media print {
  .site-header,
  .nav-burger,
  .sticky-cta,
  .back-to-top,
  .skip-link,
  .hero-3d-bg,
  .meet-rings,
  .phone-3d__shadow {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #111 !important;
  }

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

  .site-footer {
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding-top: 1rem;
  }
}
