@page { size: A4; margin: 12mm; }

.print-header { display: none; }

@media print {
  html, body { color: #2f3033; background: #fff !important; font-size: 9.5pt; }
  body::before, .skip-link, .site-header, .progress-shell, .site-footer, .toast, .loading-card, .next-step-card, .plan-actions, .plan-hero img { display: none !important; }
  #screen-content { width: 100%; min-height: 0; margin: 0; }
  #screen { display: block; }
  .screen { animation: none; }
  .plan-document { display: block; }
  .print-header { margin-bottom: 8mm; padding-bottom: 5mm; display: flex; align-items: center; justify-content: space-between; gap: 8mm; border-bottom: 2px solid #f36b2a; }
  .print-identity { display: flex; align-items: center; gap: 3mm; }
  .print-identity img { width: 12mm; height: 12mm; object-fit: contain; }
  .print-identity span { display: grid; line-height: 1.05; }
  .print-identity strong { font-size: 11pt; letter-spacing: .06em; }
  .print-identity small { color: #c74710; font-size: 7pt; font-weight: 800; letter-spacing: .18em; }
  .print-meta { margin: 0; color: #707173; font-size: 8pt; text-align: right; }
  .plan-hero { padding: 0 0 7mm; display: block; color: #2f3033; background: #fff; border-bottom: 1px solid #d8d9db; border-radius: 0; }
  .plan-hero h1, .plan-hero h1 span, .plan-hero .eyebrow { color: #2f3033; }
  .plan-hero h1 { margin-bottom: 3mm; font-size: 24pt; }
  .plan-hero p { margin-bottom: 0; }
  .plan-grid { margin-top: 5mm; grid-template-columns: 1fr 1fr; gap: 4mm; }
  .plan-card, .plan-card--wide { padding: 4mm; break-inside: avoid; border: 1px solid #d8d9db; border-radius: 3mm; box-shadow: none; }
  .plan-card--wide { grid-column: 1 / -1; }
  .plan-card h2 { margin-bottom: 2mm; font-size: 14pt; }
  .plan-card p, .plan-card li { font-size: 8.7pt; line-height: 1.42; }
  .pill-list li { padding: 1.2mm 2mm; background: #f2f3f4; }
  .checklist li::before { color: #2f3033; }
  .disclaimer { margin-top: 4mm; padding: 3mm; break-inside: avoid; border-left: 2mm solid #f36b2a; background: #fff3ec !important; font-size: 8pt; }
}
