/* ============================================
   ISS GLOBAL — Print Stylesheet
   ============================================ */

@media print {
  /* Reset */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* Page setup */
  @page {
    margin: 2cm;
    size: A4 portrait;
  }

  body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
  }

  /* Hide navigation and non-essential elements */
  .navbar,
  .nav-toggle,
  .footer-social,
  .btn,
  .cta-section,
  .skip-to-content,
  video,
  .hero-video-bg,
  .hero-video-overlay,
  .hero-grid {
    display: none !important;
  }

  /* Show links */
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    font-style: italic;
  }

  /* Don't show links for internal anchors */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* Headers */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
    font-family: Arial, Helvetica, sans-serif;
  }

  h1 { font-size: 24pt; margin-bottom: 12pt; }
  h2 { font-size: 18pt; margin-top: 18pt; margin-bottom: 10pt; }
  h3 { font-size: 14pt; margin-top: 12pt; margin-bottom: 8pt; }
  h4 { font-size: 12pt; margin-top: 10pt; margin-bottom: 6pt; }

  /* Paragraphs */
  p {
    margin-bottom: 8pt;
    orphans: 3;
    widows: 3;
  }

  /* Lists */
  ul, ol {
    margin-left: 20pt;
    margin-bottom: 8pt;
  }

  li {
    margin-bottom: 4pt;
  }

  /* Images */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  /* Tables */
  table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 12pt;
  }

  th, td {
    border: 1px solid #000;
    padding: 6pt;
    text-align: left;
  }

  th {
    font-weight: bold;
    background-color: #f0f0f0 !important;
  }

  /* Sections */
  .section {
    page-break-inside: avoid;
    margin-bottom: 20pt;
  }

  /* Footer info */
  .footer-bottom {
    margin-top: 30pt;
    padding-top: 10pt;
    border-top: 1px solid #000;
    font-size: 9pt;
  }

  /* Cards and boxes */
  .card,
  .box {
    border: 1px solid #000;
    padding: 10pt;
    margin-bottom: 10pt;
    page-break-inside: avoid;
  }

  /* Remove background colors */
  .section-alt {
    background: transparent !important;
  }

  /* Ensure contrast */
  .tag {
    color: #000 !important;
    border-left: 2px solid #000 !important;
  }

  /* Product features */
  .feature-list li,
  .product-tab-features li {
    margin-bottom: 4pt;
  }

  /* Make checkmarks visible */
  .check {
    font-weight: bold;
  }

  /* Header for each page */
  header:before {
    content: "ISS Global — Sovereign Intelligence Systems";
    display: block;
    font-size: 10pt;
    margin-bottom: 10pt;
    padding-bottom: 5pt;
    border-bottom: 1px solid #000;
  }
}
