/* ================================================================
   Horizontal Showcase Ultimate v5.0 — The COMPLETE Design Library
   Restored 31+ Premium Styles + Performance Fixes
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap');

.hs-container {
    position: relative;
    width: 100%;
    font-family: 'Inter', sans-serif;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden !important; 
    contain: paint;
}
.hs-container img, .hs-container a { -webkit-user-drag: none; }

.elementor-widget-horizontal_showcase,
.elementor-widget-horizontal_showcase > .elementor-widget-container {
    height: auto !important;
    align-self: flex-start !important;
}

/* ── İlerleme Çubuğu ──────────── */
.hs-progress-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: rgba(255,255,255,0.08); z-index: 20; pointer-events: none; }
.hs-progress-fill { height: 100%; width: 0%; background: #7c6aff; transition: width 0.1s ease-out; }
.hs-progress-style-glow .hs-progress-fill { box-shadow: 0 0 15px currentColor; }
.hs-progress-style-dashed .hs-progress-fill { background-image: linear-gradient(90deg, currentColor 70%, transparent 70%); background-size: 20px 100%; }
.hs-progress-style-gradient .hs-progress-fill { background: linear-gradient(90deg, #7c6aff, #a78bfa, #f472b6, #7c6aff); background-size: 300% 100%; animation: hsGradientFlow 3s linear infinite; }
@keyframes hsGradientFlow { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

/* ── Sahne ve Yapı ──────────── */
.hs-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 5;
    background: transparent;
    touch-action: pan-y; /* Fixes mobile vertical jitter while swiping horizontally */
    will-change: transform;
}

.hs-track {
    display: flex;
    padding-left: var(--hs-padding-left, 6vw);
    padding-right: var(--hs-padding-right, 6vw);
    gap: 24px;
    will-change: transform;
    cursor: grab;
    perspective: 2000px;
    transform-style: preserve-3d;
}

/* Ensure padding-right works in horizontal overflow */
.hs-track::after {
    content: "";
    flex: 0 0 auto;
    width: var(--hs-padding-right, 6vw);
    height: 1px;
    margin-left: calc(-1 * (var(--hs-gap, 24px)));
    visibility: hidden;
}
.hs-track:active { cursor: grabbing; }

/* ── Navigasyon Okları ──────────── */
.hs-nav-btn {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
    width: var(--hs-nav-btn-w, 60px);
    height: var(--hs-nav-btn-h, 60px);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50% !important;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    padding: 0 !important;
}

.hs-nav-btn:hover { 
    background: rgba(255, 255, 255, 0.2) !important; 
    transform: translateY(-50%) scale(1.1) !important; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.3); 
}

.hs-nav-btn i, 
.hs-nav-btn svg { 
    width: var(--hs-nav-icon-size, 24px) !important; 
    height: var(--hs-nav-icon-size, 24px) !important; 
    font-size: var(--hs-nav-icon-size, 24px) !important; 
    fill: currentColor; 
    stroke: currentColor; 
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
}

.hs-nav-btn svg {
    max-width: 100%;
    max-height: 100%;
}

.hs-hidden { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.hs-nav-prev { left: 40px !important; }
.hs-nav-next { right: 40px !important; }

/* ── Dots Navigasyonu ──────────── */
.hs-dots { 
    position: absolute; 
    bottom: 30px; 
    left: 50%; 
    transform: translateX(-50%); 
    display: none; /* Varsayılan olarak GİZLİ, Elementor açacak */
    justify-content: center; 
    gap: 10px; 
    z-index: 1000; 
}
.hs-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(255, 255, 255, 0.1); }
.hs-dot.is-active { background: #7c6aff; transform: scale(1.4); box-shadow: 0 0 10px rgba(124, 106, 255, 0.5); }

/* ── Kart Ana Yapı ──────────── */
.hs-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    will-change: transform, opacity;
    flex-shrink: 0;
    width: 380px;
    border-radius: 20px;
    overflow: hidden;
    background: #111214;
    border: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    position: relative;
    transform-style: preserve-3d;
}

/* Görsel & Overlay (Object-Fit FIX) */
.hs-img-wrap { width: 100%; height: 260px; overflow: hidden; position: relative; z-index: 1; }
.hs-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(.2,.8,.4,1); display: block; }
.hs-img-wrap::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background-color: transparent; transition: background-color 0.3s ease; }
.hs-item:hover .hs-img-wrap img { transform: scale(1.08); }

