/* ==========================================================================
   Responsive fine-tuning (mobile-first overrides for large/small screens)
   ========================================================================== */

@media (max-width: 1199.98px) {
  .nx-mega {
    width: min(720px, 92vw);
  }
  .floating-mini-card.card-1 { right: -2%; }
  .floating-mini-card.card-2 { left: -2%; }
  .floating-mini-card.card-4 { right: -2%; }
  .floating-mini-card.card-5 { left: -2%; }
  .floating-mini-card.card-6 { right: -2%; }
}

@media (max-width: 991.98px) {
  :root {
    --navbar-height: 72px;
  }
  .hero-section {
    padding-top: calc(var(--navbar-height) + 2rem);
    text-align: center;
  }
  .hero-stats {
    justify-content: center;
  }
  .hero-visual {
    margin-top: 3rem;
  }
  .floating-mini-card {
    display: none;
  }
  .section-heading.text-start {
    text-align: center;
    margin-inline: auto;
  }
  .why-us-badge-float {
    left: 1rem;
    bottom: -1rem;
  }
  .process-connector {
    display: none;
  }
  .sticky-cta-bar {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .display-text,
  .hero-title {
    font-size: clamp(2.1rem, 8vw, 2.75rem);
  }
  .pricing-card.featured {
    transform: scale(1);
  }
  .pricing-card.featured:hover {
    transform: translateY(-10px);
  }
  .stats-band .row > div {
    margin-bottom: 1.5rem;
  }
  .stats-band .row > div:last-child {
    margin-bottom: 0;
  }
  .fab {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  .container-xl {
    padding-inline: 1.15rem;
  }
  .nx-mobile-menu {
    width: 100vw;
  }
  .cta-band,
  .stats-band {
    padding: 2.25rem 1.5rem;
  }
}

/* Print */
@media print {
  .nx-navbar,
  .fab,
  .sticky-cta-bar,
  .scroll-progress,
  .cursor-glow,
  .nx-loader {
    display: none !important;
  }
}
