/* ==========================================================================
   Sakhee Care — Responsive Overrides
   Bootstrap's grid already handles column stacking. This file only fine-
   tunes typography, spacing, and custom components (hero stage, flip card,
   petals) across breakpoints that Bootstrap utilities don't cover.
   ========================================================================== */

/* ---------- Extra Large Desktops (>=1400px) ---------- */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 3.8rem;
  }
}

/* ---------- Laptops / Small Desktops (992px - 1199px) ---------- */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }

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

/* ---------- Tablets (768px - 991px) ---------- */
@media (max-width: 991.98px) {
  .section-padding {
    padding-block: 3.75rem;
  }

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

  .hero-lead {
    max-width: 100%;
  }

  .hero-stage {
    min-height: 320px;
    margin-top: 1rem;
  }

  .hero-banner-img {
    max-width: 340px;
  }

  .hero-glow {
    width: 360px;
    height: 360px;
  }

  .cta-banner {
    text-align: center;
  }

  .navbar-collapse {
    background: var(--clr-purple-deep);
    padding: 1rem 0.5rem;
    border-radius: 0 0 16px 16px;
    margin-top: 0.5rem;
  }
}

/* ---------- Small Tablets / Large Phones (576px - 767px) ---------- */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .flip-outer {
    max-width: 320px;
  }

  .flip-card {
    height: 380px;
  }

  .cta-title {
    font-size: 1.25rem;
  }

  .petal-1, .petal-4 {
    width: 40px;
    height: 40px;
  }

  .petal-2, .petal-3 {
    display: none;
  }
}

/* ---------- Mobile Phones (<576px) ---------- */
@media (max-width: 575.98px) {
  .section-padding {
    padding-block: 2.75rem;
  }

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

  .hero-copy .badge-eyebrow {
    font-size: 0.72rem;
  }

  .hero-trust-list {
    gap: 0.9rem !important;
    font-size: 0.8rem;
  }

  .hero-stage {
    min-height: 260px;
  }

  .hero-banner-img {
    max-width: 260px;
  }

  .hero-glow {
    width: 260px;
    height: 260px;
  }

  .feature-card {
    padding: 1rem 0.25rem;
  }

  .flip-outer {
    max-width: 280px;
  }

  .flip-card {
    height: 340px;
  }

  .price-now {
    font-size: 1.7rem;
  }

  .cta-banner {
    padding: 1.5rem;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
  }
}
