/* Extracted Block */

/* --- MOBİL ALT MENÜ (KIRMIZI AKTİF RENK - ZORLA) --- */
.mobile-bottom-nav .nav-item.active,
.mobile-bottom-nav .nav-item.active i {
    color: #ef4444 !important;
    /* Mavi yerine Kırmızı */
    filter: drop-shadow(0 4px 6px rgba(239, 68, 68, 0.3)) !important;
}

/* --- SMART SELECTOR DROPDOWNS (UNIFIED & FIXED) --- */
.custom-city-selector,
.custom-smart-selector {
    position: relative;
    flex: 1;
}

.city-dropdown-menu,
.suggestions-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #e2e8f0 !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
    display: none !important;
    padding: 6px !important;
    animation: dropdownFadeIn 0.2s ease-out;
}

.city-dropdown-menu.active,
.suggestions-dropdown.active {
    display: block !important;
}

@media (max-width: 991px) {

    .city-dropdown-menu,
    .suggestions-dropdown {
        position: absolute !important;
        top: calc(100% + 5px) !important;
        max-height: 200px !important;
    }

    .premium-search-container {
        flex-direction: column !important;
        padding: 12px !important;
        gap: 10px !important;
        z-index: 1001 !important;
    }

    .search-input-group,
    .search-select-group,
    .search-actions,
    .custom-city-selector,
    .custom-smart-selector {
        width: 100% !important;
        flex: none !important;
    }
}

.city-option {
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    color: #334155;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.city-option:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.city-option i {
    color: #94a3b8;
    font-size: 13px;
    width: 16px;
    text-align: center;
}

.city-option.no-results {
    cursor: default;
    color: #94a3b8;
    font-style: italic;
}

/* Customize Scrollbar for Dropdown */
.city-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.city-dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}

.city-dropdown-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

/* --- FLAWLESS HEADER STYLES REMOVED TO MATCH ABOUT.HTML --- */




/* --- MOBILE MENU STYLES (INLINE FIX) --- */
.mobile-actions {
    display: none;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}

/* --- MOBILE CAPSULE: Default Hidden (Desktop) --- */
.mobile-header-capsule {
    display: none;
}

