/* ==========================================================================
   UTTARAKHAND STAYS — LUXURY MOBILE APP EXPERIENCE STYLESHEET
   Exclusively activated on mobile & tablet devices (< 992px)
   Desktop layout, styling, and functionality remain 100% untouched.
   ========================================================================== */

:root {
  --app-bottom-nav-h: 66px;
  --app-header-h: 58px;
  --app-bg: #F7F8F9;
  --app-card-bg: #FFFFFF;
  --app-primary: #070D0B;
  --app-primary-rgb: 7, 13, 11;
  --app-gold: #C5A059;
  --app-gold-light: #E0C78E;
  --app-gold-dark: #A47E3B;
  --app-gold-rgb: 197, 160, 89;
  --app-text: #1A2220;
  --app-text-muted: #657370;
  --app-border: rgba(0, 0, 0, 0.08);
  --app-radius-lg: 20px;
  --app-radius-md: 14px;
  --app-radius-sm: 10px;
  --app-radius-pill: 999px;
  --app-shadow-card: 0 4px 20px rgba(7, 13, 11, 0.07);
  --app-shadow-float: 0 10px 30px rgba(0, 0, 0, 0.15);
  --app-safe-bottom: env(safe-area-inset-bottom, 0px);
}

/* ==========================================================================
   MOBILE SCOPED STYLES (< 992px)
   ========================================================================== */
