/* print.css — R97 */
@media print {
  @page { size: A4; margin: 20mm; }
  body { font-size: 12pt; color: #000; background: #fff; padding: 0; }
  .nav-bar, .hero, .member-switcher, .sos-button, .cta-footer, .quick-access,
  .trust-wall, .contact-footer, .detail-tabs, .detail-header { display: none !important; }
  .detail-overlay { position: static; transform: none; overflow: visible; }
  .metric-card { break-inside: avoid; box-shadow: none; border: 1px solid #ccc; opacity: 1 !important; }
}