/* --- MOBILE CAPSULE DESIGN (V2 - ULTRA PREMIUM) --- */
@media (max-width: 991px) {
    .lang-dropdown-v2 {
        display: none !important;
    }

    .mobile-header-capsule {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(15px) saturate(180%);
        -webkit-backdrop-filter: blur(15px) saturate(180%);
        border: 1px solid rgba(217, 4, 41, 0.1);
        border-radius: 50px;
        padding: 3px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
        margin-left: auto;
        height: 32px;
        margin-right: -5px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .mobile-header-capsule:active {
        transform: scale(0.96);
    }

    .mobile-lang-pill {
        background: transparent;
        border: none;
        font-family: 'Outfit', sans-serif;
        /* Lüks font */
        font-weight: 700;
        font-size: 11px;
        color: #334155;
        padding: 0 6px 0 0;
        cursor: pointer;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
    }

    .mobile-lang-pill:active {
        transform: scale(0.95);
        color: #D90429;
    }

    .capsule-divider {
        width: 1px;
        height: 12px;
        background: linear-gradient(to bottom, #cbd5e1 0%, rgba(203, 213, 225, 0.3) 100%);
    }

    .mobile-menu-pill {
        background: linear-gradient(135deg, #D90429 0%, #a30320 100%);
        /* BRAND RED */
        color: #ffffff;
        border: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        margin-left: 6px;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(217, 4, 41, 0.3);
        /* Red Glow */
        transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .mobile-menu-pill:active {
        transform: scale(0.90);
    }

    .mobile-header-cta {
        display: none !important;
    }
}




.mobile-menu-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #1e293b;
    cursor: pointer;
    padding: 8px;
    display: block;
}

/* --- MOBILE MENU DROPDOWN (COMPACT PREMIUM) --- */
.mobile-menu-dropdown {
    position: absolute;
    top: 70px;
    /* Slightly higher */
    right: 15px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    /* Slightly smaller radius */
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.02);
    width: 190px;
    /* Much smaller width */
    display: none;
    flex-direction: column;
    padding: 5px;
    /* Tighter container padding */
    z-index: 99999;
    transform-origin: top right;
    animation: menuSlideIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes menuSlideIn {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(-8px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.mobile-menu-dropdown.active {
    display: flex;
}

.mobile-menu-item {
    padding: 10px 12px;
    /* Compact item padding */
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    /* Smaller font */
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.mobile-menu-item i {
    font-size: 15px;
    /* Smaller icons */
    color: #94a3b8;
    transition: color 0.2s;
    width: 20px;
    text-align: center;
}

.mobile-menu-item:hover {
    background: #f8fafc;
    color: #0f172a;
    transform: translateX(2px);
}

.mobile-menu-item:hover i {
    color: #475569;
}

/* --- REKLAM VER BUTTON (HIGHLIGHT) --- */
.mobile-menu-item.highlight {
    background: #fff1f2;
    color: #D90429;
    margin-top: 4px;
    /* Less spacing */
}

.mobile-menu-item.highlight i {
    color: #D90429;
}

.mobile-menu-item.highlight:hover {
    background: linear-gradient(135deg, #D90429 0%, #a30320 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(217, 4, 41, 0.25);
    transform: translateY(-1px);
}

.mobile-menu-item.highlight:hover i {
    color: white;
}

/* ========================================
           BUTON STİLLERİ - TÜM EKRANLAR
           ======================================== */

/* 4 Buton Container */
.card-all-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: auto;
}

/* Ortak Buton Stili */
.card-btn {
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
    text-decoration: none;
    position: relative;
    z-index: 20;
    pointer-events: auto;
    flex: 1;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.card-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Profil Butonu - Kırmızı */
.btn-profile {
    background: linear-gradient(135deg, #D90429 0%, #a30320 100%);
    color: #ffffff;
}

.btn-profile:hover {
    box-shadow: 0 4px 12px rgba(217, 4, 41, 0.4);
}

/* Konum Butonu - Mor */
.btn-location {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
}

.btn-location:hover {
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

/* Ara Butonu - Mavi */
.btn-phone {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
}

.btn-phone:hover {
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* WhatsApp Butonu - Yeşil */
.btn-wp {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
}

.btn-wp:hover {
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

/* İşletmeyi Keşfet Butonu - Altın/Turuncu */
.btn-explore {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    grid-column: span 2;
}

.btn-explore:hover {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* ========================================
    DESKTOP BUSINESS CARDS - MODERN GRID
    ======================================== */
@media (min-width: 769px) {
    .businesses-section {
        padding: 60px 0;
        background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    }

    .businesses-section .section-title h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 40px;
    }

    .business-content-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
    }

    .business-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-height: 640px;
        overflow-y: auto;
        padding-right: 10px;
        scroll-behavior: smooth;
    }

    /* Custom Scrollbar for Desktop */
    .business-list::-webkit-scrollbar {
        width: 8px;
    }

    .business-list::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 10px;
    }

    .business-list::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #D90429 0%, #a30320 100%);
        border-radius: 10px;
    }

    .business-list::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #a30320 0%, #7a0218 100%);
    }

    .business-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid #e2e8f0;
        cursor: pointer;
        transition: all 0.3s ease;
        overflow: hidden;
        height: 100%;
    }

    .business-card:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .card-img-wrapper,
    .business-image {
        width: 100%;
        height: 120px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .card-img-wrapper img,
    .business-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .business-card:hover .card-img-wrapper img,
    .business-card:hover .business-image img {
        transform: scale(1.08);
    }

    .card-info,
    .business-info {
        padding: 12px 15px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        flex: 1;
        position: relative;
        z-index: 10;
    }

    .card-info h3,
    .business-info h3 {
        font-size: 15px;
        font-weight: 700;
        color: #1e293b;
        margin: 0;
        line-height: 1.2;
    }

    .card-meta,
    .business-location {
        font-size: 11px;
        color: #64748b;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .card-meta::before {
        content: "📍";
        font-size: 10px;
    }

    .card-desc {
        display: none;
    }

    .map-container {
        border-radius: 16px;
        overflow: hidden;
        height: 100%;
        min-height: 500px;
        position: sticky;
        top: 100px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease;
    }

    .map-actions {
        display: none;
        justify-content: center;
        padding: 15px;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-top: 1px solid #e2e8f0;
    }

    .btn-get-directions {
        padding: 12px 30px;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: white;
        border: none;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    }

    .btn-get-directions:hover {
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    }

    .btn-get-directions i {
        font-size: 16px;
    }

    .no-results-msg,
    #no-results {
        grid-column: 1 / -1;
        text-align: center;
        padding: 40px;
        color: #64748b;
    }
}

@media (max-width: 991px) {
    .stars-pane {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 0 8px !important;
        justify-content: center !important;
    }

    .star-card.gold-featured {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        margin-bottom: 5px !important;
    }

    .star-card.silver,
    .star-card.bronze {
        width: 45% !important;
        flex: 0 0 45% !important;
        max-width: 45% !important;
        min-width: 0 !important;
    }

    .star-card.silver {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    }

    .star-card.bronze {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    }

    .star-card {
        border-radius: 16px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
        overflow: hidden !important;
        transform: none !important;
        position: relative !important;
    }

    .featured-card-inner,
    .star-card>div:not(.card-badge):not(.star-img-wrapper) {
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(10px) !important;
        border-radius: 12px !important;
        margin: 5px !important;
        padding: 10px 8px !important;
    }

    .star-card.gold-featured .star-img-featured {
        width: 120px !important;
        height: 120px !important;
        border-radius: 50% !important;
        margin: 10px auto !important;
        border: 3px solid #fff !important;
        overflow: hidden !important;
    }

    .star-card.silver .star-img-wrapper,
    .star-card.bronze .star-img-wrapper {
        width: 70px !important;
        height: 70px !important;
        border-radius: 50% !important;
        margin: 8px auto !important;
        border: 2px solid #fff !important;
        overflow: hidden !important;
    }

    .star-img-wrapper img,
    .star-img-featured img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .star-card h3 {
        font-weight: 700 !important;
        color: #212529 !important;
        margin-bottom: 3px !important;
    }

    .star-card.gold-featured h3 {
        font-size: 17px !important;
    }

    .star-card.silver h3,
    .star-card.bronze h3 {
        font-size: 12px !important;
    }

    .star-card .cat {
        font-size: 9px !important;
        padding: 3px 6px !important;
        margin: 4px 0 !important;
    }

    .star-score {
        font-size: 10px !important;
        margin: 4px 0 !important;
    }

    .view-stats {
        font-size: 9px !important;
    }


    /* Badges Removed */
    .card-badge {
        display: none !important;
    }

    /* PREMIUM #1 SPOTLIGHT (Royal Night Theme) */
    .star-card.gold-featured {
        background: linear-gradient(135deg, #0f172a 0%, #000000 100%) !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
        border: 1px solid rgba(212, 175, 55, 0.3) !important;
        padding-top: 15px !important;
    }

    .star-card.gold-featured .featured-card-inner {
        background: rgba(255, 255, 255, 0.03) !important;
        /* Koyu temaya uygun şeffaflık */
        backdrop-filter: blur(15px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .star-card.gold-featured h3 {
        color: #f8fafc !important;
        font-size: 22px !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    /* Ekstra Özellikler Alanı */
    .featured-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        margin: 10px 0;
    }

    .f-tag {
        background: rgba(212, 175, 55, 0.15);
        color: #d4af37;
        font-size: 10px;
        padding: 4px 10px;
        border-radius: 50px;
        border: 1px solid rgba(212, 175, 55, 0.3);
        font-weight: 600;
    }

    /* MOBILE HEADER: PREMIUM SLIM DESIGN */
    .corporate-header {
        background: linear-gradient(180deg, #ffffff 0%, #e2e8f0 100%) !important;
        position: relative !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }

    /* Enhanced Noise Texture */
    .corporate-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.05;
        /* Görünürlük artırıldı */
        pointer-events: none;
        z-index: 1;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");

    }

    .header-wrapper {
        height: 55px !important;
        /* Çizgi hissini bitiren şık yükseklik */
        padding: 0 15px !important;
        display: flex !important;
        align-items: center !important;
        position: relative;
        z-index: 2;
    }

    .header-logo-img {
        height: 35px !important;
        /* Logo yüksekliği optimize edildi */
        width: auto !important;
    }

    /* BUSINESSES SECTION: MODERN MOBILE CAROUSEL */
    .businesses-section {
        padding: 40px 0 !important;
        overflow: hidden !important;
    }

    .business-content-grid {
        display: block !important;
        /* Stack elements vertically */
    }

    .business-list {
        display: flex !important;
        flex-direction: row !important;
        /* Side by side */
        overflow-x: auto !important;
        /* Enable scroll */
        scroll-snap-type: x mandatory !important;
        gap: 15px !important;
        padding: 10px 15px 25px 5px !important;
        /* Bottom padding for scrollbar space */
        margin: 0 -15px !important;
        /* Bleed to edges */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Hide scrollbar for clean look */
    }

    .business-list::-webkit-scrollbar {
        display: none;
    }

    .business-card {
        flex: 0 0 210px !important;
        height: 280px !important;
        position: relative !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        background: #000 !important;
        margin-bottom: 0 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
        border: none !important;
        cursor: pointer;
    }

    .card-img-wrapper,
    .business-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .card-img-wrapper img,
    .business-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        filter: brightness(0.65) !important;
    }

    .card-info,
    .business-info {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 2 !important;
        padding: 15px !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        box-sizing: border-box !important;
    }

    .card-info h3,
    .business-info h3 {
        color: #ffffff !important;
        font-size: 18px !important;
        margin: 0 0 5px 0 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    }

    .card-meta,
    .business-location {
        color: #e2e8f0 !important;
        font-size: 11px !important;
        margin-bottom: 10px !important;
    }

    .card-desc {
        display: none !important;
    }

    .btn-view-profile {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.15) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        color: #fff !important;
        padding: 9px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        margin-bottom: 10px !important;
    }

    .business-actions,
    .card-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .btn-call,
    .btn-whatsapp,
    .phone,
    .whatsapp {
        padding: 8px !important;
        font-size: 11px !important;
        border-radius: 10px !important;
        justify-content: center !important;
    }

    .btn-call,
    .phone {
        background: #3b82f6 !important;
        color: #fff !important;
    }

    .btn-whatsapp,
    .whatsapp {
        background: #22c55e !important;
        color: #fff !important;
    }

    .map-container {
        display: none !important;
    }

    /* Carousel Indicator hint (shadow on right) */
    .business-list::after {
        content: "";
        flex: 0 0 15px;
        /* Extra space at the end */
    }
}

/* Extracted Block */

/* STORIES SECTION V8 - WIDE OVERLAY CARD REDESIGN */
.stories-section-wrapper {
    background: transparent;
    padding: 0;
    margin-top: -80px;
    /* Pull Up Over Hero */
    position: relative;
    z-index: 50;
    /* High Z to sit on Hero */
    pointer-events: none;
    /* Allow clicks around */
}

.stories-app-card {
    background: #f8fafc;
    /* Light Grey Card */
    border-radius: 24px 24px 0 0;
    /* Rounded TOP only (or all if desired, but image suggests top flow) */
    padding: 30px 40px;
    position: relative;
    max-width: 1400px;
    /* Wide */
    margin: 0 auto;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
    /* Shadow pointing UP */
    pointer-events: auto;
    border-bottom: 1px solid #e2e8f0;
}

@media (max-width: 991px) {
    .stories-section-wrapper {
        margin-top: 0;
        /* No overlap on mobile */
        background: #f8fafc;
    }

    .stories-app-card {
        border-radius: 0;
        margin-top: 0;
        box-shadow: none;
        padding: 20px;
    }
}

/* Header with Icon */
.stories-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.stories-header-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    display: flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.5px;
}

.stories-icon-box {
    background: #FF0057;
    /* Brand Red */
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    /* Rounded square */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(255, 0, 87, 0.25);
}

/* Scroll Wrapper & Track */
.stories-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stories-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 10px 25px 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    margin: 0 40px;
    /* Space for arrows */
}

.stories-track::-webkit-scrollbar {
    display: none;
}

/* Story Item */
.story-node {
    flex: 0 0 auto;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.story-node:hover {
    transform: translateY(-5px);
}

.story-avatar-wrap {
    width: 90px;
    /* Large Avatars */
    height: 90px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #D90429 0%, #FF8800 100%);
    /* Red-Orange Gradient */
    position: relative;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.story-node:hover .story-avatar-wrap {
    box-shadow: 0 10px 25px rgba(217, 4, 41, 0.25);
    transform: scale(1.03);
}

.story-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #f8fafc;
    /* Matches card bg */
    object-fit: cover;
    background: #fff;
    display: block;
}

.story-play-icon {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    color: #D90429;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 2px solid #f8fafc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.story-label {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Outfit', sans-serif;
}

/* Nav Buttons - White Circles with Shadows */
.story-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1e293b;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-nav-btn:hover {
    background: #ffffff;
    color: #D90429;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: -10px;
}

.next-btn {
    right: -10px;
}


/* --- PRECISION MOBILE SCALING & OVERFLOW FIX --- */
@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
    }

    /* 1. Header & Logo Scaling (Deep Resize) */
    .header-wrapper {
        padding: 0 5px !important;
        gap: 5px !important;
    }

    .header-logo-img {
        height: 24px !important;
        width: auto !important;
    }

    /* Capsule Resizing - No Transform */
    .mobile-header-capsule {
        transform: none !important;
        margin-right: 0 !important;
        height: 36px !important;
        padding: 2px !important;
    }

    /* Inner Elements Resize */
    .mobile-search-trigger {
        width: auto !important;
        max-width: 80px !important;
        font-size: 11px !important;
        padding: 0 8px !important;
    }

    .mobile-search-trigger i {
        font-size: 11px !important;
    }

    .mobile-search-trigger span {
        font-size: 11px !important;
        white-space: nowrap !important;
    }

    .mobile-lang-pill {
        font-size: 12px !important;
        padding: 0 5px !important;
    }

    .mobile-menu-pill {
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }

    /* 2. Hero Typography Scaling (Proportionate) */
    .hero-travel-title {
        font-size: 32px !important;
        /* Down from 56px */
        line-height: 1.1 !important;
        padding: 0 10px !important;
    }

    .hero-travel-subtitle {
        font-size: 15px !important;
        margin-bottom: 30px !important;
        padding: 0 15px !important;
    }

    .hero-travel-search-box {
        transform: scale(0.9) !important;
        /* Slight search box reduction */
        width: 95% !important;
    }

    /* 3. Slider Width & Position Constrainment (Fixes 500px overflow & Layout Drop) */
    .hero-vibrant-modern {
        position: relative !important;
        /* Anchor point */
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .hero-footer-slider {
        position: relative !important;
        /* Changed from absolute to allow flow */
        margin-top: -300px !important;
        /* Pull it up into the hero */
        left: 0 !important;
        width: 100vw !important;
        height: auto !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        padding-left: 15px !important;
        padding-bottom: 20px !important;
        /* Add space for swipe */
        box-sizing: border-box !important;
        z-index: 100 !important;
        /* Ensure it floats above */
        background: transparent !important;
    }

    /* Ensure track fits or scrolls */
    .venue-cards-track {
        display: flex !important;
        width: max-content !important;
        padding-right: 20px !important;
        gap: 10px !important;
        /* Reduce gap */
    }

    /* 5. Mobile Card Resizing (Requested by User) */
    .venue-card-hero {
        width: 160px !important;
        min-width: 160px !important;
        /* Force width */
        max-width: 160px !important;
        /* Prevent expansion */
        height: 240px !important;
        flex: 0 0 160px !important;
        /* Rigid flex spacing */
        border-radius: 12px !important;
        margin-right: 10px !important;
        /* Explicit gaps */
    }

    .vch-title {
        font-size: 14px !important;
        /* Smaller title */
        line-height: 1.2 !important;
    }

    .vch-category {
        font-size: 9px !important;
        margin-bottom: 2px !important;
    }

    .vch-star-badge {
        padding: 4px 8px !important;
        font-size: 10px !important;
        top: 8px !important;
        right: 8px !important;
    }

    .vch-content {
        padding: 10px !important;
        bottom: 8px !important;
        left: 8px !important;
        right: 8px !important;
    }

    /* 4. Global Safety Wrappers */
    .main-wrapper,
    .site-footer,
    .stories-section-wrapper {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
}

/* Legacy story node styles removed to prevent conflicts with V8 design */
.story-node.seen-node .story-label {
    color: #94a3b8;
    font-weight: 500;
}

/* Fullscreen Viewer Styles */
.story-viewer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.story-viewer-card {
    width: 100%;
    max-width: 400px;
    height: 85vh;
    background: #000;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: default;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.story-progress-container {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    gap: 6px;
    z-index: 20;
}

.progress-bar-segment {
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 0.1s linear;
}

.viewer-header {
    position: absolute;
    top: 35px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 20;
}

.viewer-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.viewer-name {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-family: 'Outfit', sans-serif;
}

.viewer-close {
    position: absolute;
    top: 30px;
    right: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    cursor: pointer;
    z-index: 30;
    transition: color 0.3s;
}

.viewer-close:hover {
    color: #fff;
}

.story-content-display {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* Text at bottom */
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 60px;
}

/* Dark gradient at bottom for text readability */
.story-content-display::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    z-index: 1;
}

.story-text-overlay {
    background: transparent;
    /* Removed box */
    backdrop-filter: none;
    padding: 20px 30px;
    border-radius: 0;
    text-align: left;
    width: 100%;
    border: none;
    position: relative;
    z-index: 10;
}

.content-title {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    font-family: 'Outfit', sans-serif;
}

.content-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
}

.cta-btn-story {
    margin-top: 0;
    background: #D90429;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(217, 4, 41, 0.4);
    transition: transform 0.3s;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.cta-btn-story:hover {
    transform: translateY(-3px);
    background: #ff0b3d;
}

/* ===== MOBILE OPTIMIZATIONS ===== */
@media screen and (max-width: 991px) {
    .stories-section-wrapper {
        padding: 15px 0;
        background: #ffffff;
        border-bottom: 1px solid #f1f5f9;
        margin-top: 0 !important;
        /* Fix overlap on mobile */
        z-index: auto;
        /* Reset z-index */
    }

    .stories-app-card {
        background: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .stories-header {
        padding: 0 20px 10px;
        margin-bottom: 5px;
        border-bottom: none;
    }

    .stories-header-title {
        font-size: 18px;
    }

    .story-nav-btn {
        display: none !important;
    }

    /* FIX: High specificity to override style.css */
    #storiesSection .stories-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding: 10px 15px 15px 15px !important;
        gap: 16px !important;
        width: 100% !important;
        justify-content: flex-start !important;
        scrollbar-width: none;
    }

    .stories-track::-webkit-scrollbar {
        display: none;
    }

    #storiesSection .story-node {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex: 0 0 auto !important;
        width: 76px !important;
        height: auto !important;
        margin: 0 !important;
    }

    #storiesSection .story-label {
        display: block !important;
        color: #334155 !important;
        margin-top: 8px !important;
        font-size: 11.5px !important;
        line-height: 1.2 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .story-avatar-wrap {
        width: 76px !important;
        height: 76px !important;
        padding: 2.5px !important;
        overflow: hidden !important;
        border-radius: 50% !important;
        position: relative !important;
    }

    .story-avatar-wrap::after {
        top: 2.5px;
        left: 2.5px;
        right: 2.5px;
        bottom: 2.5px;
    }

    .story-avatar-img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2.5px;
    }

    .story-label {
        font-size: 11.5px;
        margin-top: 8px;
    }
}

/* --- NEW PREMIUM STARS DESIGN --- */
.star-explore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 15px;
    /* Daha dolgun tık alanı */
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-top: 15px;
    position: relative;
    z-index: 20;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gold-btn {
    background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
    color: #000 !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.silver-btn {
    background: linear-gradient(135deg, #f1f5f9 0%, #cbd5e1 100%);
    color: #334155 !important;
    box-shadow: 0 4px 15px rgba(148, 163, 184, 0.4);
    border: 1px solid #fff;
}

.bronze-btn {
    background: linear-gradient(135deg, #ffedd5 0%, #fdba74 100%);
    color: #7c2d12 !important;
    box-shadow: 0 4px 15px rgba(251, 146, 60, 0.4);
    border: 1px solid #fff;
}

.star-explore-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Yıldız Puanlama */
.star-rating {
    color: #FFD700;
    font-size: 14px;
    margin-bottom: 5px;
}

.star-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #fbbf24;
    font-size: 12px;
    margin: 5px 0 10px;
}

/* Glassmorphism for Featured Card Inner */
.featured-card-inner {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
}

/* Mobilde Kartların Daha İyi Görünmesi İçin */
@media (max-width: 991px) {
    .star-explore-btn {
        padding: 10px;
        font-size: 12px;
    }

    .stars-pane {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .star-card {
        width: 100% !important;
    }
}

/* --- "ROYAL PRESTIGE SUITE - ELITE EDITION" --- */
.stars-pane-creative {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Masaüstünde kesinlikle 3 sütun */
    gap: 30px;
    justify-content: center;
    padding: 90px 20px 70px;
    max-width: 1250px;
    /* İdeal genişlik */
    margin: 0 auto;
}

.star-card-creative {
    position: relative;
    width: 100%;
    /* Grid hücresini doldurur */
    height: 540px;
    z-index: 1;
    /* cursor: pointer; -- KALDIRILDI: Tıklama çakışmasını önlemek için */
    border-radius: 16px;
    /* Daha keskin köşeler */
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.star-card-creative:hover {
    transform: translateY(-20px);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.2);
}

/* --- 1. Arka Plan & Efektler --- */
.royal-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    /* Tıklamayı engelleme */
}

.royal-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.star-card-creative:hover .royal-img-bg img {
    transform: scale(1.1);
}

/* --- "ŞEHRİN YILDIZLARI" - CINEMATIC REDESIGN V2 --- */
/* Smooth gradient transition from Stories */
.stars-section {
    position: relative;
    padding: 80px 0 80px;
    /* Reduced padding (140px -> 80px) */
    margin-top: -80px;
    /* Increased negative margin (-60px -> -80px) to pull closer */
    z-index: 5;
    background: linear-gradient(180deg, rgba(241, 245, 249, 0) 0%, #f1f5f9 20%, #e2e8f0 100%);
}

.stars-header {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.stars-header h2 {
    font-size: 32px;
    /* Slightly refined size */
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    font-family: 'Outfit', sans-serif;
}

.stars-subtitle {
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
}

.stars-header::after {
    content: "";
    display: block;
    width: 40px;
    /* More elegant width */
    height: 3px;
    background: #D90429;
    margin: 12px auto 0;
    /* Tighter margin */
    border-radius: 2px;
}

/* KART KONTEYNER - Back to 3 Columns (Centered) with Floating Sidebar */
.stars-pane-creative {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    /* Constrain width to keep cards centered */
    margin: 0 auto;
    position: relative;
    /* Anchor for absolute positioning */
}

/* --- INTRO CARD LEFT (Floating Sidebar) --- */
.intro-card-left {
    position: absolute;
    left: -280px;
    /* Adjusted closer to frame */
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    z-index: 10;
    text-align: right;
}

.intro-card-left .intro-label {
    font-size: 12px;
    font-weight: 700;
    color: #D90429;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.intro-card-left .intro-title {
    font-family: 'Outfit', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.1;
    margin-bottom: 20px;
}

.intro-card-left .intro-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-left: auto;
    /* Push text to right */
}

/* --- INTRO CARD RIGHT (Stats Sidebar) --- */
.intro-card-right {
    position: absolute;
    right: -280px;
    /* Mirror position */
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    z-index: 10;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stats-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-item h4 {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 5px;
}

.stat-item h4 span {
    color: #D90429;
    font-size: 20px;
    vertical-align: super;
}

.stat-item p {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.intro-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: #1e293b;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
    float: right;
    /* Use float/flex to align properly */
}

.intro-btn:hover {
    background: #D90429;
    transform: translateX(5px);
}

/* Responsive: Collapse Sidebars */
@media (max-width: 1500px) {

    .intro-card-left,
    .intro-card-right {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        grid-column: 1 / -1;
        align-items: center;
    }

    .intro-card-left .intro-desc {
        margin: 0 auto 20px;
    }

    .intro-card-right {
        order: 99;
        /* Move statistics to bottom on smaller screens */
        flex-direction: row;
        gap: 40px;
        margin-top: 30px;
    }

    .stats-group {
        flex-direction: row;
        gap: 40px;
        justify-content: center;
    }

    .intro-btn {
        float: none;
    }
}

/* Responsive: Tablet (2x2 Grid) */
/* Responsive: Hide floating sidebar on Tablet/Mobile and show inline or standard header */
@media (max-width: 1400px) {
    .intro-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        grid-column: 1 / -1;
        /* Scan full width */
        align-items: center;
    }

    .intro-content {
        text-align: center;
    }

    .intro-desc {
        margin: 0 auto 20px;
    }

    /* When screen shrinks, make grid 2 cols + header on top OR 1 col */
    .stars-pane-creative {
        max-width: 100%;
        grid-template-columns: repeat(3, 1fr);
        /* Try to keep 3 */
    }
}

@media (max-width: 1100px) {
    .stars-pane-creative {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .stars-pane-creative {
        grid-template-columns: 1fr;
    }

    .intro-card {
        order: -1;
        /* Ensure it stays on top */
    }
}

/* CINEMATIC CARD BASE */
.star-card-creative {
    position: relative;
    height: 500px;
    /* Full Cinematic Height */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateZ(0);
}

.star-card-creative:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

/* FULL IMAGE BACKGROUND */
.royal-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.royal-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.star-card-creative:hover .royal-img-bg img {
    transform: scale(1.1);
}

/* CINEMATIC GRADIENT OVERLAY (Bottom-Up Dark Glass) */
.royal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* GLASSMORPHISM BADGE (Pill) - Replaces Ribbon */
.glass-pill-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 20;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
}

.glass-pill-badge i {
    font-size: 14px;
    color: #FFD700;
}

/* ICON CROWN (Minimalist Floating) */
.crown-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D90429;
    font-size: 16px;
    z-index: 20;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

.star-card-creative:hover .crown-icon {
    opacity: 1;
    transform: translateX(0);
}


/* CONTENT OVERLAY */
.royal-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 10;
    text-align: left;
}

.royal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.royal-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    display: block;
}

.royal-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
    /* Hidden initially or compacted */
    transition: all 0.3s ease;
}

.r-tag {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

/* ACTION BUTTON */
.royal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    background: #ffffff;
    color: #000;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    /* Hidden State */
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.star-card-creative:hover .royal-btn {
    height: 50px;
    padding: 0;
    /* Flex handles centering */
    opacity: 1;
    margin-top: 20px;
}

.star-card-creative:hover .royal-tags {
    /* Push up slightly if needed */
}

/* GOLD / SILVER / BRONZE ACCENTS */
.star-card-creative.gold {
    border-bottom: 4px solid #FFD700;
}

.star-card-creative.silver {
    border-bottom: 4px solid #3b82f6;
}

.star-card-creative.bronze {
    border-bottom: 4px solid #ea580c;
}

/* --- MOBİL İYİLEŞTİRMELERİ (Piramit Düzeni: 1 Üstte, 2 Altta) --- */
@media (max-width: 991px) {
    .stars-pane-creative {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* Net iki sütun */
        gap: 12px;
        padding: 20px 15px;
        width: 100%;
        /* Konteyner genişliğini garantiye al */
        box-sizing: border-box;
        /* Padding dahil hesaplama */
    }

    /* 1. Kart (Gold): En üstte, tüm genişliği kaplar */
    .star-card-creative:nth-child(1) {
        grid-column: 1 / -1;
        /* Tam genişlik */
        height: 480px;
        margin-bottom: 10px;
        width: 100% !important;
    }

    /* 2. ve 3. Kartlar (Silver & Bronze): Yan yana */
    .star-card-creative {
        width: 100% !important;
        /* Grid hücresini doldur */
        height: 380px;
        min-width: 0;
        /* Grid içinde içeriğin taşmasını önle */
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        margin-bottom: 0;
    }

    /* --- Alt Kartlar İçin Ölçeklendirme --- */
    .star-card-creative:not(:nth-child(1)) .royal-content {
        padding: 15px 5px;
        /* Yan boşlukları minimuma indir */
    }

    .star-card-creative:not(:nth-child(1)) .royal-title {
        font-size: 16px;
        /* Başlığı daha da küçült (taşmasın) */
        white-space: nowrap;
        /* Tek satırda tut */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .star-card-creative:not(:nth-child(1)) .royal-subtitle {
        font-size: 9px;
        margin-bottom: 5px;
    }

    .star-card-creative:not(:nth-child(1)) .royal-icon-box {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    /* Alt kartlarda gereksiz detayları gizle */
    .star-card-creative:not(:nth-child(1)) .royal-tags,
    .star-card-creative:not(:nth-child(1)) .royal-divider {
        display: none;
    }

    .star-card-creative:not(:nth-child(1)) .royal-btn {
        padding: 8px 0;
        font-size: 9px;
        margin-top: 5px;
    }

    /* --- Ortak Ayarlar --- */
    .royal-btn {
        opacity: 1;
        transform: translateY(0);
        margin-top: 10px;
        position: relative;
    }

    .star-card-creative:nth-child(1) .royal-tags {
        display: flex;
    }

    .royal-content {
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0) 100%);
    }

    .gold-dust {
        display: none;
    }

    .royal-ribbon {
        transform: scale(0.7) rotate(45deg);
        right: -45px;
        top: 15px;
    }
}

/* Mobilde hep açık */
.star-info-panel {
    transform: none !important;
    padding: 20px;
}

.star-base {
    transform: none !important;
}


/* EXTRA SMALL SCREENS (iPhone SE, etc.) */
@media (max-width: 480px) {
    .stars-pane-creative {
        grid-template-columns: 1fr !important;
    }

    .star-card-creative {
        height: auto !important;
        min-height: 400px;
    }

    .star-card-creative:nth-child(1) {
        height: 450px;
    }

    /* Restore visibility for full width cards */
    .star-card-creative:not(:nth-child(1)) .royal-tags,
    .star-card-creative:not(:nth-child(1)) .royal-divider {
        display: flex !important;
    }

    .star-card-creative:not(:nth-child(1)) .royal-divider {
        display: block !important;
        width: 30px;
        margin: 0 auto 15px;
    }

    .star-card-creative:not(:nth-child(1)) .royal-title {
        font-size: 20px !important;
        white-space: normal !important;
    }
}

/* --- STORY TRANSITION ANIMATIONS (Instagram Style 3D) --- */
.story-viewer-card {
    transition: transform 0.3s ease-out;
    /* Default transition */
    backface-visibility: hidden;
    /* Arkasını gizle */
    transform-style: preserve-3d;
}

/* Giden (Sola Doğru) */
.story-slide-out-left {
    animation: slideOutLeft 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.story-slide-in-right {
    animation: slideInRight 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Giden (Sağa Doğru) -> Geri basınca */
.story-slide-out-right {
    animation: slideOutRight 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.story-slide-in-left {
    animation: slideInLeft 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideOutLeft {
    0% {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(1000px) rotateY(-30deg) translateX(-50%) scale(0.9);
        opacity: 0;
    }
}

@keyframes slideInRight {
    0% {
        transform: perspective(1000px) rotateY(30deg) translateX(50%) scale(0.9);
        opacity: 0;
    }

    100% {
        transform: perspective(1000px) rotateY(0deg) translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    0% {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(1000px) rotateY(0deg) translateX(0) scale(1);
        opacity: 1;
    }
}

/* Aşağı Kaydırarak Kapatma Efekti */
.story-slide-out-down {
    animation: slideOutDown 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) scale(0.8);
        opacity: 0;
    }
}

/* Extracted Block */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&display=swap');

/* --- HERO V2 (TRAVEL THEME - INLINE FIX) --- */
.hero-section {
    display: none !important;
}

.hero-travel-theme {
    position: relative;
    min-height: 850px;
    background: url('https://images.unsplash.com/photo-1540541338287-41700207dee6?q=80&w=2000&auto=format&fit=crop') no-repeat center center/cover !important;
    background-attachment: fixed !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 150px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.hero-travel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(15, 23, 42, 0.4) 0%,
            rgba(59, 130, 246, 0.1) 40%,
            rgba(255, 255, 255, 0.9) 85%,
            rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.hero-travel-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-travel-title {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-family: 'Outfit', sans-serif;
}

.hero-travel-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #f8fafc;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    opacity: 0.95;
    font-family: 'Outfit', sans-serif;
}

/* Premium Search Bar V2 */
.hero-travel-search-box {
    width: 100%;
    max-width: 850px;
    margin-bottom: 50px;
    position: relative;
    z-index: 20;
}

.hero-travel-search-box .premium-search-container {
    background: rgba(255, 255, 255, 0.98);
    padding: 8px 8px 8px 15px;
    border-radius: 100px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-travel-search-box .search-input-group,
.hero-travel-search-box .search-select-group {
    background: transparent;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 5px;
    box-shadow: none !important;
    flex: 1;
    display: flex;
    align-items: center;
}

.hero-travel-search-box .search-input-group:last-of-type {
    border-right: none;
}

.hero-travel-search-box .search-input,
.hero-travel-search-box .search-select {
    font-size: 16px;
    color: #334155;
    font-weight: 500;
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
}

.hero-travel-search-box .search-btn-primary {
    background: linear-gradient(135deg, #D90429 0%, #a30320 100%);
    padding: 14px 45px;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(217, 4, 41, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-travel-search-box .search-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(217, 4, 41, 0.4);
}

/* Polaroid Cards */
.travel-cards-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
    margin-top: 10px;
    margin-bottom: -60px;
    position: relative;
    z-index: 15;
    padding-bottom: 80px;
}

.polaroid-card {
    background: #fff;
    padding: 12px 12px 50px 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
    /* Force shadow */
    border-radius: 4px;
    width: 260px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    position: relative;
}

.polaroid-card:nth-child(1) {
    transform: rotate(-6deg) translateY(30px);
    z-index: 2;
}

.polaroid-card:nth-child(2) {
    transform: rotate(0deg) scale(1.1);
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

.polaroid-card:nth-child(3) {
    transform: rotate(6deg) translateY(30px);
    z-index: 2;
}

.polaroid-card:hover {
    transform: rotate(0) scale(1.15) translateY(-20px);
    z-index: 20;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35) !important;
}

.polaroid-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 2px;
    filter: brightness(0.95);
}

.polaroid-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    color: #1e293b;
    font-weight: 700;
}

/* Features */
.travel-features-bar {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 0;
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 0 20px 60px;
}

.feature-card-pill {
    background: #fff;
    border-radius: 24px;
    padding: 20px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    text-align: center;
    transition: transform 0.3s ease;
}

.f-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.icon-store {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
}

.icon-offer {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.icon-discover {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.f-title {
    font-weight: 800;
    color: #1e293b;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
}

@media (max-width: 900px) {
    .hero-travel-theme {
        padding-top: 100px;
        min-height: auto;
        background-attachment: scroll !important;
    }

    .hero-travel-title {
        font-size: 36px;
    }

    .travel-cards-container {
        flex-direction: column;
    }

    .travel-features-bar {
        flex-direction: column;
    }

    .polaroid-card {
        transform: none !important;
        width: 100%;
        max-width: 300px;
    }

    .hero-travel-search-box .premium-search-container {
        flex-direction: column;
        border-radius: 20px;
    }
}

/* Extracted Block */

/* Animation overrides - 7 Card Carousel */
.travel-cards-container {
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 0;
    margin-bottom: -60px;
    perspective: 1200px;
}

.polaroid-card {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -130px;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    transform-origin: center bottom;
    width: 260px;
}

.polaroid-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Reset nth-child from previous versions */
.polaroid-card:nth-child(n) {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

/* Active (Center) */
.polaroid-card.active {
    opacity: 1;
    z-index: 20;
    transform: translateX(0) scale(1.1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4) !important;
    filter: brightness(1.05);
}

/* Next 1 */
.polaroid-card.next-1 {
    opacity: 0.9;
    z-index: 10;
    transform: translateX(200px) scale(0.85) rotate(5deg);
    filter: brightness(0.9);
}

/* Prev 1 */
.polaroid-card.prev-1 {
    opacity: 0.9;
    z-index: 10;
    transform: translateX(-200px) scale(0.85) rotate(-5deg);
    filter: brightness(0.9);
}

/* Next 2 */
.polaroid-card.next-2 {
    opacity: 0.6;
    z-index: 5;
    transform: translateX(350px) scale(0.7) rotate(10deg);
    filter: blur(1px) brightness(0.8);
}

/* Prev 2 */
.polaroid-card.prev-2 {
    opacity: 0.6;
    z-index: 5;
    transform: translateX(-350px) scale(0.7) rotate(-10deg);
    filter: blur(1px) brightness(0.8);
}

.polaroid-card.hidden {
    display: none;
    opacity: 0;
}

@media(max-width:900px) {
    .travel-cards-container {
        height: auto;
        display: flex;
        position: relative;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        perspective: none;
    }

    .polaroid-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        filter: none !important;
        margin-bottom: 20px;
        display: block !important;
    }
}

/* Extracted Block */

/* Fantasy Hero Theme - User Requested (Final Override) */
.hero-travel-theme {
    background: url('images/hero_bg_fantasy.png') no-repeat center bottom / cover !important;
    min-height: 850px;
}

.hero-travel-overlay {
    background: linear-gradient(180deg,
            rgba(15, 23, 42, 0.3) 0%,
            rgba(59, 130, 246, 0.05) 40%,
            rgba(255, 255, 255, 0) 80%,
            rgba(255, 255, 255, 0.9) 95%,
            rgba(255, 255, 255, 1) 100%) !important;
}

.travel-cards-container {
    height: 520px;
    margin-bottom: -40px;
    perspective: 1200px;
}

.polaroid-card {
    width: 280px;
    height: 380px;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 20px;
    bottom: 60px;
}

.polaroid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.polaroid-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 0 0 20px 20px;
}

.polaroid-card.active {
    transform: translateX(0) scale(1.15) !important;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6)) !important;
    z-index: 50 !important;
}

.polaroid-card.next-1 {
    transform: translateX(240px) translateY(20px) scale(0.9) rotate(5deg) !important;
    z-index: 40 !important;
    opacity: 1 !important;
    filter: none !important;
}

.polaroid-card.prev-1 {
    transform: translateX(-240px) translateY(20px) scale(0.9) rotate(-5deg) !important;
    z-index: 40 !important;
    opacity: 1 !important;
    filter: none !important;
}

.polaroid-card.next-2 {
    transform: translateX(440px) translateY(60px) scale(0.75) rotate(10deg) !important;
    z-index: 30 !important;
    opacity: 0.9 !important;
}

.polaroid-card.prev-2 {
    transform: translateX(-440px) translateY(60px) scale(0.75) rotate(-10deg) !important;
    z-index: 30 !important;
    opacity: 0.9 !important;
}

.feature-card-pill {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 20px !important;
    padding: 20px 40px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
    min-width: 250px;
}

.f-icon-circle {
    width: 70px !important;
    height: 70px !important;
    font-size: 32px !important;
}

.f-title {
    font-size: 20px !important;
    margin-top: 5px;
}

@media(max-width:900px) {
    .travel-cards-container {
        height: auto;
    }

    .polaroid-card {
        width: 100%;
        height: 300px;
        transform: none !important;
        display: block !important;
        margin-bottom: 20px;
        bottom: 0;
    }
}

/* Extracted Block */

/* THE ULTIMATE PREMIUM HERO - BLUE HOUR ISTANBUL */
/* THE ULTIMATE PREMIUM HERO - BLUE HOUR ISTANBUL */
.hero-vibrant-modern {
    position: relative;
    min-height: 100vh;
    background: #020617;
    /* Deepest Midnight Base */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 80px;
}

/* High-Res Iconic Turkish Excellence Background */
.hero-vibrant-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* RESTORED: Galata Tower (Local) */
    background: url('images/hero_galata_tower.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    filter: brightness(1.1);
    /* Kept bright as per last preference */
    z-index: 1;
    /* Smooth Cinematic Zoom - REMOVED */
    /* animation: slowHeroZoom 40s ease-in-out infinite alternate; */
    transform-origin: 10% center;
}

@keyframes slowHeroZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }

    /* More dynamic zoom */
}

/* Multi-Layered Premium Masks & Light Leaks */
.hero-vibrant-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Ultra-lightened masks for maximum openness */
    background:
        radial-gradient(circle at 80% 20%, rgba(217, 4, 41, 0.15) 0%, transparent 50%),
        linear-gradient(to bottom, rgba(2, 6, 23, 0.4) 0%, rgba(2, 6, 23, 0.2) 20%, rgba(2, 6, 23, 0.6) 80%, rgba(2, 6, 23, 0.9) 100%),
        radial-gradient(circle at center, rgba(2, 6, 23, 0.3) 0%, rgba(2, 6, 23, 0.6) 100%);
    z-index: 2;
}

/* DIAMOND DUST PARTICLES - MORE NOTICEABLE */
.hero-vibrant-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 30%, #ffffff 2px, transparent 2px),
        radial-gradient(circle at 80% 70%, #ffffff 2.5px, transparent 2.5px),
        radial-gradient(circle at 40% 80%, #ffffff 2px, transparent 2px),
        radial-gradient(circle at 60% 10%, #ffffff 1.5px, transparent 1.5px);
    background-size: 200px 200px;
    /* animation: diamondGlint 8s linear infinite; */
    opacity: 0.3;
    /* Static subtle texture */
    z-index: 3;
    pointer-events: none;
}

/* 
        @keyframes diamondGlint {
             ... Performance Optimized ...
        } 
        */

.hero-vibrant-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Darker cinematic vignette */
    background: radial-gradient(circle at center, rgba(2, 6, 23, 0.4) 10%, rgba(2, 6, 23, 0.6) 60%, rgba(217, 4, 41, 0.1) 100%);
    z-index: 4;
    pointer-events: none;
}

/* AMBIENT MIST - STATIC FOR PERFORMANCE */
.hero-mist-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.9) 0%, transparent 100%);
    opacity: 0.8;
    /* More dense mist */
    z-index: 5;
    pointer-events: none;
    /* animation: mistWhirl 15s ease-in-out infinite alternate; */
}

