@page { size: A4 landscape; margin: 10mm 12mm; }
@media print {
  html, body { background: #FFFDF8 !important; color: #2D2419 !important; font-size: 11pt; line-height: 1.5; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  *, *::before, *::after {
    animation: none !important; transition: none !important;
    backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
    text-shadow: none !important;
  }
  .zahra-nav, .top-strip, .site-footer, .lightbox,
  .d-print-none, #themeToggle, .navbar-toggler { display: none !important; }
  .cat-teaser, .product-card-v2, .pkg-card, .contact-card,
  .brand-mark-frame, .hero-figure, .shop-proof, .regions-card,
  .doc-card, .rs-card, .fr-steps li { box-shadow: none !important; border: 1px solid #C8B98D !important; }
  .page-section { break-after: page; page-break-after: always; padding-block: 8mm !important; }
  .page-section:last-of-type { break-after: auto; page-break-after: auto; }
  .product-card-v2, .cat-teaser, .pkg-card, .shop-proof, .contact-card {
    break-inside: avoid; page-break-inside: avoid;
  }
  .section-title { font-size: 22pt !important; line-height: 1.2 !important; }
  .hero-title-ar { font-size: 32pt !important; }
}
