/* ==========================================================================
   NIKAHBOX LANDING PAGE - RESPONSIVE STYLESHEET
   Breakpoints: 1440px, 1200px, 992px, 768px, 576px
   ========================================================================== */

/* --------------------------------------------------------------------------
   DESKTOP (1440px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1440px) {
  .hero-section {
    padding-top: 190px;
    padding-bottom: 130px;
  }
}

/* --------------------------------------------------------------------------
   LAPTOP & LARGE TABLETS (1200px to 1439px)
   -------------------------------------------------------------------------- */
@media (max-width: 1399px) {
  .template-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .floating-card-1 { left: -10px; }
  .floating-card-2 { right: -15px; }
}

@media (max-width: 1199px) {
  :root {
    --section-padding: 90px 0;
    --card-padding: 24px;
  }

  .hero-title {
    font-size: 3.2rem;
  }

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

  .pricing-card-custom.featured {
    transform: scale(1);
  }
}

/* --------------------------------------------------------------------------
   TABLET (992px to 1199px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  :root {
    --section-padding: 80px 0;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-rating {
    justify-content: center;
  }

  .hero-mockup-wrapper {
    margin-top: 50px;
  }

  .floating-card-1 { left: 0; }
  .floating-card-2 { right: 0; }
  .floating-card-3 { display: none; }

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

  .why-us-content {
    margin-bottom: 40px;
  }

  .laptop-mockup-wrapper {
    margin-top: 30px;
  }

  .pricing-card-custom {
    margin-bottom: 30px;
  }

  .cta-banner-custom {
    padding: 50px 24px;
  }
}

/* --------------------------------------------------------------------------
   MOBILE LANDSCAPE & TABLETS (768px to 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --section-padding: 70px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-phone-frame {
    width: 260px;
    height: 520px;
  }

  .floating-card {
    padding: 10px 14px;
  }

  .floating-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .template-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .stats-card-custom {
    margin-bottom: 20px;
    padding: 28px 20px;
  }

  .stats-num {
    font-size: 2.5rem;
  }

  .cta-banner-custom {
    border-radius: 20px;
  }
}

/* --------------------------------------------------------------------------
   SMALL MOBILE DEVICES (Up to 575px)
   -------------------------------------------------------------------------- */
@media (max-width: 575px) {
  :root {
    --section-padding: 60px 0;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-badge {
    font-size: 0.78rem;
    padding: 6px 14px;
  }

  .btn-lg-custom {
    width: 100%;
    margin-bottom: 10px;
  }

  .floating-card-1 {
    top: 5%;
    left: -10px;
  }

  .floating-card-2 {
    bottom: 5%;
    right: -10px;
  }

  .template-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .template-body {
    padding: 12px;
  }

  .template-title {
    font-size: 0.9rem;
  }

  .why-floating-badge {
    padding: 12px 16px;
    right: -10px;
    bottom: -15px;
  }

  .why-badge-icon {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .footer-custom {
    padding-top: 60px;
  }
}
