/* =================== PRINT STYLES =================== */
@media print {
  @page { size: A4; margin: 15mm; }
  body { background: #fff !important; color: #1a2340 !important; font-size: 11pt; }
  .app-header, .stepper-nav, .form-panel, .summary-panel, .export-actions, .toast { display: none !important; }
  .content-area { display: block !important; }
  .quote-preview-wrapper { background: #fff !important; padding: 0 !important; }
  .quote-doc { box-shadow: none !important; padding: 0 !important; }
  a { color: inherit; text-decoration: none; }
  .qdoc-header { page-break-inside: avoid; }
  .qdoc-section { page-break-inside: avoid; }
}
