@media print {
  header, footer, .no-print, #lang-toggle, #dark-toggle,
  .btn-primary, .btn-ghost, .progress-bar-container { display: none !important; }

  body { background: white !important; color: black !important; font-size: 12pt; }

  .wizard-panel { box-shadow: none !important; border: 1px solid #ccc !important; }

  a { color: black !important; text-decoration: underline; }
  a::after { content: " (" attr(href) ")"; font-size: 9pt; }

  .disclaimer-banner { border: 1px solid #999 !important; background: #f5f5f5 !important; }

  @page { margin: 1in; }
}