@keyframes mistWhirl {
    0% {
        transform: scaleX(1) translateY(0);
    }

    100% {
        transform: scaleX(1.2) translateY(-20px);
    }
}

.modern-hero-content {
    position: relative;
    z-index: 20;
    text-align: center;
    max-width: 900px;
    padding: 20px;
    animation: fadeInDown 1.3s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: -220px;
    /* Raised back up for a bold impact */
}

.modern-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -3px;
    line-height: 1;
    color: #ffffff;
    /* Ultra-Readable Cinematic Shadows */
    text-shadow:
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 1s ease both;
}

/* Removed Title Shimmer Animation for Readability */

.hero-accent {
    color: #D90429;
    /* Pure Vitrindeyiz Brand Red */
    background: none;
    -webkit-text-fill-color: initial;
    text-shadow: 0 0 25px rgba(217, 4, 41, 0.4);
    font-weight: 900;
}

/* THE SUPREME GLASS SEARCH - INTERACTIVE GLOW */
/* THE SUPREME GLASS SEARCH - INTERACTIVE GLOW */
.modern-search-box {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(30px) saturate(200%);
    -webkit-backdrop-filter: blur(30px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    padding: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(217, 4, 41, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.modern-search-box:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}

.ms-group {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.ms-group i {
    color: #64748b;
    font-size: 18px;
    margin-right: 12px;
}

.ms-input {
    width: 100%;
    border: none;
    outline: none;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #1e293b;
    padding: 12px 0;
    background: transparent;
}

.ms-input::placeholder {
    color: #94a3b8;
}

.ms-divider {
    width: 1px;
    height: 30px;
    background: #e2e8f0;
}

.ms-btn {
    background: #D90429;
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(217, 4, 41, 0.4);
    font-family: 'Outfit', sans-serif;
}

.ms-btn:hover {
    background: #ef233c;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(217, 4, 41, 0.5);
}

/* Hero Footer Slider - Infinite Scroll Container */
/* Hero Footer Slider - Interactive Marquee */
.hero-footer-slider {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    z-index: 10;
    /* Allow manual scrolling */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
    padding: 10px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    cursor: grab;
    user-select: none;
}

.hero-footer-slider.grabbing {
    cursor: grabbing;
}

.hero-footer-slider.grabbing .venue-card-hero {
    /* pointer-events: none; */ /* Removed to allow click events to fire correctly */
}

.venue-cards-track {
    display: flex;
    gap: 20px;
    width: max-content;
    padding: 20px 0;
    /* Animation removed - now handled by JS for manual control */
}

/* REFINED HERO CARDS (Conflicts Removed) */


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 991px) {
    .modern-hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .modern-search-box {
        flex-direction: column;
        padding: 15px;
        border-radius: 20px;
    }

    .ms-divider {
        display: none;
    }

    .ms-group {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .ms-group:last-of-type {
        border: none;
        margin: 0;
    }

    .ms-btn {
        width: 100%;
    }

    .hero-vibrant-modern {
        /* Ekran boyu eksi Alt Menü */
        min-height: calc(100vh - 70px) !important;
        height: calc(100vh - 70px) !important;
        padding-top: 70px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding-bottom: 120px !important;
        /* Kartları iyice yukarı al */
        gap: 10px;
        position: relative !important;
    }

    .hero-footer-slider {
        bottom: 0 !important;
        margin-top: auto !important;
        /* Push to bottom */
        padding-bottom: 20px !important;
        position: relative !important;
        width: 100% !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    }

    .venue-card-hero {
        width: 180px !important;
        height: 250px !important;
    }

    .vch-content {
        padding: 10px !important;
        bottom: 8px !important;
        left: 8px !important;
        right: 8px !important;
    }

    .vch-title {
        font-size: 14px !important;
    }

    .vch-category {
        font-size: 8px !important;
    }

    .modern-search-box {
        display: none !important;
        /* Hide bulky search from Hero on Mobile */
    }

    .modern-hero-content {
        margin-top: 0 !important;
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 0;
    }

    .modern-hero-title {
        font-size: 42px;
        line-height: 1.1;
        text-align: center;
        padding: 0 5px;
        margin-top: 5px;
        letter-spacing: -1px;
    }

    /* Force 3 lines on mobile */
    .modern-hero-title>span {
        white-space: normal !important;
        display: block !important;
    }

    .modern-hero-title>span>span {
        display: block !important;
    }

    .modern-hero-title br {
        display: none !important;
    }

    /* "En Kaliteli" vurgusu */
    .modern-hero-title .hero-accent {
        margin-top: 5px;
        margin-bottom: 5px;
        display: block !important;
    }

    /* Fix for mobile background gap */
    .hero-vibrant-bg {
        background-attachment: scroll !important;
        background-position: center center !important;
        height: 100% !important;
    }
}

/* LAPTOP & TABLET SCALING - USER PREFERRED BIG LAYOUT */
@media (min-width: 769px) and (max-width: 1440px) {
    .hero-vibrant-modern {
        min-height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        /* Keep start but push down with padding */
        padding-top: 100px !important;
        padding-bottom: 0 !important;
        position: relative !important;
    }

    .modern-hero-content {
        margin-top: 0 !important;
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        flex: 0 0 auto;
    }

    .modern-hero-title {
        font-size: 50px !important;
        /* Mid-size between 34 and 72 */
        margin-bottom: 30px !important;
    }

    .modern-search-box {
        max-width: 800px !important;
        /* Wider */
        padding: 10px !important;
        margin-bottom: 20px !important;
    }

    /* Restore Cards to readable size */
    .venue-card-hero {
        width: 240px !important;
        height: 320px !important;
    }

    .vch-title {
        font-size: 16px !important;
    }

    /* Pin Slider to Absolute Bottom */
    .hero-footer-slider {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding-bottom: 10px !important;
        z-index: 10 !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    }

    /* Clean up small overrides */
    .ms-group,
    .ms-input,
    .ms-btn,
    .vch-content,
    .vch-category,
    .vch-star-badge {
        /* Resetting to default behavior implicitly by not overriding them here with small values */
    }
}

/* MOBILE SEARCH - FLOATING SILK CARD */
.mobile-search-overlay {
    position: fixed;
    top: 20px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: auto;
    max-height: 85vh;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(25px) saturate(210%);
    -webkit-backdrop-filter: blur(25px) saturate(210%);
    z-index: 12000;
    padding: 30px 25px;
    display: none;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 35px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.18);
    animation: silkEntrance 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes silkEntrance {
    from {
        transform: scale(0.9) translateY(-30px);
        opacity: 0;
    }

    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.mso-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.mso-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #0f172a;
    letter-spacing: -1.5px;
}

.mso-close-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
}

.mso-close-btn:active {
    transform: scale(0.85);
    background: #0f172a;
    color: white;
}

.mso-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mso-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.mso-label {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 5px;
}

.mso-input-box {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: 18px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.mso-input-box:focus-within {
    border-color: #0f172a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.mso-input-box i {
    color: #64748b;
    font-size: 18px;
}

.mso-input-box input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.mso-submit-btn {
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 18px;
    padding: 20px;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 17px;
    margin-top: 10px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s;
}

.mso-submit-btn:active {
    transform: scale(0.97);
    background: #D90429;
    box-shadow: 0 15px 35px rgba(217, 4, 41, 0.3);
}

.mso-quick-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.mso-chip {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}



/* ELITE MOBILE SEARCH BAR - BLENDED VERSION */
.mobile-search-trigger {
    background: transparent !important;
    border: none !important;
    color: #1e293b !important;
    width: 130px !important;
    height: 100% !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    padding: 0 16px !important;
    gap: 10px;
    transition: all 0.3s ease !important;
    cursor: pointer;
    box-shadow: none !important;
    margin-right: 5px;
}

.mobile-search-trigger:active {
    opacity: 0.6;
    transform: scale(0.98);
}

.mobile-search-trigger i {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mobile-search-trigger:active i {
    transform: scale(1.1) rotate(15deg);
}

/* Extracted Block */

/* STRENGTHENED HERO CARDS - ULTRA BOLD BORDER */
/* VITRINDEYIZ CRYSTAL GLASS CARDS - ULTRA PREMIUM */
.venue-card-hero {
    width: 220px;
    height: 300px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* Ultra Fine Diamond Cut Border */
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #000;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.venue-card-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #D90429 0%, transparent 40%);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 3;
    pointer-events: none;
}

.venue-card-hero:hover {
    transform: translateY(-15px) scale(1.02);
    border: 1px solid rgba(217, 4, 41, 0.6);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.6),
        0 0 25px rgba(217, 4, 41, 0.3);
}

.venue-card-hero:hover::before {
    opacity: 0.15;
    /* Sublte brand glow on hover */
}

.vch-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.3s ease;
    filter: blur(0px) brightness(1);
    /* Explicitly clear blur */
    display: block;
}

.venue-card-hero:hover .vch-bg {
    transform: scale(1.08);
    filter: brightness(0.85);
    /* Subtly dim on hover */
}

/* Frosted Glass Content Panel */
.vch-content {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(2, 6, 23, 0.4);
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(150px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 15px;
    z-index: 5;
    transition: all 0.4s;
}

.venue-card-hero:hover .vch-content {
    background: rgba(2, 6, 23, 0.6);
    border-color: rgba(217, 4, 41, 0.3);
    transform: translateY(-5px);
}

.vch-category {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vch-category i {
    color: #D90429;
    /* Brand color icons */
    font-size: 12px;
}

.vch-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Floating Crystal Badge */
.vch-star-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.vch-star-badge i {
    color: #D90429;
    /* Brand red star */
}

/* --- MOBILE CARD RESIZE --- */
@media (max-width: 991px) {
    .venue-card-hero {
        width: 120px !important;
        height: 180px !important;
        border-radius: 12px !important;
    }

    .vch-title {
        font-size: 11px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0 !important;
    }

    .vch-category {
        font-size: 7px !important;
        gap: 3px !important;
    }

    .vch-category i {
        font-size: 8px !important;
    }

    .vch-content {
        padding: 6px !important;
        bottom: 5px !important;
        left: 5px !important;
        right: 5px !important;
        border-radius: 8px !important;
    }

    .vch-star-badge {
        top: 8px !important;
        right: 8px !important;
        padding: 3px 6px !important;
        font-size: 9px !important;
    }

    /* Align to bottom */
    .hero-footer-slider {
        bottom: 0 !important;
        padding-bottom: 15px !important;
    }
}

/* Extracted Block */

/* --- PREMIUM V2 STYLES (Scoped) --- */

/* Overlay */
.biz-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 99999;
    padding: 0;
    /* Full screen on mobile */
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.biz-modal-overlay.active {
    display: flex;
}

/* Container */
.pv2-container {
    width: 100%;
    max-width: 1000px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    max-height: 95vh;
    /* Fit in screen */
    position: relative;
    margin: 20px;
    animation: pv2SlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes pv2SlideUp {
    from {
        transform: translateY(40px) scale(0.98);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Close Button */
.biz-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.biz-close-btn:hover {
    background: white;
    color: black;
}

/* Hero Section */
.pv2-hero {
    height: 280px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
}

.pv2-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.pv2-hero-content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: flex-end;
    gap: 25px;
    z-index: 2;
}

.pv2-logo {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: white;
    object-fit: cover;
}

.pv2-header-text h1 {
    color: white;
    margin: 5px 0;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pv2-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 15px;
}

.pv2-badges {
    display: flex;
    gap: 10px;
}

.pv2-badge-verified {
    background: #2563eb;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pv2-badge-rating {
    background: #fbbf24;
    color: #1e293b;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Body Layout */
.pv2-body {
    display: flex;
    flex: 1;
    padding: 0;
    overflow: hidden;
    /* For inner scroll */
    background: #f8fafc;
}

.pv2-main-col {
    flex: 2;
    padding: 40px;
    overflow-y: auto;
    max-height: 500px;
    /* Custom internal scroll */
}

.pv2-sidebar-col {
    flex: 1;
    background: #ffffff;
    border-left: 1px solid #e2e8f0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow-y: auto;
    max-height: 500px;
}

/* Sections */
.pv2-section {
    margin-bottom: 40px;
}

.pv2-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.pv2-section-title i {
    color: #3b82f6;
}

.pv2-desc {
    line-height: 1.8;
    color: #475569;
    font-size: 15px;
}

/* Tags */
.pv2-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pv2-tag {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.pv2-tag i {
    color: #10b981;
}

/* List */
.pv2-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.pv2-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-size: 14px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.pv2-list li i {
    color: #3b82f6;
    width: 20px;
    text-align: center;
}

/* Sidebar Cards */
.pv2-card {}

.pv2-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.pv2-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.pv2-contact-item i {
    width: 36px;
    height: 36px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.pv2-contact-item span {
    font-size: 15px;
    color: #1e293b;
    font-weight: 500;
    padding-top: 8px;
    line-height: 1.4;
}

.pv2-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    font-size: 14px;
}

.pv2-hours-row strong {
    color: #1e293b;
}

/* Map */
.pv2-map-wrapper {
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* Footer */
.pv2-footer {
    background: white;
    border-top: 1px solid #e2e8f0;
    padding: 20px 40px;
    display: flex;
    gap: 15px;
}

.pv2-btn {
    flex: 1;
    padding: 18px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s;
}

.pv2-btn.call {
    background: #1e293b;
    color: white;
    box-shadow: 0 5px 15px rgba(30, 41, 59, 0.3);
}

.pv2-btn.call:hover {
    background: #0f172a;
    transform: translateY(-2px);
}

.pv2-btn.whatsapp {
    background: #25D366;
    color: white;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.pv2-btn.whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
    .pv2-container {
        margin: 0;
        border-radius: 0;
        height: 100vh;
        max-height: 100vh;
    }

    .pv2-body {
        flex-direction: column;
        overflow-y: auto;
    }

    .pv2-main-col,
    .pv2-sidebar-col {
        overflow: visible;
        max-height: none;
    }

    .pv2-hero {
        height: 220px;
    }

    .pv2-hero-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .pv2-logo {
        width: 80px;
        height: 80px;
    }

    .pv2-header-text h1 {
        font-size: 24px;
    }

    .pv2-list {
        grid-template-columns: 1fr;
    }

    .pv2-footer {
        padding: 15px 20px;
        position: sticky;
        bottom: 0;
        z-index: 100;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    }
}

/* Extracted Block */

/* FAQ Grid Update - 4 Columns */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1200px) {
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    /* Hide 4th item on mobile initially */
    .faq-container-inner:not(.expanded) .faq-grid .faq-item:nth-child(4) {
        display: none;
    }
}

/* --- PREMIUM ADVERTISE BUTTON REDESIGN (OUTLINE STYLE) --- */
.cta-button,
.mobile-header-cta {
    background: rgba(255, 255, 255, 0.1) !important;
    /* Transparent/Glassy */
    backdrop-filter: blur(5px);
    border: 1.5px solid #D90429 !important;
    /* Brand Red Border */
    color: #D90429 !important;
    /* Brand Red Text */
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

/* Hover State - Fill with Gradient */
.cta-button:hover,
.mobile-header-cta:hover {
    background: linear-gradient(135deg, #D90429 0%, #ff2944 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(217, 4, 41, 0.4) !important;
}

/* Shine Effect */
.cta-button::after,
.mobile-header-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
    pointer-events: none;
}

.cta-button:hover::after,
.mobile-header-cta:hover::after {
    left: 100%;
}

/* Mobile Specific Adjustments for Button */
@media (max-width: 991px) {
    .mobile-header-cta {
        padding: 8px 14px !important;
        font-size: 12px !important;
        border-radius: 20px !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px;
        background: white !important;
        /* Better contrast on mobile */
    }

    /* Hide the icon on very small screens if needed, or keep it */
    .mobile-header-cta i {
        font-size: 11px;
    }
}

/* --- WIDE FAQ CONTAINER (FULL WIDTH FIX) --- */
.faq-section .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px;
    /* Reduced from 30 to give slightly more space for cards */
    padding-right: 40px;
    margin: 0;
}

/* Ensure inner container uses space */
.faq-container-inner {
    width: 100%;
    margin: 0 auto;
}

/* --- GLOBAL FAQ CARD REDESIGN (ULTRA PREMIUM - FIXED) --- */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Switched to 2 columns for wider cards */
    gap: 25px;
    /* Increased gap */
}

@media (max-width: 1200px) {
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }

    .faq-question i {
        width: 28px !important;
        height: 28px !important;
        font-size: 11px !important;
    }

    .faq-item {
        min-height: auto !important;
        /* Mobile doesn't need fixed height */
    }
}

.faq-item {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 25px 20px 25px 25px;
    /* Adjusted padding */
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
    /* Ensure uniform square-ish look on desktop */
}

/* Decorative Left Accent - Centered */
.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 4px;
    background: linear-gradient(to bottom, #D90429, #ff5e62);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.faq-item:active {
    transform: scale(0.98);
}

/* Disable old header gradient line for all */
.faq-item::after {
    display: none !important;
}

.faq-question {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    gap: 15px;
    /* Prevent overlap */
}

/* Gem Icon */
.faq-question i {
    background: linear-gradient(135deg, #D90429 0%, #ff2944 100%);
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(217, 4, 41, 0.3);
    flex-shrink: 0;
    /* Important: prevents squeezing */
    transition: transform 0.3s ease;
}

.faq-item:hover .faq-question i {
    transform: rotate(90deg);
}

.faq-answer {
    margin-top: 12px;
}

.faq-answer p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* --- UNIFIED SHOWCASE GRID (SPLIT SCREEN) --- */
.showcase-grid-section {
    padding: 60px 0;
    position: relative;
    z-index: 5;
}

/* Main Unified Container */
.showcase-grid-wrapper {
    display: flex;
    /* Flexbox to merge columns */
    background: #fff;
    border-radius: 30px;
    /* Unified Rounded Corners */
    overflow: hidden;
    /* Merge visual boundaries */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Deep single shadow */
    height: 500px;
    /* Fixed Height */
    max-width: 1200px;
    margin: 0 auto;
}

/* LEFT SIDE: Promo Banner */
.promo-banner-column {
    flex: 0 0 40%;
    /* Fixed 40% Width */
    height: 100%;
    /* Fill height */
    padding: 0;
    /* Reset padding */
}

.promo-banner {
    height: 100%;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centered Content */
    background: radial-gradient(circle at top right, #1e293b 0%, #0f172a 100%);
    /* Dark Theme */
    border-radius: 0;
    /* REMOVE individual radius */
    box-shadow: none;
    /* REMOVE individual shadow */
}

/* Remove decorative blur circle if present acting weirdly */
.promo-banner::before {
    display: none;
}

.promo-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #D90429;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-title {
    font-family: 'Outfit', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.promo-description {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

.promo-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #D90429;
    color: white;
    padding: 18px 36px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(217, 4, 41, 0.3);
}

.promo-cta:hover {
    background: #b90321;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(217, 4, 41, 0.4);
}

/* RIGHT SIDE: Slider */
.main-showcase-slider {
    flex: 0 0 60%;
    /* Fixed 60% Width */
    height: 100%;
    /* Fill height */
    position: relative;
    border-radius: 0;
    /* REMOVE individual radius */
    box-shadow: none;
    /* REMOVE individual shadow */
}

.main-slides-container {
    height: 100%;
    position: relative;
}

.main-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
}

.main-slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-visual {
    width: 100%;
    height: 100%;
}

.slide-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider Info Overlay */
.slide-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

.slide-info h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

.slide-info .info-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.btn-showcase {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #D90429;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 1100px) {
    .showcase-grid-wrapper {
        flex-direction: column;
        height: auto;
        border-radius: 24px;
    }

    .promo-banner-column {
        flex: none;
        width: 100%;
        height: auto;
    }

    .promo-banner {
        padding: 50px 30px;
        border-radius: 24px 24px 0 0;
    }

    .main-showcase-slider {
        flex: none;
        width: 100%;
        height: 400px;
        border-radius: 0 0 24px 24px;
    }
}

/* --- ULTRA-MODERN FOOTER REDESIGN --- */
.site-footer-modern {
    background: #0f172a;
    color: #94a3b8;
    padding: 80px 0 30px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    /* Separation from content */
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

/* Brand Box */
.footer-brand-box p {
    line-height: 1.6;
    margin: 20px 0 30px;
    font-size: 15px;
    max-width: 300px;
}

.footer-logo {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: -1px;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
}

.footer-logo span {
    color: #D90429;
}

/* Social Links */
.social-links-modern {
    display: flex;
    gap: 15px;
}

.social-links-modern a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links-modern a:hover {
    background: #D90429;
    border-color: #D90429;
    transform: translateY(-3px);
}

/* Links Box */
.footer-links-box h4,
.footer-newsletter-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Outfit', sans-serif;
}

.footer-links-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-box ul li {
    margin-bottom: 15px;
}

.footer-links-box ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links-box ul li a:hover {
    color: #D90429;
    transform: translateX(5px);
}

/* Newsletter */
.footer-newsletter-box p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-input-group {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-input-group input {
    background: transparent;
    border: none;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
    outline: none;
}

.footer-input-group button {
    background: #D90429;
    color: #fff;
    border: none;
    width: 45px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.footer-input-group button:hover {
    background: #ff0f3b;
}

/* Separator & Bottom */
.footer-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.footer-legal a:hover {
    color: #fff;
}

/* Responsive Footer */
@media (max-width: 900px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-brand-box p {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* --- MODERN BENTO SHOWCASE GRID --- */
.showcase-grid-section {
    padding: 60px 0;
    position: relative;
    z-index: 5;
    background: #fff;
}

/* Main Grid Container */
.showcase-grid-wrapper {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    /* 3 Columns: Big, Mid, Mid */
    grid-template-rows: 280px 280px;
    /* Two rows fixed height */
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

/* Grid Item Base */
.bento-item {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
}

/* Hover Effect: Pop */
.bento-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Item Specific Layouts */
/* Item 1: Main Feature (Latte Art) - Takes 1st column, spans 2 rows */
.bento-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

/* Item 2: Top Right (Vogue) - Takes col 2 & 3, row 1 */
.bento-wide {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

/* Item 4: Advertise (Clean White Premium) */
.bento-advertise {
    background-color: #ffffff;
    /* Clean White */
    /* Subtle Darker Grid Pattern */
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 100% 100%, rgba(217, 4, 41, 0.1), transparent 60%);
    /* Very subtle red glow */
    background-size: 40px 40px, 40px 40px, 100% 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Soft border definition */
    position: relative;
    overflow: hidden;
}

/* Remove Image (ensure it's gone) */
.bento-advertise .bento-bg {
    display: none !important;
}

/* Remove Overlay */
.bento-advertise .bento-overlay {
    display: none;
}

/* Watermark Logo Styling (Dark on White) */
.bento-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centered, no rotation */
    width: 85%;
    /* Fits nicely within padding */
    height: auto;
    opacity: 0.06;
    /* Slightly more visible since smaller */
    pointer-events: none;
    filter: grayscale(100%);
    z-index: 0;
}

/* Typography on top (Dark Text) */
.bento-advertise .bento-content {
    z-index: 2;
    padding: 30px;
}

.bento-advertise .bento-title {
    color: #0f172a;
    /* Dark Slate Title */
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    text-shadow: none;
}

.bento-advertise .bento-desc {
    color: #64748b;
    /* Slate Grey text */
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    transform: none;
    margin: 0;
    max-width: 90%;
}

.bento-advertise .bento-tag {
    background: #f1f5f9;
    /* Light Grey Tag */
    color: #d90429;
    /* Brand Red Text */
    border: none;
    font-weight: 800;
    z-index: 2;
    box-shadow: none;
}

.bento-advertise:hover .bento-tag {
    background: #d90429;
    color: #fff;
}

/* Additional Decor: Abstract Line (Darker) */
.bento-advertise::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    border-right: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 20px 0 0;
    transition: all 0.5s ease;
}

.bento-advertise:hover::after {
    width: 80px;
    height: 80px;
    border-color: rgba(217, 4, 41, 0.5);
}

/* Solid Clean Button */
.bento-advertise .bento-btn {
    background: #D90429;
    color: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 0 10px 20px rgba(217, 4, 41, 0.15);
    transition: all 0.3s ease;
}

.bento-advertise:hover .bento-btn {
    transform: scale(1.1);
    background: #0f172a;
    /* Dark on hover for contrast */
    color: #fff;
}


/* Item 3 & 4: Bottom Right (Gym & Ad) - Auto placement in remaining slots */
.bento-box {
    /* Natural flow */
}

/* Background Images */
.bento-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.bento-item:hover .bento-bg {
    transform: scale(1.1);
    /* Zoom in on hover */
}

/* Gradient Overlay - Always there but stronger on bottom */
.bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    transition: background 0.4s ease;
}

.bento-item:hover .bento-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

/* Content Positioning */
.bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

/* Floating Tag (Top Left) */
.bento-tag {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 5;
    transition: all 0.3s ease;
}

.bento-item:hover .bento-tag {
    background: #fff;
    color: #000;
}

/* Typography */
.bento-title {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}

/* Different Heading Sizes */
.bento-main .bento-title {
    font-size: 42px;
}

.bento-wide .bento-title {
    font-size: 32px;
}

.bento-box .bento-title {
    font-size: 24px;
}

.bento-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 90%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.1s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Show content on hover */
.bento-item:hover .bento-title {
    transform: translateY(0);
}

.bento-item:hover .bento-desc {
    opacity: 1;
    transform: translateY(0);
}

/* Action Icon */
.bento-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.bento-item:hover .bento-btn {
    opacity: 1;
    transform: scale(1);
}

.bento-main .bento-desc {
    opacity: 0.8;
    /* Main item description always slightly visible */
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
    .showcase-grid-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .bento-main {
        grid-column: 1 / 3;
        height: 350px;
    }

    .bento-wide {
        grid-column: 1 / 3;
        height: 250px;
    }

    .bento-box {
        grid-column: span 1;
        height: 250px;
    }
}

@media (max-width: 600px) {
    .showcase-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bento-main,
    .bento-wide,
    .bento-box {
        grid-column: 1 / 2;
        height: 300px;
    }

    .bento-title {
        font-size: 28px !important;
    }

    .bento-desc {
        opacity: 1;
    }

    .bento-btn {
        opacity: 1;
        transform: scale(1);
    }
}

/* --- END PREMIUM CINEMATIC --- */

/* --- LAPTOP RESPONSIVE FIX (1400px) --- */
@media (max-width: 1400px) {
    .modern-search-box {
        max-width: 560px !important;
        padding: 4px !important;
    }

    .ms-btn {
        padding: 10px 25px !important;
        font-size: 14px !important;
    }

    .hero-footer-slider {
        bottom: 80px !important;
        padding: 5px 0 !important;
    }

    .venue-card-hero {
        width: 140px !important;
        height: 200px !important;
    }

    .vch-content {
        padding: 8px !important;
        bottom: 5px !important;
        left: 5px !important;
        right: 5px !important;
    }

    .vch-title {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }

    .vch-category {
        font-size: 7px !important;
    }

    .vch-star-badge {
        padding: 1px 6px !important;
        font-size: 10px !important;
        top: 5px !important;
        right: 5px !important;
    }

    .modern-hero-content {
        margin-top: -30px !important;
    }

    .modern-hero-title {
        font-size: 38px !important;
    }
}

/* --- MOBILE HERO CARD HEIGHT FIX --- */
@media (max-width: 768px) {
    .venue-card-hero {
        height: 300px !important;
        width: 180px !important;
    }

    .venue-card-hero .vch-bg {
        height: 100% !important;
        object-fit: cover !important;
    }

    /* Adjust content position for taller card */
    .vch-content {
        padding: 15px !important;
        bottom: 0 !important;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%) !important;
    }
}


/* --- STAR SECTION MOBILE SLIDER (Zirvedekiler) --- */
@media (max-width: 768px) {

    /* Main wrapper becomes a vertical flex column on mobile */
    .stars-content-wrap {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding-bottom: 20px !important;
    }

    /* Container - Center the 80vw card with 10vw padding on each side */
    .stars-pane-creative {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 20px !important;
        padding: 20px 10vw 40px 10vw !important;
        grid-template-columns: none !important;
        scrollbar-width: none;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .stars-pane-creative::-webkit-scrollbar {
        display: none;
    }

    /* Hide Original Intro/Stats inside slider on Mobile */
    .intro-card-left,
    .intro-card-right {
        display: none !important;
    }

    /* Business Cards - Only content in slider now */
    .star-card-creative {
        min-width: 80vw !important;
        width: 80vw !important;
        scroll-snap-align: center !important;
        flex-shrink: 0;
        height: 500px !important;
        margin: 0 !important;
        padding-bottom: 0 !important;
        transform: none !important;
        /* Static size */
    }

    /* Hover state reset for mobile */
    .star-card-creative:hover {
        transform: none !important;
        margin-top: 0 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    }

    .star-card-creative:first-of-type,
    .star-card-creative:last-child {
        margin: 0 !important;
    }

    /* FORCE CONTENT VISIBILITY ON MOBILE */
    .star-card-creative .royal-btn {
        height: 45px !important;
        opacity: 1 !important;
        margin-top: 15px !important;
        padding: 0 15px !important;
        display: inline-flex !important;
        visibility: visible !important;
    }

    .star-card-creative .royal-content {
        bottom: 0 !important;
        padding: 25px !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 50%, transparent 100%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .star-card-creative .royal-tags {
        justify-content: center !important;
    }

    .star-card-creative .crown-icon {
        opacity: 1 !important;
        transform: none !important;
        top: 15px !important;
        right: 15px !important;
    }

    /* --- NEW MOBILE SECTIONS STYLING --- */
    .mobile-intro-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px 10px;
    }

    .mobile-intro-header .intro-label {
        color: #D90429;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
        display: block;
    }

    .mobile-intro-header .intro-title {
        font-size: 32px;
        line-height: 1.1;
        color: #1e293b;
        margin-bottom: 15px;
        font-weight: 800;
        font-family: 'Outfit', sans-serif;
    }

    .mobile-intro-header .intro-desc {
        font-size: 15px;
        color: #64748b;
        margin-bottom: 20px;
        max-width: 90%;
        line-height: 1.5;
    }

    .mobile-intro-header .intro-btn {
        background: #1e293b;
        color: #fff;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-stats-footer {
        display: block;
        padding: 10px 20px 40px;
    }

    .mobile-stats-footer .stats-group {
        display: flex;
        justify-content: space-between;
        background: white;
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        gap: 10px;
    }

    .mobile-stats-footer .stat-item {
        text-align: center;
        flex: 1;
    }

    .mobile-stats-footer .stat-item h4 {
        font-size: 24px;
        font-weight: 800;
        color: #1e293b;
        margin: 0 0 5px;
        font-family: 'Outfit', sans-serif;
    }

    .mobile-stats-footer .stat-item h4 span {
        color: #D90429;
    }

    /* --- MOBILE FOOTER OPTIMIZATION --- */
    .site-footer {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
        /* Space for bottom nav */
    }

    .footer-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
        padding: 0 20px 20px !important;
        text-align: center !important;
    }

    .footer-brand h4 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        letter-spacing: -0.5px !important;
    }

    /* Hide the long description on mobile for a cleaner, professional look */
    .footer-brand p {
        display: none !important;
    }

    .footer-col h4 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
        color: #e2e8f0 !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px !important;
    }

    .social-links {
        justify-content: center !important;
        gap: 20px !important;
    }

    .social-links a {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    .footer-contact ul li {
        justify-content: center !important;
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }

    .footer-bottom {
        padding: 20px 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .footer-bottom .container {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }

    .footer-links-bottom {
        justify-content: center !important;
        gap: 20px !important;
    }
}

/* Hide new sections on Desktop */
@media (min-width: 769px) {

    .mobile-intro-header,
    .mobile-stats-footer {
        display: none !important;
    }
}