/* ===== 20. PRINT STYLES ===== */
@media print {
  .header,
  .whatsapp-button,
  .back-to-top,
  .video-controls,
  .scroll-indicator {
    display: none !important;
  }
  
  body {
    padding-top: 0 !important;
  }
}
