@media print {
  :root { --paper: #fff; --surface: #f2f2f2; }
  body { font-size: 10.5pt; color: #000; background: #fff; }
  body::before, .site-header, .course-tools, .outline-trigger, .outline-backdrop, .button-row, .tabs, .filter-bar, .quiz-actions,
  .filter-panel, .pagination { display: none !important; }
  .hero { min-height: 0; background: #ffd400 !important; print-color-adjust: exact; }
  .hero-grid { padding-block: 48px; }
  .section { padding-block: 40px; break-inside: auto; }
  .section-dark { color: #000; background: #fff; }
  .section-dark .section-heading p { color: #333; }
  .card, .compare-panel, .d-card, .template-box, .idea-card, .admission-record, details { break-inside: avoid; box-shadow: none; }
  details > .details-body { display: block !important; }
  details:not([open]) > *:not(summary) { display: block !important; }
  .major-grid { grid-template-columns: repeat(2, 1fr); }
  a { text-decoration: none; }
  .site-footer { color: #000; background: #fff; border-top: 1px solid #000; }
  .site-footer p { color: #333; }
  @page { size: A4; margin: 16mm; }
}
