/* ==========================================================================
   MODÜL: hizmetler-dikey-kartlar-galeri
   (Dikey Kartlar Hizmet & Proje Vitrini - Kesintisiz Sonsuz Kayar Motor)
   ========================================================================== */

.moov-vertical-showcase-section {
    background-color: var(--vcard-bg, #ffffff);
    padding-top: var(--vcard-pt, 0px);
    padding-bottom: var(--vcard-pb, 0px);
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.moov-vertical-showcase-section * {
    box-sizing: border-box;
}

/* Opsiyonel Başlık Alanı */
.moov-vcard-header {
    margin-bottom: 35px;
}

.moov-vcard-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--vcard-accent, #3b82f6);
    margin-bottom: 8px;
}

.moov-vcard-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin: 0;
}

/* Vitrin Ana Sarmalayıcı */
.moov-vcard-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

.moov-vcard-viewport.is-dragging {
    cursor: grabbing;
}

/* Kayar Track (Flex Şerit) */
.moov-vcard-track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.moov-vcard-track.no-transition {
    transition: none !important;
}

/* Tekil Dikey Kart Kolonu (Masaüstü: 5 Kolon) */
.moov-vcard-item {
    flex: 0 0 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    height: var(--vcard-height, 580px);
    position: relative;
    overflow: hidden;
    background: #0f172a;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.3s ease;
}

/* Arka Plan Görseli */
.moov-vcard-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

/* Degrade Karartma Katmanı */
.moov-vcard-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.35) 45%, rgba(15, 23, 42, 0.92) 100%);
    transition: background 0.35s ease;
    pointer-events: none;
}

.moov-vcard-item:hover .moov-vcard-overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.5) 40%, rgba(15, 23, 42, 0.97) 100%);
}

/* Kart İçeriği (Alt Kısım) */
.moov-vcard-content {
    position: relative;
    z-index: 3;
    padding: 34px 26px;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.moov-vcard-category {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
    display: block;
}

.moov-vcard-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff !important;
    line-height: 1.25;
    margin: 0 0 12px 0;
    letter-spacing: -0.015em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Aksiyon Butonu / İncele Linki */
.moov-vcard-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.9;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.moov-vcard-btn-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    backdrop-filter: blur(4px);
    transition: background 0.25s ease, transform 0.25s ease;
}

.moov-vcard-item:hover .moov-vcard-action {
    opacity: 1;
}

.moov-vcard-item:hover .moov-vcard-btn-icon {
    background: #ffffff;
    color: #0f172a;
    transform: translate(2px, -2px);
}

/* Gezinme Butonları (Nav Controls) */
.moov-vcard-controls-wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 30;
    pointer-events: auto;
}

.moov-vcard-btn {
    width: 44px;
    height: 44px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
    outline: none !important;
}

.moov-vcard-btn:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #ffffff;
    transform: scale(1.08);
}

.moov-vcard-btn:active {
    transform: scale(0.95);
}

.moov-vcard-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ==========================================================================
   RESPONSIVE UYUMLULUK
   ========================================================================== */

/* Laptop / Orta Boy Ekran (4 Kolon) */
@media (max-width: 1399px) {
    .moov-vcard-item {
        flex: 0 0 25%;
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }
}

/* Tablet Ekran (3 Kolon) */
@media (max-width: 1099px) {
    .moov-vcard-item {
        flex: 0 0 33.333%;
        width: 33.333%;
        min-width: 33.333%;
        max-width: 33.333%;
    }
    .moov-vcard-title {
        font-size: 21px;
    }
    .moov-vcard-content {
        padding: 28px 20px;
    }
}

/* Küçük Tablet (2 Kolon) */
@media (max-width: 860px) {
    .moov-vcard-item {
        flex: 0 0 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
}

/* Mobil Cihazlar (Tam Genişlik 100% Temiz Kart & Altta Yan Yana Oklar) */
@media (max-width: 767px) {
    .moov-vcard-item {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 480px;
        border-right: none;
    }
    .moov-vcard-content {
        padding: 26px 20px;
    }
    .moov-vcard-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    /* Mobilde ok butonlarını sağ alt köşeye yatay yan yana yerleştir */
    .moov-vcard-controls-wrap {
        top: auto;
        bottom: 22px;
        right: 18px;
        transform: none;
        flex-direction: row;
        gap: 8px;
    }
    .moov-vcard-btn {
        width: 40px;
        height: 40px;
        font-size: 13px;
        background: rgba(15, 23, 42, 0.9);
    }
    .moov-vcard-btn svg {
        width: 14px;
        height: 14px;
    }
}