@media print {
  .site-header,
  header,
  nav,
  footer,
  .hero,
  .how-section .step-flow ~ *,
  .paths-section,
  .prs-section,
  .loop-section,
  .share-section,
  .faq-section,
  .bottom-cta,
  .related-section,
  .foot,
  .matrix-action-row,
  .bottom-cta-ghost,
  .hero-ctas {
    display: none !important;
  }

  .print-header {
    display: block !important;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #646B78;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid #DDE1E6;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }

  .full-matrix-section,
  .paths-section {
    display: block !important;
  }

  .full-matrix-section {
    padding: 24px 0 !important;
  }

  .m-cell,
  .m-cell-tl,
  .m-cell-tr,
  .m-cell-bl,
  .m-cell-br {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .m-cell-tl { background: #FEF3E2 !important; }
  .m-cell-tr { background: #E8F5EE !important; }
  .m-cell-br { background: #EBF2F7 !important; }

  .path-card,
  .matrix-grid,
  .m-cell {
    page-break-inside: avoid;
  }
}
