/* ==========================================================================
   APEX GROWTH LABS LLC — Print Stylesheet
   ========================================================================== */

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    background: #ffffff !important;
    color: #000000 !important;
  }

  .top-notice-bar,
  .site-header,
  .mobile-drawer,
  .mobile-drawer-overlay,
  .mobile-nav-toggle,
  .hero-actions,
  .cta-box,
  .contact-form-wrapper,
  .btn,
  .faq-icon-arrow {
    display: none !important;
  }

  .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .section {
    padding: 1cm 0 !important;
    page-break-inside: avoid;
  }

  a {
    text-decoration: underline !important;
    color: #000000 !important;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 85%;
  }

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

  .card, .process-card, .info-card {
    border: 1pt solid #cccccc !important;
    page-break-inside: avoid;
    margin-bottom: 0.5cm;
  }

  .site-footer {
    border-top: 1pt solid #000000 !important;
    padding: 1cm 0 !important;
    margin-top: 2cm !important;
  }
}
