/* ============================================
   MOBILOKULUM - PREMIUM DOWNLOAD MOBILE 2.5
   Premium Glassmorphism Dark Theme & Slider Fix
   ============================================ */

@media (max-width: 992px) {

    /* Masaüstü Overlay İptali */
    .download-hero::before {
        display: none !important;
    }

    .download-hero {
        padding: 80px 0 40px !important;
        background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
            #0f172a !important;
        position: relative;
        overflow: hidden !important;
    }

    .download-header {
        text-align: center;
        padding: 0 20px;
        z-index: 2;
        position: relative;
    }

    .download-header h1 {
        font-size: 2.2rem !important;
        font-weight: 800 !important;
        color: white !important;
        letter-spacing: -1px !important;
        line-height: 1.1 !important;
    }

    /* SLIDER - PERFECT CENTERING */
    .app-ui-showcase {
        margin: 20px 0 !important;
        padding: 0 !important;
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        overflow: visible !important;
    }

    .showcase-container {
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        display: block !important;
    }

    .showcase-container::-webkit-scrollbar {
        display: none;
    }

    .screens-wrapper {
        display: flex !important;
        /* İlk ve son telefonu merkezlemek için kritik padding */
        padding: 20px calc(50% - 130px) 60px !important;
        gap: 30px !important;
        width: max-content !important;
    }

    .phone-screen-container {
        flex: 0 0 260px !important;
        width: 260px !important;
        scroll-snap-align: center;
        background: #000 !important;
        border: 10px solid #1e293b !important;
        border-radius: 46px !important;
        position: relative;
        overflow: hidden !important;
        aspect-ratio: 9 / 19.5;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) !important;
        transform: scale(0.85);
        opacity: 0.4;
    }

    .phone-screen-container.active-mobile {
        transform: scale(1.05) !important;
        opacity: 1 !important;
        border-color: #3b82f6 !important;
        box-shadow: 0 30px 60px rgba(37, 99, 235, 0.2) !important;
    }

    .phone-screen-container img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .dynamic-island {
        display: block !important;
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 65px;
        height: 20px;
        background: #000;
        border-radius: 20px;
        z-index: 20;
    }

    .mobile-caption {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, transparent 100%) !important;
        padding: 40px 15px 15px !important;
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        color: white !important;
    }

    /* Order kaldırıldı - DOM sırasına göre dizilecek (Sonsuz döngü için gerekli) */
    .screen-1,
    .screen-2,
    .screen-3,
    .screen-4,
    .screen-5 {
        order: unset !important;
    }

    /* Indicators */
    .scroll-indicator-wrapper {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: -15px;
        margin-bottom: 20px;
    }

    .scroll-dot {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .scroll-dot.active {
        width: 24px;
        background: #3b82f6;
        border-radius: 4px;
    }

    /* Info Panels - Final Glass Style */
    .info-panels {
        padding: 0 20px !important;
        margin-top: 30px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .info-card {
        background: rgba(30, 41, 59, 0.4) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-radius: 24px !important;
        padding: 24px !important;
    }

    .info-card h3 {
        font-size: 1.2rem !important;
        color: white !important;
        margin-bottom: 10px !important;
        font-weight: 700 !important;
    }

    .info-card p {
        font-size: 0.95rem !important;
        color: #94a3b8 !important;
        line-height: 1.5 !important;
    }
}