/* Print stylesheet — clean readable output for investors */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .nav,
  .nav-hamburger,
  .footer,
  .skip-link,
  .btn {
    display: none !important;
  }

  .section {
    padding: 1.5rem 0;
    page-break-inside: avoid;
  }

  .section-dark,
  .section-light {
    background: transparent !important;
  }

  .section-dark h1,
  .section-dark h2,
  .section-dark h3,
  .section-dark p {
    color: #000 !important;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666 !important;
  }

  a[href^="#"]::after,
  a[href^="javascript"]::after {
    content: "";
  }
}
