/* ═══════════════════════════════════════════════════════════
   ANASAYFA MOBİL - SIFIRDAN YENİ TASARIM 2026
   ═══════════════════════════════════════════════════════════ */

/* ===== DESKTOP'TA MOBİL ELEMENTLERİ GİZLE ===== */
@media (min-width: 769px) {
    .mob-hero-search-widget,
    .mob-campaigns-section,
    .mob-topbar,
    .mob-categories,
    .mob-story-image-wrap,
    .mob-story-image,
    .mob-featured-stories,
    .mob-story-item,
    .mob-story-text {
        display: none !important;
    }
}

/* ===== TEMEL MOBİL AYARLARI ===== */
@media (max-width: 768px) {
    /* Genel body ayarları */
    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        background: #fafafa;
        margin: 0;
        padding: 0;
        padding-bottom: 0 !important;
        overflow-x: hidden;
    }

    /* Desktop elementlerini gizle */
    .search-section,
    #navbar-container,
    .top-bar,
    .dt-hero,
    .mob-bottom-nav {
        display: none !important;
    }

    /* ===== MOBİL ÜST BAR ===== */
    .mob-topbar {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .mob-hamburger {
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
        color: #1f2937;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mob-hamburger svg { width: 20px; height: 20px; }

    .mob-topbar-logo-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        z-index: 1;
    }
    .mob-topbar-logo-center img { 
        height: 32px; 
        width: auto; 
        object-fit: contain; 
    }

    .mob-topbar-actions {
        display: flex;
        align-items: center;
        gap: 14px;
        z-index: 2;
    }
    .mob-action-icon {
        color: #1f2937;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
    }
    .mob-action-icon svg { width: 19px; height: 19px; }

    .mob-notification-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }
    .mob-notification-badge {
        position: absolute;
        top: -2px;
        right: -2px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        background: #ef4444;
        color: white;
        font-size: 10px;
        font-weight: 700;
        border-radius: 8px;
        line-height: 1;
    }

    /* ===== YENİ MOBİL HERO ARAMA WİDGET (WHITE CARD) - COMPACT ===== */
    .mob-hero-search-widget {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        background: #fff;
        margin: 12px 12px 8px;
        border-radius: 20px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

    /* Kategori Çipleri (Card'ın En Üstü) - Kompakt */
    .mob-category-chips {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding-bottom: 8px;
        margin-bottom: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mob-category-chips::-webkit-scrollbar {
        display: none;
    }

    .mob-chip {
        flex-shrink: 0;
        padding: 6px 12px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
        white-space: nowrap;
    }

    .mob-chip.active {
        background: transparent;
        border: 1px solid #000;
        color: #000;
        font-weight: 600;
    }

    .mob-chip:not(.active) {
        background: #f3f4f6;
        border: 1px solid transparent;
        color: #6b7280;
    }

    /* Arama Alanları (Inputs) - Kompakt */
    .mob-search-field {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #f3f4f6;
        cursor: pointer;
    }

    .mob-search-field:last-of-type {
        border-bottom: none;
    }

    .mob-search-icon {
        flex-shrink: 0;
        color: #9ca3af;
        width: 16px;
        height: 16px;
    }

    .mob-search-content {
        flex: 1;
        min-width: 0;
    }

    .mob-search-label {
        font-size: 9px;
        font-weight: 600;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        margin-bottom: 2px;
    }

    .mob-search-value {
        font-size: 13px;
        font-weight: 400;
        color: #374151;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Accordion Container (Gizli içerik için) */
    .mob-search-accordion {
        background: transparent;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    /* Accordion Content - Kompakt Padding */
    .mob-accordion-content {
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0;
    }

    .mob-search-accordion.active .mob-accordion-content {
        padding: 12px 0;
        border-top: 1px solid #f3f4f6;
    }

    /* Takvim accordion — ileride eklenecek */

    /* ===== MOBİL GELİŞMİŞ TAKVİM ===== */
    #dateAccordion .mob-accordion-content {
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    #dateAccordion.active .mob-accordion-content {
        max-height: 520px !important;
        overflow-y: auto;
    }
    /* Sekmeler — yatay kaydırılabilir */
    #mobCalTabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        gap: 4px;
        padding: 10px 12px 6px;
        border-bottom: 1px solid #f3f4f6;
    }
    #mobCalTabs::-webkit-scrollbar { display: none; }
    .mob-cal-tab {
        flex-shrink: 0;
        padding: 5px 12px;
        border: none;
        background: none;
        font-size: 11px;
        font-weight: 600;
        color: #94a3b8;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        transition: all 0.2s;
    }
    .mob-cal-tab-active {
        color: #E8622A !important;
        border-bottom-color: #E8622A !important;
    }

    /* Alt Aksiyon Butonları (Split Buttons) - Kompakt */
    .mob-search-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    .mob-search-btn-primary {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 12px;
        background: #1e40af;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
    }

    .mob-search-btn-primary:active {
        transform: scale(0.98);
        background: #1e3a8a;
    }

    .mob-search-btn-primary svg {
        width: 16px;
        height: 16px;
    }

    .mob-search-btn-ai {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 12px;
        background: #f97316;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
    }

    .mob-search-btn-ai:active {
        transform: scale(0.98);
        background: #ea580c;
    }

    .mob-search-btn-ai svg {
        width: 15px;
        height: 15px;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }

    /* ===== ACCORDION İÇERİK STİLLERİ - COMPACT & ELEGANT ===== */
    /* Arama Input - Zarif ve İnce */
    .mob-search-input-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f3f4f6;
        border-radius: 12px;
        padding: 10px 16px;
        margin-bottom: 16px;
        border: none;
    }

    .mob-search-input-wrap svg {
        color: #9ca3af;
        flex-shrink: 0;
        width: 16px;
        height: 16px;
    }

    .mob-search-input-wrap input {
        flex: 1;
        border: none;
        background: transparent;
        font-size: 14px;
        color: #111827;
        outline: none;
        font-family: inherit;
    }

    .mob-search-input-wrap input::placeholder {
        color: #9ca3af;
        font-size: 14px;
    }

    .mob-search-input-wrap input:focus {
        outline: none;
    }

    /* Öneriler Başlığı - Kibar ve Küçük */
    .mob-suggestions-label {
        font-size: 10px;
        font-weight: 700;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 8px;
        padding: 0 4px;
    }

    /* Öneriler Listesi - Flat Design (Kartlar Yok!) */
    .mob-suggestions-list {
        display: flex;
        flex-direction: column;
        gap: 0;
        max-height: 280px;
        overflow-y: auto;
    }

    /* Destinasyon Satırı - Düz Liste */
    .mob-suggestion-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 4px;
        background: transparent;
        border-bottom: 1px solid #f3f4f6;
        cursor: pointer;
        transition: background 0.15s;
        border-radius: 0;
        box-shadow: none;
    }

    .mob-suggestion-item:last-child {
        border-bottom: none;
    }

    .mob-suggestion-item:active {
        background: #f9fafb;
    }

    /* İkon Konteyneri - Küçük ve Yuvarlak */
    .mob-suggestion-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 18px;
    }

    .mob-suggestion-text {
        flex: 1;
        min-width: 0;
    }

    /* Şehir Adı - Kompakt */
    .mob-suggestion-name {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    /* Açıklama - Küçük ve Soluk */
    .mob-suggestion-desc {
        font-size: 12px;
        color: #6b7280;
        line-height: 1.3;
    }

    /* Tarih Input - Zarif */
    .mob-date-info {
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 10px;
        text-align: center;
    }

    .mob-date-input {
        width: 100%;
        padding: 12px 14px;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        color: #111827;
        background: #f3f4f6;
        cursor: pointer;
        font-family: inherit;
        text-align: center;
        transition: all 0.2s;
    }

    .mob-date-input:focus {
        outline: none;
        background: #e5e7eb;
    }

    /* Misafir Seçimi - Kompakt */
    .mob-guest-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 4px;
        border-bottom: 1px solid #f3f4f6;
    }

    .mob-guest-row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .mob-guest-row:first-child {
        padding-top: 0;
    }

    .mob-guest-info {
        flex: 1;
    }

    .mob-guest-title {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 2px;
    }

    .mob-guest-desc {
        font-size: 12px;
        color: #6b7280;
    }

    .mob-counter {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .mob-counter-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1.5px solid #e5e7eb;
        background: #fff;
        font-size: 18px;
        color: #374151;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
        font-weight: 600;
    }

    .mob-counter-btn:active {
        background: #f3f4f6;
        transform: scale(0.95);
    }

    .mob-counter-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .mob-counter-value {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        min-width: 28px;
        text-align: center;
    }

    /* ===== MOBİL KATEGORİLER (Arama kartının altındaki ikonlu kategoriler - GİZLE) ===== */
    .mob-categories {
        display: none !important; /* Mükerrer olduğu için mobilde gizle */
    }

    .mob-cat-item {
        display: none !important;
    }

    /* ===== ÖNE ÇIKAN KAMPANYALAR - INSTAGRAM STORY UI ===== */
    .mob-featured-stories {
        padding: 0 16px;
        margin-bottom: 2px;
    }

    .mob-stories-container {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 12px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .mob-stories-container::-webkit-scrollbar {
        display: none;
    }

    /* Story Item - Dikey Flex */
    .mob-story-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80px;
        flex-shrink: 0;
        snap-start: start;
        cursor: pointer;
        transition: transform 0.2s;
    }

    .mob-story-item:active {
        transform: scale(0.95);
    }

    /* Dairesel Görsel ve Renkli Halka (Instagram Efekti) */
    .mob-story-ring {
        position: relative;
        padding: 2px;
        border-radius: 50%;
        background: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
        margin-bottom: 6px;
    }

    /* İç Boşluk (Beyaz Halka) */
    .mob-story-inner {
        background: #fff;
        border-radius: 50%;
        padding: 2px;
    }

    /* Görsel Alanı */
    .mob-story-image-wrap {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    }

    .mob-story-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Görsel yoksa ikon göster */
    .mob-story-icon {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #9ca3af;
    }

    /* Alt Metin (Açıklama) */
    .mob-story-text {
        font-size: 10px;
        text-align: center;
        font-weight: 500;
        color: #374151;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        overflow: hidden;
        word-break: break-word;
        max-width: 100%;
        padding: 0 2px;
    }

    /* Responsive - Küçük ekranlar */
    @media (max-width: 480px) {
        .mob-featured-stories {
            padding: 0 12px;
        }

        .mob-stories-container {
            gap: 12px;
        }

        .mob-story-item {
            width: 72px;
        }

        .mob-story-image-wrap {
            width: 52px;
            height: 52px;
        }

        .mob-story-text {
            font-size: 9px;
        }
    }

    /* ===== MOBİL KAMPANYALAR CAROUSEL - MODERN BANNER TASARIM ===== */
    .mob-campaigns-section {
        margin: 16px 0 8px 0;
        padding: 0;
    }

    .mob-campaigns-carousel {
        display: flex;
        gap: 16px;
        padding: 0 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .mob-campaigns-carousel::-webkit-scrollbar {
        display: none;
    }

    /* Banner Kart - Yatay Dikdörtgen */
    .mob-campaign-card {
        position: relative;
        min-width: 85vw;
        height: 160px;
        flex-shrink: 0;
        scroll-snap-align: center;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
        text-decoration: none;
        display: block;
    }

    .mob-campaign-card:active {
        transform: scale(0.98);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    /* Görsel - Full Cover */
    .mob-campaign-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Gradient Overlay - Aşağıdan Yukarı Kararan */
    .mob-campaign-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
        pointer-events: none;
    }

    /* Metin Konteyneri - Sol Alt Köşe */
    .mob-campaign-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px;
        z-index: 2;
    }

    .mob-campaign-title {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 4px;
        line-height: 1.3;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

    .mob-campaign-desc {
        font-size: 12px;
        color: rgba(255,255,255,0.95);
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

    /* İndirim Badge - Sağ Üst Köşe */
    .mob-campaign-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        background: #ef4444;
        color: #fff;
        font-size: 11px;
        font-weight: 900;
        padding: 6px 12px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.25);
        z-index: 3;
        letter-spacing: 0.3px;
    }

    /* Gradient Kampanya (Görselsiz) - Yatay Banner */
    .mob-campaign-card.gradient {
        background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 16px;
    }

    .mob-campaign-card.gradient .mob-campaign-overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, transparent 100%);
    }

    .mob-campaign-card.gradient .mob-campaign-content {
        position: relative;
        padding: 0;
    }

    .mob-campaign-card.gradient .mob-campaign-badge {
        background: rgba(255,255,255,0.25);
        backdrop-filter: blur(10px);
        color: #fff;
    }

    /* Gradient Varyasyonları */
    .mob-campaign-card.gradient.orange {
        background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    }

    .mob-campaign-card.gradient.green {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    }

    .mob-campaign-card.gradient.purple {
        background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    }

    .mob-campaign-card.gradient.pink {
        background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    }

    .mob-campaign-card.gradient.teal {
        background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    }

    @media (min-width: 769px) {
        .mob-campaign-card {
            min-width: 320px;
        }
    }

    @media (max-width: 480px) {
        .mob-campaign-card {
            min-width: 88vw;
            height: 140px;
        }

        .mob-campaigns-carousel {
            gap: 12px;
            padding: 0 12px;
        }

        .mob-campaign-content {
            padding: 12px;
        }

        .mob-campaign-title {
            font-size: 14px;
        }

        .mob-campaign-desc {
            font-size: 11px;
        }

        .mob-campaign-badge {
            top: 10px;
            right: 10px;
            padding: 5px 10px;
            font-size: 10px;
        }
    }

    /* ===== CONTAINER VE SECTION AYARLARI ===== */
    .container {
        padding: 0 16px;
        max-width: 100%;
    }

    .section-header {
        padding: 24px 0 16px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .section-title {
        font-size: 22px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 4px 0;
        letter-spacing: -0.02em;
    }

    .section-subtitle {
        font-size: 14px;
        color: #6b7280;
        margin: 0;
        font-weight: 500;
    }

    /* ===== TESİS KARTLARI ===== */
    .facilities-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 16px;
        margin-bottom: 24px;
    }

    .fc-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        cursor: pointer;
        transition: all 0.2s;
        border: 1px solid #f3f4f6;
    }

    .fc-card:active {
        transform: scale(0.98);
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    }

    .fc-image-wrap {
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .fc-image-slide {
        display: flex;
        height: 100%;
        transition: transform 0.3s ease;
    }

    .fc-image-slide-item {
        min-width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .fc-img-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(transparent, rgba(0,0,0,0.3));
        pointer-events: none;
    }

    .fc-fav {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255,255,255,0.9);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
        backdrop-filter: blur(10px);
    }

    .fc-fav i {
        font-size: 16px;
        color: #6b7280;
        transition: all 0.2s;
    }

    .fc-fav.active i {
        color: #ef4444;
    }

    .fc-fav:active {
        transform: scale(0.9);
    }

    .fc-carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(255,255,255,0.9);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
        backdrop-filter: blur(10px);
        opacity: 0.8;
    }

    .fc-prev {
        left: 12px;
    }

    .fc-next {
        right: 12px;
    }

    .fc-carousel-btn i {
        font-size: 12px;
        color: #374151;
    }

    .fc-carousel-btn:active {
        transform: translateY(-50%) scale(0.9);
    }

    .fc-dots {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
    }

    .fc-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        transition: all 0.2s;
    }

    .fc-dot.active {
        background: #fff;
        transform: scale(1.2);
    }

    .fc-body {
        padding: 16px;
    }

    .fc-title-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 8px;
        gap: 8px;
    }

    .fc-title {
        font-size: 16px;
        font-weight: 600;
        color: #111827;
        line-height: 1.3;
        flex: 1;
    }

    .fc-rating {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        flex-shrink: 0;
    }

    .fc-rating i {
        color: #fbbf24;
        font-size: 12px;
    }

    .fc-meta {
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .fc-meta-dot {
        color: #d1d5db;
        margin: 0 4px;
    }

    .fc-price-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fc-price-left {
        display: flex;
        align-items: baseline;
        gap: 4px;
    }

    .fc-price {
        font-size: 18px;
        font-weight: 700;
        color: #111827;
    }

    .fc-price-night {
        font-size: 14px;
        color: #6b7280;
        font-weight: 500;
    }

    .fc-price-na {
        font-size: 14px;
        color: #9ca3af;
        font-style: italic;
    }

    /* ===== LOADING VE ERROR MESAJLARI ===== */
    .loading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 40px 20px;
        color: #6b7280;
        font-size: 14px;
    }

    .loading i {
        color: var(--primary-color, #ff6b35);
    }

    .error-message {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 40px 20px;
        color: #ef4444;
        font-size: 14px;
        text-align: center;
    }

    .btn-see-all {
        font-size: 14px;
        color: var(--primary-color, #ff6b35) !important;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
        transition: opacity 0.2s;
    }

    .btn-see-all:active {
        opacity: 0.7;
    }

    /* ===== RESPONSIVE İYİLEŞTİRMELER ===== */
    @media (max-width: 480px) {
        .facilities-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .fc-card {
            border-radius: 12px;
        }

        .fc-image-wrap {
            height: 180px;
        }

        .section-title {
            font-size: 20px;
        }

        .container {
            padding: 0 12px;
        }

        .mob-hero-search-widget {
            padding: 10px;
            margin: 10px 10px 6px;
            border-radius: 18px;
        }

        .mob-chip {
            padding: 5px 10px;
            font-size: 11px;
        }

        .mob-search-label {
            font-size: 8px;
        }

        .mob-search-value {
            font-size: 12px;
        }

        .mob-search-btn-primary,
        .mob-search-btn-ai {
            padding: 9px 10px;
            font-size: 12px;
        }

        .section-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .btn-see-all {
            align-self: flex-end;
        }
    }

    /* ===== ANİMASYONLAR ===== */
    @keyframes hp-ai-gradient {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    @keyframes hp-shimmer {
        0% { transform: translateX(-100%); }
        60% { transform: translateX(100%); }
        100% { transform: translateX(100%); }
    }

    /* ===== GENEL MOBİL İYİLEŞTİRMELER ===== */
    * {
        -webkit-tap-highlight-color: transparent;
    }

    input, button, select, textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    @supports (padding: max(0px)) {
        body {
            padding-bottom: max(80px, calc(80px + env(safe-area-inset-bottom)));
        }
    }

    .facilities-grid,
    .mob-categories {
        -webkit-overflow-scrolling: touch;
    }

    .fc-card,
    .mob-cat-item,
    .mob-search-card,
    .mob-search-cta {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
    }
}
