/* ==========================================================================
   BILGI MERKEZI V2 - COMPACT & ULTRA PREMIUM DARK STYLE
   ========================================================================== */

   .info-cta-section-v2 {
    background-color: #050505;
    padding: 80px 0; /* Boşluklar optimize edildi, dikey yer kaplamaz */
    position: relative;
    overflow: hidden;
}

/* Arka Plan Teknolojik Çizgileri */
.v2-grid-mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.003) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.003) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 1;
}

/* Sol ve Sağ Köşelerdeki Çok Hafif Neon Sarı Parlamalar */
.v2-glow-left {
    position: absolute;
    top: 20%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(230, 255, 0, 0.03) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(100px);
}

.v2-glow-right {
    position: absolute;
    bottom: 10%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(230, 255, 0, 0.03) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(100px);
}

.v2-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* Header */
.v2-header {
    text-align: center;
    margin-bottom: 50px;
}

.v2-badge {
    display: inline-block;
    background: rgba(230, 255, 0, 0.05);
    border: 1px solid rgba(230, 255, 0, 0.15);
    color: #e6ff00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.v2-header h2 {
    font-family: 'Syncopate', sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.v2-header p {
    color: #888888;
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Jenga Akışı: Grid Yerine Esnek Satır Yapısı */
.v2-jenga-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Kartlar arası boşluk daraltıldı */
}

.v2-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.v2-row-spacer {
    flex: 1;
}

/* Ultra Kompakt İnce Yatay Kart Tasarımı */
.v2-card {
    flex: 1.2; /* Kartın satır içindeki ağırlığı */
    position: relative;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.v2-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px; /* Dikey padding azaltıldı, genişlik dengelendi */
    position: relative;
    z-index: 2;
}

.v2-card-icon {
    font-size: 26px;
    margin-right: 18px;
    display: flex;
    align-items: center;
}

.v2-card-info {
    flex-grow: 1;
}

.v2-card-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 3px 0;
}

.v2-card-info p {
    font-size: 13px;
    color: #777777;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Tıkla Görüntüle Butonu */
.v2-arrow-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    color: #555555;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 14px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
}

.v2-arrow-btn i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

/* Hover Animasyonları (Apple & Tesla Hissi) */
.v2-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(230, 255, 0, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.v2-card:hover .v2-card-info p {
    color: #aaaaaa;
}

.v2-card:hover .v2-arrow-btn {
    color: #000000;
    background-color: #e6ff00;
    border-color: transparent;
    box-shadow: 0 0 15px rgba(230, 255, 0, 0.3);
}

.v2-card:hover .v2-arrow-btn i {
    transform: translateX(2px);
}

/* Jenga Kenar Çizgisi Detayı */
.card-left {
    border-left: 2px solid rgba(230, 255, 0, 0.4);
}

.card-right {
    border-right: 2px solid rgba(230, 255, 0, 0.4);
}

/* Hoverda Yavaşça Parlayan Gizli Kenarlık */
.card-glow-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    box-shadow: inset 0 0 15px rgba(230, 255, 0, 0.05);
}

.v2-card:hover .card-glow-border {
    opacity: 1;
}

/* Minimalist Ana Buton */
.v2-footer-action {
    text-align: center;
    margin-top: 45px;
}

.v2-premium-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #e6ff00;
    color: #000000;
    padding: 15px 38px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 8px 25px rgba(230, 255, 0, 0.15);
}

.v2-premium-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(230, 255, 0, 0.35);
}

/* Scroll İle Belirme Animasyonu */
.fade-in-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   RESPONSIVE (MOBIL UYUMLULUK)
   ========================================================================== */

@media (max-width: 991px) {
    .v2-card {
        flex: 2; /* Küçük ekranlarda kartlar alanı daha çok kaplar */
    }
}

@media (max-width: 768px) {
    .info-cta-section-v2 {
        padding: 60px 0;
    }

    .v2-header h2 {
        font-size: 26px;
    }

    .v2-header p {
        font-size: 14px;
    }

    /* Mobilde Asimetrik Jenga Yapısı Tek Sütuna Evrilir */
    .v2-row {
        flex-direction: column;
    }

    .v2-row-spacer {
        display: none; /* Spacer alanlarını mobilde gizle */
    }

    .v2-card {
        width: 100%;
        border-left: none !important;
        border-right: none !important;
        border-top: 2px solid rgba(230, 255, 0, 0.4); /* Mobilde tepede çizgi */
    }

    .v2-card-body {
        padding: 15px 18px;
    }

    .v2-card-icon {
        font-size: 22px;
        margin-right: 12px;
    }

    .v2-card-info h3 {
        font-size: 15px;
    }

    .v2-card-info p {
        font-size: 12px;
    }

    .v2-arrow-btn {
        padding: 6px 10px;
        font-size: 10px;
    }

    .v2-premium-btn {
        width: 100%; /* Kolay tıklama için mobilde tam genişlik */
        justify-content: center;
        padding: 14px 24px;
    }
}