@media (max-width: 991px) {

  /* Global Body & Container Adjustments */
  body {
    background-color: var(--app-bg) !important;
    padding-bottom: calc(var(--app-bottom-nav-h) + var(--app-safe-bottom) + 24px) !important;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  /* Prevent body scroll when drawer/modal is open */
  body.app-modal-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .site-container,
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
  }

  /* ==========================================================================
     1. COMPACT APP-STYLE MOBILE HEADER
     ========================================================================== */
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: var(--app-header-h) !important;
    background: rgba(7, 13, 11, 0.94) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    z-index: 1050 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
  }

  .site-header .header-top-bar {
    display: none !important;
  }

  .site-header .header-main-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 14px !important;
  }

  .site-header .header-left-group {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .site-logo-mytravel .header-logo-img,
  .site-logo .header-logo-img,
  .site-logo-img {
    height: 32px !important;
    width: auto !important;
    max-width: 135px !important;
    object-fit: contain !important;
  }

  /* Header App Action Buttons (Search, Wishlist, Menu) */
  .app-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .app-header-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }

  .app-header-btn:active {
    transform: scale(0.92);
    background: var(--app-gold);
    color: var(--app-primary);
  }

  .app-header-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: linear-gradient(135deg, #E65100, #FF3D00);
    color: #FFFFFF;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 17px;
    height: 17px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 1.5px solid #070D0B;
  }

  .desktop-nav-mytravel,
  .header-search-bar-wrap {
    display: none !important;
  }

  /* ==========================================================================
     2. APP-STYLE FIXED BOTTOM NAVIGATION BAR
     ========================================================================== */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(var(--app-bottom-nav-h) + var(--app-safe-bottom));
    background: rgba(7, 13, 11, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.35);
    z-index: 1040;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 6px;
    padding-bottom: var(--app-safe-bottom);
  }

  .mobile-nav-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 12px;
    transition: all 0.2s ease;
    flex: 1;
    max-width: 72px;
    position: relative;
  }

  .mobile-nav-tab i {
    font-size: 1.15rem;
    transition: transform 0.2s ease;
  }

  .mobile-nav-tab.active,
  .mobile-nav-tab:active {
    color: var(--app-gold-light);
  }

  .mobile-nav-tab.active i {
    transform: translateY(-2px);
    color: var(--app-gold);
  }

  .mobile-nav-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 3px;
    background: var(--app-gold);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.8);
  }

  .mobile-nav-tab .tab-badge {
    position: absolute;
    top: 2px;
    right: 14px;
    background: #E65100;
    color: #FFFFFF;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 15px;
    height: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #070D0B;
  }

  /* ==========================================================================
     3. MOBILE HERO & FLOATING SEARCH CARD
     ========================================================================== */
  .hero-section {
    min-height: auto !important;
    padding: calc(var(--app-header-h) + 18px) 0 28px !important;
    background: linear-gradient(180deg, rgba(7, 13, 11, 0.7) 0%, rgba(7, 13, 11, 0.88) 100%),
                url('https://uttarakhandstays.com/wp-content/uploads/2025/08/hero-2.png') center/cover no-repeat !important;
    border-radius: 0 0 28px 28px;
  }

  .hero-eyebrow {
    display: inline-flex !important;
    font-size: 0.75rem !important;
    padding: 0.3rem 0.85rem !important;
    margin-bottom: 0.75rem !important;
    border-radius: var(--app-radius-pill) !important;
    background: rgba(197, 160, 89, 0.15) !important;
    border: 1px solid var(--app-gold) !important;
    color: var(--app-gold-light) !important;
  }

  .hero-title-main {
    font-size: 1.85rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 800 !important;
  }

  .hero-subtitle-text {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    margin-bottom: 1.25rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }

  /* App-Style Floating Search Widget */
  .mytravel-search-box-card {
    background: #FFFFFF !important;
    border-radius: var(--app-radius-lg) !important;
    padding: 14px !important;
    box-shadow: var(--app-shadow-float) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin-top: 0.5rem !important;
  }

  .search-fields-grid-mytravel {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .search-field-unit {
    background: #F4F6F8 !important;
    border-radius: var(--app-radius-md) !important;
    padding: 10px 14px !important;
    border: 1px solid transparent !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
    cursor: pointer !important;
  }

  .search-field-unit:active {
    background: #EAEFF2 !important;
    border-color: var(--app-gold) !important;
  }

  .search-field-unit .field-icon {
    color: var(--app-gold) !important;
    font-size: 1.15rem !important;
    width: 22px !important;
    text-align: center !important;
  }

  .search-field-unit .field-info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }

  .search-field-unit .field-label {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    color: var(--app-text-muted) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 2px !important;
  }

  .search-field-unit .field-value {
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: var(--app-primary) !important;
  }

  .btn-search-mytravel {
    width: 100% !important;
    height: 48px !important;
    border-radius: var(--app-radius-md) !important;
    background: linear-gradient(135deg, var(--app-gold) 0%, var(--app-gold-dark) 100%) !important;
    color: #FFFFFF !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 16px rgba(197, 160, 89, 0.4) !important;
    border: none !important;
    margin-top: 4px !important;
  }

  .btn-search-mytravel:active {
    transform: scale(0.98) !important;
  }

  /* ==========================================================================
     4. HORIZONTALLY SCROLLABLE QUICK DESTINATION CHIPS
     ========================================================================== */
  .app-quick-chips-wrapper {
    margin: 18px 0 6px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    padding: 4px 16px 8px 16px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    gap: 8px;
  }

  .app-quick-chips-wrapper::-webkit-scrollbar {
    display: none;
  }

  .app-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: var(--app-radius-pill);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--app-text);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    flex-shrink: 0;
  }

  .app-chip i,
  .app-chip span.chip-emoji {
    font-size: 0.95rem;
  }

  .app-chip.active,
  .app-chip:active {
    background: var(--app-primary);
    color: var(--app-gold-light);
    border-color: var(--app-primary);
    transform: scale(0.97);
  }

  /* ==========================================================================
     5. POPULAR DESTINATIONS PEEKING CAROUSEL (1.3 Cards Visible)
     ========================================================================== */
  .app-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 24px 0 14px 0;
  }

  .app-section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--app-primary);
    margin: 0;
  }

  .app-section-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--app-gold-dark);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .destinations-grid,
  .destinations-grid-mytravel {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 12px !important;
    padding: 4px 16px 16px 16px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    grid-template-columns: none !important;
  }

  .destinations-grid::-webkit-scrollbar,
  .destinations-grid-mytravel::-webkit-scrollbar {
    display: none !important;
  }

  .destination-card-mytravel {
    flex: 0 0 74% !important;
    max-width: 280px !important;
    height: 310px !important;
    border-radius: var(--app-radius-lg) !important;
    scroll-snap-align: start !important;
    box-shadow: var(--app-shadow-card) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .destination-card-mytravel img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* ==========================================================================
     6. STAY CATEGORIES TOUCH CAROUSEL
     ========================================================================== */
  .app-categories-strip {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 6px 16px 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .app-categories-strip::-webkit-scrollbar {
    display: none;
  }

  .app-category-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    width: 82px;
  }

  .app-category-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--app-gold-dark);
    font-size: 1.4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
  }

  .app-category-item:active .app-category-icon-box {
    background: var(--app-primary);
    color: var(--app-gold-light);
    transform: scale(0.94);
  }

  .app-category-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--app-text);
    text-align: center;
    line-height: 1.2;
  }

  /* ==========================================================================
     7. APP-STYLE PROPERTY CARDS WITH TOUCH SWIPE SLIDER
     ========================================================================== */
  .property-cards-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    grid-template-columns: none !important;
  }

  .property-card {
    background: var(--app-card-bg) !important;
    border-radius: var(--app-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--app-shadow-card) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
  }

  .property-slider-container {
    height: 230px !important;
    border-radius: var(--app-radius-lg) var(--app-radius-lg) 0 0 !important;
    position: relative !important;
  }

  /* Wishlist Heart on Card */
  .app-wishlist-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(7, 13, 11, 0.55);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s ease;
  }

  .app-wishlist-toggle.active,
  .app-wishlist-toggle:active {
    background: #FFFFFF;
    color: #E53935;
    transform: scale(1.1);
  }

  /* Property Card Body */
  .property-card-body {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .property-location {
    font-size: 0.78rem !important;
    color: var(--app-text-muted) !important;
    margin-bottom: 4px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .property-title {
    font-size: 1.18rem !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
  }

  .property-title a {
    color: var(--app-primary) !important;
    text-decoration: none !important;
  }

  .property-desc {
    font-size: 0.82rem !important;
    color: var(--app-text-muted) !important;
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .property-highlights-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
  }

  .highlight-pill {
    font-size: 0.72rem !important;
    padding: 4px 9px !important;
    border-radius: var(--app-radius-pill) !important;
    background: #F0F4F4 !important;
    color: var(--app-primary) !important;
    font-weight: 600 !important;
  }

  .property-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    margin-top: auto !important;
  }

  .property-card-footer .price-box .price-label {
    font-size: 0.68rem !important;
    color: var(--app-text-muted) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
  }

  .property-card-footer .price-box .price-value {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: var(--app-primary) !important;
  }

  .property-card-footer .price-unit {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    color: var(--app-text-muted) !important;
  }

  .card-actions-group {
    display: flex !important;
    gap: 6px !important;
  }

  .card-actions-group .btn-luxury {
    padding: 7px 14px !important;
    font-size: 0.82rem !important;
    border-radius: var(--app-radius-pill) !important;
  }

  /* ==========================================================================
     8. PROPERTY DETAIL PAGE — NATIVE APP EXPERIENCE
     ========================================================================== */
  .detail-page-header {
    padding-top: calc(var(--app-header-h) + 12px) !important;
    padding-bottom: 16px !important;
    background: #FFFFFF !important;
    border-bottom: 1px solid var(--app-border) !important;
  }

  .luxury-breadcrumbs {
    font-size: 0.75rem !important;
    margin-bottom: 8px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  .luxury-breadcrumbs::-webkit-scrollbar {
    display: none !important;
  }

  .property-title-main {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 4px !important;
  }

  .property-address {
    font-size: 0.82rem !important;
  }

  /* Mobile Full-Width Swipeable Gallery */
  .gallery-mosaic-grid {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 8px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 270px !important;
    position: relative !important;
  }

  .gallery-mosaic-grid::-webkit-scrollbar {
    display: none !important;
  }

  .gallery-mosaic-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100% !important;
    scroll-snap-align: center !important;
  }

  .gallery-mosaic-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
  }

  .btn-view-all-photos {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    background: rgba(7, 13, 11, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    color: #FFFFFF !important;
    padding: 6px 12px !important;
    font-size: 0.75rem !important;
    border-radius: var(--app-radius-pill) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    z-index: 5 !important;
  }

  /* Compact 4-Grid Key Facts Bar */
  .property-key-facts-bar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    margin: 14px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .fact-item-card {
    background: #FFFFFF !important;
    border-radius: var(--app-radius-md) !important;
    padding: 10px 12px !important;
    border: 1px solid var(--app-border) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .fact-icon-box {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
  }

  .fact-title-label {
    font-size: 0.68rem !important;
  }

  .fact-value-text {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
  }

  /* Sticky Mobile Floating Booking Bar */
  .app-sticky-booking-bar {
    position: fixed;
    bottom: calc(var(--app-bottom-nav-h) + var(--app-safe-bottom));
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--app-border);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 16px;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .app-booking-bar-price {
    display: flex;
    flex-direction: column;
  }

  .app-booking-bar-price .price-num {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--app-primary);
    line-height: 1.1;
  }

  .app-booking-bar-price .price-sub {
    font-size: 0.72rem;
    color: var(--app-text-muted);
  }

  .app-booking-bar-btn {
    background: linear-gradient(135deg, var(--app-gold) 0%, var(--app-gold-dark) 100%);
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: var(--app-radius-pill);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(197, 160, 89, 0.4);
    cursor: pointer;
  }

  .app-booking-bar-btn:active {
    transform: scale(0.96);
  }

  /* ==========================================================================
     9. MOBILE FULLSCREEN / BOTTOM SHEET MODALS
     ========================================================================== */
  .app-bottom-sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(7, 13, 11, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 1090;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .app-bottom-sheet-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .app-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88vh;
    background: #FFFFFF;
    border-radius: 24px 24px 0 0;
    z-index: 1100;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
  }

  .app-bottom-sheet.active {
    transform: translateY(0);
  }

  .app-sheet-handle {
    width: 40px;
    height: 4px;
    background: #D0D5DD;
    border-radius: 2px;
    margin: 10px auto 4px auto;
  }

  .app-sheet-header {
    padding: 12px 18px;
    border-bottom: 1px solid var(--app-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .app-sheet-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--app-primary);
    margin: 0;
  }

  .app-sheet-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F2F4F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--app-text);
    font-size: 0.95rem;
    cursor: pointer;
  }

  .app-sheet-body {
    padding: 18px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
  }

  /* ==========================================================================
     10. MOBILE FILTER STICKY BAR (Category Pages)
     ========================================================================== */
  .mobile-filter-sticky-bar {
    position: sticky;
    top: var(--app-header-h);
    z-index: 1020;
    background: #FFFFFF;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--app-border);
    margin-bottom: 16px;
  }

  .btn-mobile-filter-trigger {
    flex: 1;
    height: 38px;
    border-radius: var(--app-radius-pill);
    background: #F4F6F8;
    border: 1px solid var(--app-border);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--app-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .btn-mobile-filter-trigger:active {
    background: var(--app-primary);
    color: #FFFFFF;
  }

  /* Category Page Filter Card on Mobile */
  .filter-sidebar {
    background: #FFFFFF !important;
    border-radius: var(--app-radius-lg) !important;
    padding: 14px 16px !important;
    margin-bottom: 16px !important;
    box-shadow: var(--app-shadow-card) !important;
    position: static !important;
  }
}

/* Hide mobile-specific app elements on desktop screens */
@media (min-width: 992px) {
  .mobile-bottom-nav,
  .app-quick-chips-wrapper,
  .app-categories-strip,
  .app-sticky-booking-bar,
  .mobile-filter-sticky-bar,
  .app-bottom-sheet-overlay,
  .app-bottom-sheet {
    display: none !important;
  }
}
