@media print {
  nav,
  header,
  footer,
  .no-print,
  .site-hero,
  .cta-row {
    display: none !important;
  }

  body {
    background: white !important;
    color: #111 !important;
    font-size: 12pt;
    line-height: 1.35;
  }

  main {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .checklist-card,
  .prep-card,
  section {
    box-shadow: none !important;
    border: 1px solid #ddd;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .print-title {
    display: block;
  }

  a::after {
    content: "";
  }
}