@import url("assets/index-BekNFrXy.css");

/* Static-hosting safeguards */
.page-loader.is-loaded {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.video-popup.is-closed {
  display: none !important;
}

@media print {
  .page-loader,
  .video-popup,
  .site-header,
  .floating-card,
  .hero-orb,
  .final-cta {
    display: none !important;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body {
    background: #fff !important;
    color: #111 !important;
  }

  section,
  article,
  .pricing-card,
  .headquarters-card {
    break-inside: avoid;
  }
}
