/* ==========================================================================
   Print-to-PDF Executive Dossier Engine (ISO 25010 & Corporate Governance)
   ========================================================================== */
@media print {
  body {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 11pt !important;
    line-height: 1.5 !important;
  }

  header,
  footer,
  .theme-toggle-btn,
  .btn-gold-primary,
  .btn-glass-secondary,
  .filter-btn,
  #mobileNavDrawer,
  .sticky,
  button {
    display: none !important;
  }

  .max-w-6xl,
  .max-w-5xl,
  .max-w-4xl {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .luxury-card,
  .credential-luxury-card {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #CCCCCC !important;
    box-shadow: none !important;
    break-inside: avoid !important;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
  }

  h1, h2, h3, h4 {
    color: #000000 !important;
    page-break-after: avoid !important;
  }

  p, span, div {
    color: #222222 !important;
  }

  /* Insert Official Letterhead Header */
  body::before {
    content: "SRIVASTAVA KUMAR & CO. | CHARTERED ACCOUNTANTS\A ICAI FRN: 011204N | Peer Review Cert: 015822 | 100% UDIN Authenticated\A Registered Office: 404 Ashok Bhawan, 93 Nehru Place, New Delhi - 110019\A -------------------------------------------------------------------------------------------------------";
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 9pt;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }

  /* Insert Formal Dossier Footer */
  body::after {
    content: "\A -------------------------------------------------------------------------------------------------------\A Official Practice Dossier • Srivastava Kumar & Co. (Chartered Accountants) • Confidential";
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 8pt;
    display: block;
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    padding-top: 8px;
    text-align: center;
  }
}
