/* =============================================
   AVsoft ERP Brochure — Print Styles
   ============================================= */
@media print {
  @page {
    size: A4;
    margin: 1.5cm;
  }

  body {
    font-size: 11pt;
    color: #000;
    background: #fff;
  }

  .navbar,
  .back-to-top,
  .navbar__toggle,
  .btn--primary,
  .btn--teal {
    display: none !important;
  }

  .footer {
    background: #fff !important;
    color: #333 !important;
    padding: 1cm 0;
    border-top: 2px solid #1B3A5C;
  }

  .footer__heading,
  .footer__links a,
  .footer__contact-item,
  .footer__brand p {
    color: #333 !important;
  }

  section {
    padding: 0.5cm 0;
    break-inside: avoid;
  }

  .hero {
    min-height: auto !important;
    background: #1B3A5C !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    padding: 1.5cm !important;
  }

  .card {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
  }

  .character img {
    max-height: 200px;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat__number {
    color: #1B3A5C !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
  }

  .navbar__link::after,
  .card__link::after,
  .footer__links a::after {
    content: none;
  }
}
