@media print {
    .app-header, .app-footer, .action-buttons, .button-group, .lang-switcher, #contact-step { display: none !important; }
    body { background: white; color: black; font-size: 12pt; }
    .card { box-shadow: none; border: 1px solid #ccc; page-break-inside: avoid; }
    .score-bar-bg { border: 1px solid #999; }
    .overall-banner { background: #eee !important; color: black !important; border: 1px solid #000; }
    .disclaimer-box { border: none; font-size: 9pt; }
}