@media print {
  .site-header, .site-footer, .button, .profile-dialog, video, .mobile-menu-button, .erp-control { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  main { padding: 0; }
  a { color: #000; text-decoration: underline; }
  .section { padding: 1rem 0; }
  .container { max-width: none; }
  .page-hero { min-height: auto; color: #000; background: none !important; }
  .page-hero::before { display: none; }
  table { break-inside: avoid; }
}
