/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .hero-h1 {
    font-size: 2rem;
  }
  .step-dash {
    display: none;
  }
  .stat-div {
    display: none;
  }

  .partner-txt-col {
    padding: 36px 24px;
  }
  .navbar-brand img {
    height: 58px !important;
  }
  .offcanvas-body {
    padding: 24px !important;
  }
  .offcanvas-body .navbar-nav {
    width: 100%;
  }
  .offcanvas-body .nav-item {
    width: 100%;
    border-bottom: 1.5px solid var(--border);
  }
  .offcanvas-body .nav-item:last-child {
    border-bottom: none;
  }
  .offcanvas-body .nav-link {
    padding: 12px 0 !important;
    font-size: 14.5px !important;
    width: 100%;
    color: var(--text) !important;
  }
  .offcanvas-body .nav-link.active {
    color: var(--green) !important;
    font-weight: 700;
    border-bottom: none !important;
  }
  .float-badge {
    display: none !important;
  }
  .app-feat-card, .app-glow-circle {
    display: none !important;
  }
  .app-phone-showcase {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .feat-bar {
    padding: 24px 0 !important;
  }
  .feat-item {
    padding: 12px 10px !important;
    gap: 8px !important;
    border-radius: 12px !important;
  }
  .feat-ico {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
  .feat-txt h6 {
    font-size: 11.5px !important;
    margin-bottom: 1px !important;
  }
  .feat-txt p {
    font-size: 9.5px !important;
  }
  .step-wrap {
    padding: 20px 12px !important;
    border-radius: 16px !important;
  }
  .step-ico {
    width: 58px !important;
    height: 58px !important;
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  .step-num {
    width: 20px !important;
    height: 20px !important;
    font-size: 8.5px !important;
  }
  .step-h {
    font-size: 13.5px !important;
    margin-bottom: 4px !important;
  }
  .step-p {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
  .stats-sec {
    padding: 36px 0 !important;
  }
  .stat-box {
    padding: 15px 10px !important;
    border-radius: 14px !important;
  }
  .stat-ico {
    font-size: 24px !important;
    margin-bottom: 6px !important;
  }
  .stat-num {
    font-size: 1.62rem !important;
  }
  .stat-suf {
    font-size: 0.95rem !important;
  }
  .stat-lbl {
    font-size: 11.5px !important;
    margin-top: 3px !important;
  }
  .hero {
    padding: 36px 0 24px;
  }
  .hero-h1 {
    font-size: 1.72rem;
  }
  .phone-outer {
    width: 160px;
    height: 330px;
    border-radius: 30px;
  }
  .phone-inner {
    border-radius: 26px;
  }
  .p-dynamic-island {
    width: 40px;
    height: 10px;
  }
  .p-status-bar {
    padding: 4px 10px 2px;
  }
  .p-app-logo {
    height: 28px;
  }
  .p-search-box {
    height: 22px;
    margin: 2px 6px;
    padding: 0 2px 0 6px;
  }
  .p-search-btn {
    width: 16px;
    height: 16px;
    font-size: 6px;
  }
  .p-cats-grid {
    gap: 4px;
    padding: 4px 6px;
  }
  .p-cat-card {
    padding: 3px 1px;
    border-radius: 6px;
  }
  .p-cat-icon {
    font-size: 13px;
  }
  .p-cat-icon.dot-icon {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }
  .p-cat-title {
    font-size: 5.5px;
  }
  .p-promo-banner {
    padding: 4px 8px;
    margin: 4px 6px;
    border-radius: 8px;
  }
  .p-promo-title {
    font-size: 9px;
  }
  .p-promo-subtitle {
    font-size: 7px;
  }
  .p-rider-emoji {
    font-size: 18px;
  }
  .p-bottom-nav {
    padding: 2px 0 4px;
  }
  .p-nav-item i {
    font-size: 8px;
  }
  .p-nav-item span {
    font-size: 5px;
  }
  .groceries-wrap {
    display: none;
  }
  .float-veg {
    display: none !important;
  }
  .sec-title {
    font-size: 1.3rem;
  }
  .cta-sec {
    text-align: center !important;
  }
  .cta-h {
    font-size: 1.42rem !important;
  }
  .phones-row {
    gap: 10px;
  }
  .ph-side {
    display: none !important;
  }
  .ph-main {
    width: 180px !important;
    margin-bottom: 0 !important;
  }
  .ph-main .ph-screen {
    height: 330px !important;
    padding: 0 !important;
  }
  .ph-app-nav {
    padding: 13px !important;
    border-radius: 23px 23px 0 0 !important;
  }
  .ph-app-title {
    font-size: 13px !important;
  }
  .ph-app-body {
    padding: 14px !important;
  }
  .ph-section-title {
    font-size: 11px !important;
    margin-bottom: 8px !important;
  }
  .ph-promo-card {
    padding: 10px !important;
    margin-bottom: 8px !important;
    border-radius: 9px !important;
  }
  .ph-promo-emoji {
    font-size: 26px !important;
  }
  .ph-promo-name {
    font-size: 11px !important;
  }
  .ph-promo-discount {
    font-size: 10px !important;
  }
  .ph-promo-grid {
    gap: 6px !important;
    margin-bottom: 10px !important;
  }
  .ph-grid-item {
    padding: 6px !important;
    font-size: 9px !important;
    border-radius: 7px !important;
  }
  .ph-grid-emoji {
    font-size: 20px !important;
  }
  .ph-action-btn {
    padding: 6px 12px !important;
    font-size: 10px !important;
    border-radius: 20px !important;
  }
  .partner-img-col {
    min-height: 180px;
    height: 180px;
    padding: 30px;
  }
  .shop-big {
    font-size: 70px;
  }
  .partner-h {
    font-size: 1.35rem !important;
  }
  .partner-p {
    font-size: 12.5px !important;
    line-height: 1.65 !important;
  }
  .partner-li li {
    font-size: 12.5px !important;
  }
  .btn-partner {
    padding: 11px 26px !important;
    font-size: 12.5px !important;
  }
}

@media (max-width: 576px) {
  .hero_left {
    text-align: center !important;
  }
  .hero_buttons{
    justify-content: center !important;
  }
  .hero-loc{
    text-align: center !important;
    display: block;
    }
}

@media (max-width: 400px) {
  .cat-card {
    padding: 12px 6px !important;
    border-radius: 10px !important;
  }
  .cat-em {
    font-size: 28px !important;
    margin-bottom: 4px !important;
  }
  .cat-nm {
    font-size: 11px !important;
  }
}