/* Bilgi Alanı */
.hs-info { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; position: relative; z-index: 5; }
.hs-category { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #7c6aff; background: rgba(124,106,255,0.1); padding: 3px 10px; border-radius: 40px; width: fit-content; }
.hs-date { font-size: 0.78rem; color: rgba(255,255,255,0.4); font-weight: 400; }
.hs-info h3 { margin: 4px 0 0; font-size: 1.25rem; font-weight: 700; color: #fff; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.hs-info h3 a { color: inherit; text-decoration: none; transition: color 0.2s; }
.hs-info h3 a:hover { color: #a78bfa; }
.hs-info p { margin: 0; font-size: 0.9rem; line-height: 1.65; color: rgba(255,255,255,0.55); font-weight: 300; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.hs-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; padding: 8px 18px; font-size: 0.82rem; font-weight: 600; color: #fff; background: rgba(124,106,255,0.15); border: 1px solid rgba(124,106,255,0.4); border-radius: 40px; text-decoration: none; width: fit-content; transition: all 0.25s ease; }
.hs-btn:hover { background: rgba(124,106,255,0.35); border-color: #7c6aff; color: #fff; transform: translateX(3px); }

/* Sonuç bulunamadı */
.hs-nothing-found { display: flex; align-items: center; justify-content: center; min-width: 300px; padding: 60px 40px; border: 1px dashed rgba(255,255,255,0.15); border-radius: 20px; color: rgba(255,255,255,0.4); font-size: 1rem; text-align: center; }

/* ═══════════════════════════════════════════════════
   🃏 HAZIR KART TASARIM MODELLERİ (TÜM STİLLER AKTİF)
   ═══════════════════════════════════════════════════ */

/* 1. Modern Glass (Cam) */
.hs-style-modern-glass .hs-item { background: rgba(255, 255, 255, 0.05) !important; backdrop-filter: blur(15px) !important; -webkit-backdrop-filter: blur(15px) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; }

/* 2. Neon Glow (Parlayan) */
.hs-style-neon-glow .hs-item { background: #050505 !important; border: 1px solid #7c6aff !important; box-shadow: 0 0 20px rgba(124, 106, 255, 0.3) !important; }

/* 3. Minimalist White */
.hs-style-minimal-white .hs-item { background: #ffffff !important; border: 1px solid #eeeeee !important; }
.hs-style-minimal-white .hs-info h3, .hs-style-minimal-white .hs-info p { color: #111 !important; }

/* 4. Floating 3D */
.hs-style-floating-3d .hs-item { box-shadow: 0 30px 60px rgba(0,0,0,0.4) !important; }

/* 5. Cinematic Overlay */
.hs-style-cinematic-overlay .hs-item { overflow: hidden !important; }
.hs-style-cinematic-overlay .hs-img-wrap { height: 100% !important; position: absolute !important; inset: 0 !important; z-index: 1; }
.hs-style-cinematic-overlay .hs-info { position: absolute !important; bottom: 0 !important; left: 0 !important; width: 100% !important; padding: 40px 24px !important; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, transparent 100%) !important; z-index: 5 !important; }

/* 6. Luxury Dark (Premium) */
.hs-style-luxury-dark .hs-item { border: 1px solid rgba(255,215,0,0.1) !important; background: linear-gradient(145deg, #1a1b1e, #0a0b0d) !important;}

/* 7. Retro Bold */
.hs-style-retro-bold .hs-item { border: 3px solid #000 !important; border-radius: 0 !important; box-shadow: 8px 8px 0 #000 !important; }

/* 8. Prismatic Edge (Gradient) */
.hs-style-gradient-edge .hs-item { background: #111 !important; position: relative; padding: 1px !important; }
.hs-style-gradient-edge .hs-item::before { content: ""; position: absolute; inset: -2px; background: linear-gradient(45deg, #7c6aff, #ff00c8, #7c6aff); z-index: -1; border-radius: inherit; opacity: 0.8; }

/* 9. Clean Borderless */
.hs-style-clean-borderless .hs-item { background: transparent !important; border: none !important; box-shadow: none !important; }

/* 10. Deep Velvet */
.hs-style-velvet-deep .hs-item { background: linear-gradient(135deg, #1a0b2e 0%, #09050f 100%) !important; border-color: rgba(147, 51, 234, 0.2) !important; }

/* 11. Google Material (Flat) */
.hs-style-material-flat .hs-item { background: #fff !important; border: none !important; border-radius: 12px !important; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important; }
.hs-style-material-flat .hs-info h3, .hs-style-material-flat .hs-info p { color: #333 !important; }

/* 12. Soft Neumorphism */
.hs-style-neumorphism .hs-item { background: #e0e5ec !important; border: none !important; box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5) !important; }
.hs-style-neumorphism .hs-info h3, .hs-style-neumorphism .hs-info p { color: #4d5b6b !important; }

/* 13. Tech Wireframe */
.hs-style-wireframe .hs-item { background: transparent !important; border: 1px dashed #7c6aff !important; box-shadow: none !important; }
.hs-style-wireframe .hs-info h3 { font-family: monospace !important; color: #7c6aff !important; }

/* 14. Holographic Foil */
.hs-style-holographic .hs-item { background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0)) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; border: 1px solid rgba(255,255,255,0.18) !important; box-shadow: inset 0 0 20px rgba(255,255,255,0.1), 0 8px 32px rgba(31, 38, 135, 0.2) !important; }
.hs-style-holographic .hs-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 20%, rgba(255,255,255,0.3) 40%, rgba(255,0,200,0.15) 50%, rgba(0,200,255,0.15) 60%, transparent 80%); z-index: 2; pointer-events: none; mix-blend-mode: color-dodge; opacity: 0.6; }

/* 15. Claymorphism 3D */
.hs-style-claymorphism .hs-item { background: #f0f4f8 !important; border-radius: 24px !important; box-shadow: inset -8px -8px 16px rgba(0,0,0,0.05), inset 8px 8px 16px rgba(255,255,255,0.8), 8px 16px 20px rgba(0,0,0,0.1) !important; border: none !important; }
.hs-style-claymorphism .hs-info h3, .hs-style-claymorphism .hs-info p { color: #222 !important; }

/* 16. Pure Monochrome */
.hs-style-monochrome .hs-item { background: #000 !important; border: 1px solid #333 !important; filter: grayscale(100%); transition: filter 0.4s ease; }
.hs-style-monochrome .hs-item:hover { filter: grayscale(0%); }

/* 17. Eco Nature Matte */
.hs-style-eco-green .hs-item { background: #2d3a2e !important; border: 1px solid #4a5d4c !important; }
.hs-style-eco-green .hs-info h3, .hs-style-eco-green .hs-info p { color: #e8efe9 !important; }

/* 18. Arc Gallery 3D */
.hs-style-arc-gallery-3d .hs-item { background: #050505 !important; border-radius: 24px !important; border: 1px solid rgba(255,255,255,0.08) !important; box-shadow: inset 0 0 60px rgba(255,255,255,0.02), 0 30px 60px rgba(0,0,0,0.9) !important; transform-style: preserve-3d !important; perspective: 1500px; }
.hs-style-arc-gallery-3d .hs-img-wrap { transform: translateZ(30px) scale(0.95); border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.6); transition: transform 0.4s ease; z-index: 1; }
.hs-style-arc-gallery-3d .hs-item:hover .hs-img-wrap { transform: translateZ(50px) scale(1); }
.hs-style-arc-gallery-3d .hs-info { transform: translateZ(40px); z-index: 5; }
.hs-style-arc-gallery-3d .hs-info h3, .hs-style-arc-gallery-3d .hs-info p { color: #fff !important; }

/* 19. 3D Portrait Frame */
.hs-style-3d-portrait-frame .hs-item { aspect-ratio: 3/4 !important; background: #fff !important; padding: 14px !important; border-radius: 20px !important; box-shadow: 0 30px 60px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.05) !important; height: auto !important; display: flex !important; flex-direction: column !important; border: none !important; }
.hs-style-3d-portrait-frame .hs-img-wrap { height: 70% !important; flex-shrink: 0 !important; border-radius: 12px !important; margin: 0 !important; overflow: hidden !important; z-index: 1; }
.hs-style-3d-portrait-frame .hs-info { height: 30% !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; text-align: center !important; padding: 16px 0 0 0 !important; z-index: 5; }
.hs-style-3d-portrait-frame .hs-info h3 { color: #111 !important; }
.hs-style-3d-portrait-frame .hs-info p { color: #666 !important; }

/* 20. 3D Curved Carousel Modülü */
.hs-style-3d-curved-carousel .hs-item { aspect-ratio: 2/3 !important; border-radius: 20px !important; overflow: hidden !important; border: 1px solid rgba(255,255,255,0.05) !important; background: transparent !important; padding: 0 !important; height: auto !important; display: flex !important; flex-direction: column !important; box-shadow: 0 20px 50px rgba(0,0,0,0.5) !important; }
.hs-style-3d-curved-carousel .hs-img-wrap { width: 100% !important; height: 100% !important; margin: 0 !important; border-radius: 20px !important; position: absolute !important; top: 0 !important; left: 0 !important; z-index: 1; }
.hs-style-3d-curved-carousel .hs-info { position: absolute !important; bottom: 0 !important; left: 0 !important; width: 100% !important; padding: 24px !important; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent) !important; z-index: 5 !important; display: flex !important; flex-direction: column !important; justify-content: flex-end !important; }

/* 21. Infinite Gallery PRO */
.hs-style-infinite-gallery-pro .hs-item { aspect-ratio: 3/4 !important; border-radius: 10px !important; overflow: hidden !important; border: none !important; padding: 0 !important; background: transparent !important; box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important; }
.hs-style-infinite-gallery-pro .hs-img-wrap { width: 100% !important; height: 100% !important; margin: 0 !important; position: absolute !important; z-index: 1; }
.hs-style-infinite-gallery-pro .hs-info { position: absolute !important; bottom: 0 !important; width: 100% !important; padding: 24px !important; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%) !important; z-index: 5 !important; }

/* ═══════════════════════════════════════════════════
   🔴 FULL OVERLAY VARYASYONLARI (FO MODELLERİ)
   ═══════════════════════════════════════════════════ */

[class*="hs-style-fo-"] .hs-item, .hs-style-full-overlay .hs-item { display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; position: relative !important; overflow: hidden !important; padding: 0 !important; }
[class*="hs-style-fo-"] .hs-img-wrap, .hs-style-full-overlay .hs-img-wrap { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 1 !important; }
[class*="hs-style-fo-"] .hs-info, .hs-style-full-overlay .hs-info { position: relative !important; width: 100% !important; height: 100% !important; z-index: 5 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center !important; padding: 30px !important; }

/* FO Klasik ve Varyasyonlar */
.hs-style-full-overlay .hs-info { background: rgba(0,0,0,0.6) !important; }
.hs-style-fo-vibrant .hs-info { background: linear-gradient(135deg, rgba(124,106,255,0.8) 0%, rgba(255,0,200,0.4) 100%) !important; }
.hs-style-fo-frosted .hs-info { background: rgba(255,255,255,0.1) !important; backdrop-filter: blur(10px) !important; }
.hs-style-fo-minimal .hs-info { background: transparent !important; }
.hs-style-fo-minimal .hs-info::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,0.2); background: rgba(0,0,0,0.4); z-index: -1; }
.hs-style-fo-slide-up .hs-info { background: rgba(0,0,0,0.8) !important; transform: translateY(100%); transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
.hs-style-fo-slide-up .hs-item:hover .hs-info { transform: translateY(0); }
.hs-style-fo-split .hs-info { background: linear-gradient(to right, rgba(0,0,0,0.9) 50%, transparent 100%); align-items: flex-start; text-align: left; }
.hs-style-fo-neon-edge .hs-info { box-shadow: inset 0 0 50px rgba(124,106,255,0.6); background: rgba(0,0,0,0.3); }
.hs-style-fo-zoom .hs-item:hover .hs-img-wrap img { transform: scale(1.3); }
.hs-style-fo-zoom .hs-info { background: rgba(0,0,0,0.4); }
.hs-style-fo-dark-blur .hs-info { background: rgba(0,0,0,0.3) !important; backdrop-filter: blur(6px) !important; }
.hs-style-fo-luxury-gold .hs-info { background: linear-gradient(45deg, rgba(20,15,5,0.9) 0%, rgba(50,40,15,0.6) 100%) !important; border: 1px solid rgba(255,215,0,0.2) !important; }
.hs-style-fo-glass-card .hs-info { position: absolute !important; inset: 20px !important; background: rgba(255,255,255,0.05) !important; backdrop-filter: blur(20px) !important; border-radius: 20px !important; border: 1px solid rgba(255,255,255,0.15) !important; width: auto !important; height: auto !important; }
.hs-style-fo-glitch .hs-info { background: rgba(10,10,15,0.85) !important; }
.hs-style-fo-elegant-serif .hs-info { background: rgba(0,0,0,0.5) !important; }
.hs-style-fo-elegant-serif .hs-info h3 { font-family: "Playfair Display", serif !important; font-style: italic !important; font-weight: 400 !important; font-size: 2rem !important; }
.hs-style-fo-duotone .hs-img-wrap img { filter: sepia(100%) hue-rotate(280deg) saturate(300%) contrast(120%) !important; }
.hs-style-fo-neon-border .hs-info { background: rgba(0,0,0,0.5) !important; }
.hs-style-fo-modern-portfolio .hs-item { border-radius: 16px !important; border: none !important; }
.hs-style-fo-modern-portfolio .hs-info { justify-content: flex-end !important; align-items: flex-start !important; text-align: left !important; padding: 30px 24px !important; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%) !important; }

/* ═══════════════════════════════════════════════════
   VİDEO KARTLARI (ELITE UX REFACTOR)
   ═══════════════════════════════════════════════════ */
.hs-video-card { 
    position: relative; 
    height: 520px; 
    border-radius: 20px; 
    overflow: hidden; 
    background: #020617; 
    cursor: pointer; 
    flex-shrink: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hs-video-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 20px rgba(255,0,0,0.1);
}

.hs-video-media { 
    position: absolute; 
    inset: 0; 
    z-index: 1; 
    overflow: hidden; 
}

.hs-video-media img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
    pointer-events: none; 
}

.hs-video-card:hover .hs-video-media img { 
    transform: scale(1.15); 
}

.hs-video-overlay { 
    position: absolute; 
    inset: 0; 
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.4) 100%); 
    z-index: 10; 
    transition: opacity 0.4s ease; 
    pointer-events: none; 
}

.hs-video-card:hover .hs-video-overlay { 
    opacity: 0.85; 
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(124,106,255,0.1) 50%, rgba(0,0,0,0.5) 100%);
}

.hs-video-card {
    height: 480px !important;
    background: #000;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.08);
}

.hs-video-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hs-video-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hs-video-card:hover .hs-video-media img {
    transform: scale(1.12);
}

.hs-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.9) 100%);
    z-index: 2;
    opacity: 0.85;
    transition: opacity 0.5s ease;
}

.hs-video-card:hover .hs-video-overlay {
    opacity: 1;
}

.hs-video-info { 
    position: absolute; 
    bottom: 0;
    left: 0; 
    right: 0; 
    z-index: 10; 
    color: #fff; 
    pointer-events: none; 
    padding: 30px;
    display: flex;
    flex-direction: column-reverse; /* Category above title */
    gap: 8px;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hs-video-title { 
    font-size: 24px; 
    font-weight: 800; 
    margin: 0; 
    line-height: 1.25;
    text-shadow: 0 4px 15px rgba(0,0,0,0.6); 
}

.hs-video-cat { 
    font-size: 11px; 
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #7c6aff;
    margin: 0;
    background: rgba(124,106,255,0.15);
    padding: 4px 12px;
    border-radius: 40px;
    width: fit-content;
    backdrop-filter: blur(5px);
}

.hs-play-btn { 
    position: absolute; 
    top: var(--hs-play-top, 50%); 
    left: var(--hs-play-left, 50%); 
    bottom: var(--hs-play-bottom, auto);
    right: var(--hs-play-right, auto);
    /* Robust centering logic: default is -50%, overridden when px values are provided */
    --hs-play-shift-x: -50%;
    --hs-play-shift-y: -50%;
    transform: translate(var(--hs-play-shift-x), var(--hs-play-shift-y)) scale(var(--hs-play-scale, 0.9));
    
    z-index: 20; 
    width: 80px; 
    height: 80px; 
    background: rgba(255,255,255,0.1); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #fff; 
    cursor: pointer; 
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0;
    margin: 0;
    line-height: 1;
}

.hs-video-card:hover .hs-play-btn { 
    background: #ff0000; 
    border-color: #ff0000; 
    transform: translate(var(--hs-play-shift-x), var(--hs-play-shift-y)) scale(1.1); 
    box-shadow: 0 0 50px rgba(255,0,0,0.5); 
    --hs-play-scale: 1.1;
}

.hs-play-btn i,
.hs-play-btn svg { 
    display: flex !important;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}

.hs-play-btn svg {
    margin-left: 3px; /* Visual balance for triangle shape */
}

.hs-shorts-badge { 
    position: absolute; 
    top: 25px; 
    right: 25px; 
    z-index: 30; 
    background: #ff0000; 
    color: #fff; 
    padding: 6px 14px; 
    border-radius: 8px; 
    font-size: 11px; 
    font-weight: 900; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    letter-spacing: 0.1em;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Modal Elite UX */
.hs-video-modal { 
    position: fixed; 
    inset: 0; 
    background: rgba(2, 6, 23, 0.98); 
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);
    z-index: 999999; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 20px;
}
.hs-video-modal.is-open { display: flex; opacity: 1; }

.hs-modal-content { 
    width: 100%; 
    max-width: 1200px; 
    aspect-ratio: 16/9;
    background: #000; 
    border-radius: 24px; 
    position: relative; 
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0,0,0,0.9);
    border: 1px solid rgba(255,255,255,0.1);
    transform: scale(0.9);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hs-video-modal.is-open .hs-modal-content { transform: scale(1); }

.hs-video-modal.is-shorts .hs-modal-content { 
    max-width: 450px; 
    aspect-ratio: 9/16; 
}

.hs-modal-close { 
    position: absolute; 
    top: 30px; 
    right: 30px; 
    z-index: 1000; 
    width: 56px; 
    height: 56px; 
    background: rgba(255,255,255,0.05); 
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%; 
    color: #fff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    padding: 0;
    outline: none !important;
}
.hs-modal-close:hover { background: #ef4444; border-color: #ef4444; transform: rotate(90deg) scale(1.1); }

.hs-modal-nav-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    pointer-events: none;
    z-index: 500;
}

.hs-modal-nav {
    pointer-events: auto;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    color: #fff;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none;
}

.hs-modal-nav i,
.hs-modal-nav svg {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-modal-nav:hover {
    background: #7c6aff;
    border-color: #7c6aff;
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(124, 106, 255, 0.4);
}

.hs-hover-preview-iframe {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    filter: brightness(1.1);
}

/* ── RESPONSIVE DÜZELTMELER ── */
@media (max-width: 1024px) {
    .hs-modal-content { max-width: 90%; }
}

@media (max-width: 768px) {
    .hs-video-card { height: 420px; }
    .hs-video-title { font-size: 18px; }
    .hs-play-btn { width: 56px; height: 56px; }
    .hs-play-btn svg { width: 20px; height: 20px; }
    .hs-modal-nav-container { display: none; }
    .hs-modal-close { top: 15px; right: 15px; width: 44px; height: 44px; }
}

/* ── RESPONSIVE MOBİL OPTİMİZASYONLARI ── */
@media (max-width: 768px) {
    .hs-container {
        overflow: visible !important; /* Kapsayıcı kilidini aç */
        contain: none !important;
        -webkit-user-select: auto !important;
        user-select: auto !important;
    }

    .hs-sticky {
        position: relative !important;
        height: auto !important;
        min-height: auto !important;
        width: 100vw !important; /* Ekran genişliğine yay */
        margin-left: calc(-50vw + 50%) !important; /* Elementor container dışına taşır (full width) */
        margin-right: calc(-50vw + 50%) !important;
        overflow-x: auto !important; /* Kaydırmayı zorla */
        overflow-y: hidden !important;
        display: block !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x pan-y !important;
        padding: 20px 0 !important;
    }

    .hs-track { 
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* Kartları yan yana tut */
        padding-left: 20px !important; 
        padding-right: 20px !important; 
        gap: 16px !important; 
        width: max-content !important;
        cursor: default !important;
        transform: none !important;
        perspective: none !important;
    }

    .hs-item { 
        width: 280px !important; 
        flex-shrink: 0 !important; /* Kartların küçülmesini engelle */
        border-radius: 16px !important; 
        transform: none !important;
        opacity: 1 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    /* Gizle: Mobilde gereksiz olanlar */
    .hs-progress-bar,
    .hs-nav-btn {
        display: none !important;
    }

    .hs-video-card { height: 400px !important; }
}