/* Slider Genel Kapsayıcı */
.hero-slider-section {
    width: 100%;
    background-color: #000;
    position: relative;
}

.heroSwiper {
    width: 100%;
    height: 700px; /* Masaüstü standart yükseklik */
}

/* Arka Plan Resimleri */
.slide-bg-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Masaüstü Çapraz Siyah Kesim Efekti */
.slide-overlay-shape {
    position: absolute;
    top: 0; left: 0; width: 60%; height: 100%;
    background-color: rgba(18, 18, 18, 0.95);
    /* Sağ tarafı çapraz kesen o muazzam özellik kankacım */
    clip-path: polygon(0 0, 80% 0, 55% 100%, 0% 100%);
    z-index: 2;
}

/* Resmi hafif karartma ki yazılar okunsun */
.slide-overlay-gradient {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    z-index: 1;
}

/* 1600px İçerik Sınırı */
.slide-container {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

/* İçerik Düzeni (Masaüstü: Alt alta sıralı) */
.slide-content {
    display: flex;
    flex-direction: column;
    max-width: 650px;
}

/* Metinler */
.slide-text-area { order: 1; margin-bottom: 40px; }

.pre-title {
    color: var(--yellow); font-size: 14px; font-weight: 600;
    display: flex; align-items: center; gap: 10px; margin-bottom: 15px; letter-spacing: 1px;
}
.pre-title .line { width: 30px; height: 2px; background-color: var(--yellow); }

.main-title {
    color: #fff; font-size: 52px; font-weight: 800; line-height: 1.1; margin-bottom: 20px;
    font-style: italic; /* Tasarımdaki eğikliği verir */
}

.description {
    color: #ddd; font-size: 16px; line-height: 1.6; font-weight: 400;
}

/* Özellikler (İkonlu Kısımlar) */
.slide-features {
    order: 2; display: flex; align-items: center; gap: 20px; margin-bottom: 40px;
}

.feature-item {
    display: flex; align-items: center; gap: 12px;
}

.feature-item i { font-size: 24px; }

.f-text { display: flex; flex-direction: column; }
.f-text strong { color: #fff; font-size: 14px; font-weight: 700; }
.f-text span { color: #aaa; font-size: 12px; }

.feature-divider { width: 1px; height: 35px; background-color: rgba(255,255,255,0.1); }

/* Buton Alanı */
.slide-btn-area { order: 3; }

.btn-slider {
    display: inline-flex; align-items: center; justify-content: center; gap: 15px;
    background-color: var(--yellow); color: #000; font-size: 16px; font-weight: 800;
    padding: 15px 35px; border-radius: 5px; text-decoration: none;
    transition: all 0.3s ease;
}
.btn-slider:hover { background-color: #fff; color: #000; transform: translateY(-3px); }

/* Sağ Sol Oklar ve Noktalar (Navigasyon) */
.custom-nav-btn {
    width: 50px !important; height: 50px !important; background-color: rgba(20,20,20,0.8);
    border: 1px solid rgba(255,255,255,0.1); border-radius: 5px;
    color: #fff !important; transition: 0.3s;
}
.custom-nav-btn::after { display: none; } /* Swiper varsayılan ikonunu gizle */
.custom-nav-btn:hover { background-color: var(--yellow); color: #000 !important; border-color: var(--yellow); }

.swiper-pagination-bullet { background-color: #fff !important; opacity: 0.5 !important; }
.swiper-pagination-bullet-active { background-color: var(--yellow) !important; opacity: 1 !important; width: 12px !important; border-radius: 10px !important; }

/* ========================================== */
/* === MOBİL TASARIM (App Görünümü) ========= */
/* ========================================== */
.mobile-bg { display: none; }
.desktop-bg { display: block; }

@media (max-width: 1100px) {
    .mobile-bg { display: block; }
    .desktop-bg { display: none; }

    /* Yüksekliği toparladık ve altındaki siyah boşluğu uçurduk kankacım! */
    .heroSwiper { height: 600px; min-height: unset; } 

    /* Mobilde şekil yukarıya taşınıyor */
    .slide-overlay-shape {
        width: 100%; height: 60%;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
        background: linear-gradient(180deg, rgba(18,18,18,1) 40%, rgba(18,18,18,0) 100%);
    }

    .slide-overlay-gradient { background: rgba(0,0,0,0.3); } 

    .slide-container {
        padding: 40px 20px 20px 20px;
        align-items: flex-start; 
    }

    .slide-content {
        width: 100%; height: auto;
        display: flex; flex-direction: column; justify-content: flex-start;
    }

    .slide-text-area { margin-bottom: 25px; text-align: left; }
    .main-title { font-size: 38px; margin-bottom: 10px; }
    .description { font-size: 14px; }

    /* Buton, yazının hemen altına çekildi */
    .slide-btn-area { order: 2; margin-bottom: 0; }
    .btn-slider { width: fit-content; padding: 12px 25px; font-size: 14px; }

    /* İŞTE SİHİRLİ KOD: Mobilde alt bilgi kutusunu tamamen gizledik */
    .slide-features { 
        display: none !important; 
    }

    .custom-nav-btn { display: none !important; }
    
    /* Kutu gidince slider noktalarını resmin hemen altına (en dibe) aldık */
    .custom-pagination { bottom: 20px !important; } 
}