/* =========================================================
   AKGÜN GAYRİMENKUL - ULTRA PREMIUM CORPORATE HERO SLIDER
   ========================================================= */

.hero-slider-section {
    position: relative;
    padding: 0;
    background: #0f172a;
}
.hero-slider-container {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: calc(100vh - 132px);
    min-height: 500px;
    overflow: hidden;
    background: #0f172a;
}
@media (max-width: 1024px) {
    .hero-slider-container { height: calc(100vh - 120px); min-height: 480px; }
}
@media (max-width: 768px) {
    .hero-slider-container { height: calc(100svh - 110px); min-height: 450px; }
}

.slide-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.9s;
    z-index: 1;
}
.slide-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Sinematik Arka Plan Görseli & Ken Burns Efekti */
.slide-bg-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.slide-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 8s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: brightness(0.98);
}
.slide-item.active .slide-bg-img {
    transform: scale(1.0);
}

/* Çift Katmanlı Derinlik Gradyanı */
.slide-overlay {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(105deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.85) 45%, rgba(15, 23, 42, 0.22) 100%),
        linear-gradient(0deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.4) 30%, transparent 65%);
    z-index: 2;
}
@media (max-width: 768px) {
    .slide-overlay {
        background: 
            linear-gradient(180deg, rgba(15, 23, 42, 0.65) 0%, rgba(15, 23, 42, 0.94) 55%, rgba(15, 23, 42, 0.99) 100%);
    }
}

.slide-content-wrapper {
    position: absolute;
    inset: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    padding: 0;
}
@media (max-width: 768px) {
    .slide-content-wrapper { padding-bottom: 160px; }
}

/* Kademeli İçerik Giriş Animasyonları (Staggered Animations) */
.slide-item .slide-badge-tag,
.slide-item .slide-title,
.slide-item .slide-subtitle,
.slide-item .slide-info-pill-bar,
.slide-item .slide-btn-bar {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide-item.active .slide-badge-tag { opacity: 1; transform: translateY(0); transition-delay: 0.15s; }
.slide-item.active .slide-title { opacity: 1; transform: translateY(0); transition-delay: 0.25s; }
.slide-item.active .slide-subtitle { opacity: 1; transform: translateY(0); transition-delay: 0.35s; }
.slide-item.active .slide-info-pill-bar { opacity: 1; transform: translateY(0); transition-delay: 0.45s; }
.slide-item.active .slide-btn-bar { opacity: 1; transform: translateY(0); transition-delay: 0.55s; }

/* Rozetler (Badges) */
.slide-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #63A383 0%, #1A593D 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(26, 89, 61, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    margin-bottom: 16px;
}
.slide-badge-location {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Başlık ve Alt Başlık */
.slide-title {
    font-size: 44px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
    max-width: 740px;
    letter-spacing: -0.025em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
    .slide-title { font-size: 36px; }
}
.slide-subtitle {
    font-size: 16.5px;
    color: #cbd5e1;
    line-height: 1.65;
    margin-bottom: 26px;
    max-width: 680px;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
    .slide-title { font-size: 24px; margin-bottom: 10px; line-height: 1.25; }
    .slide-subtitle { 
        font-size: 13.5px; 
        margin-bottom: 18px; 
        line-height: 1.45;
    }
}

/* Hap Özellik Barı */
.slide-info-pill-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .slide-info-pill-bar { display: none; }
}
.slide-info-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    padding: 8px 16px;
    border-radius: 12px;
    color: #f8fafc;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Glassmorphic Kurumsal Kart (Sağda Yüzer) */
.slide-corp-card {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateX(35px) translateY(-50%);
    opacity: 0;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    padding: 32px 34px;
    color: #ffffff;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 255, 255, 0.05) inset;
    text-align: right;
    z-index: 3;
    max-width: 360px;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s;
}
.slide-item.active .slide-corp-card {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    transition-delay: 0.35s;
}
.slide-corp-card:hover {
    border-color: rgba(26, 89, 61, 0.5);
    box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.8), 0 0 30px rgba(26, 89, 61, 0.15) inset;
}
@media (max-width: 1024px) {
    .slide-corp-card { display: none; }
}
.corp-card-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: #63A383; font-weight: 800; display: block; margin-bottom: 8px; }
.corp-card-title { font-size: 24px; font-weight: 900; color: #ffffff; margin-bottom: 8px; line-height: 1.2; }
.corp-card-highlight { font-size: 18px; font-weight: 800; color: #63A383; display: block; margin-bottom: 12px; }
.corp-card-desc { font-size: 13.5px; color: #cbd5e1; line-height: 1.55; }

/* Butonlar */
.slide-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #1A593D 0%, #113F2A 100%);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 10px 25px -5px rgba(26, 89, 61, 0.55), 0 1px 2px rgba(255, 255, 255, 0.2) inset;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-btn-primary:hover {
    background: linear-gradient(135deg, #63A383 0%, #1A593D 100%);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -6px rgba(26, 89, 61, 0.7);
    color: #fff;
}
.slide-btn-primary svg { transition: transform 0.25s ease; width: 18px; height: 18px; flex-shrink: 0; }
.slide-btn-primary:hover svg { transform: translateX(4px); }

.slide-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    padding: 16px 30px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.slide-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    color: #fff;
}
@media (max-width: 768px) {
    .slide-btn-primary, .slide-btn-secondary {
        padding: 11px 10px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 12px;
        flex: 1;
        width: 50%;
        justify-content: center;
        text-align: center;
        gap: 6px;
        white-space: nowrap;
    }
    .slide-btn-primary svg { width: 14px; height: 14px; }
    .slide-btn-bar { flex-direction: row; width: 100%; gap: 8px; flex-wrap: nowrap; }
}

/* Alt Kontrol Şeridi & Canlı İlerleme Çubuğu */
.slider-thumbs-strip {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 10;
}
.slider-thumbs-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.slider-thumb-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.slider-mobile-pagination {
    display: none;
}
@media (max-width: 768px) {
    .slider-thumbs-strip { bottom: 70px; }
    .slider-thumbs-container { padding: 0 16px; }
    .slider-thumb-btns, 
    .slider-nav-arrows { 
        display: none !important; 
    }
    .slider-mobile-pagination {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: rgba(15, 23, 42, 0.75);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 9999px;
        padding: 5px 6px;
        box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    }
    .mobile-slider-nav-btn {
        width: 38px;
        height: 38px;
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-shrink: 0;
        transition: background 0.2s ease, transform 0.15s ease;
    }
    .mobile-slider-nav-btn:active {
        background: #1A593D;
        transform: scale(0.9);
    }
    .mobile-slider-text-track {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 10px;
        overflow: hidden;
    }
    .mobile-slider-badge-num {
        font-family: monospace;
        font-weight: 900;
        font-size: 11px;
        color: #63A383;
        background: rgba(26, 89, 61, 0.6);
        border: 1px solid rgba(99, 163, 131, 0.4);
        padding: 2px 7px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    .mobile-slider-label {
        color: #ffffff;
        font-size: 11.5px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.slider-thumb-item {
    position: relative;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    padding: 10px 18px;
    border-radius: 14px;
    color: #cbd5e1;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 9px;
}
@media (max-width: 768px) {
    .slider-thumb-item {
        padding: 6px 12px;
        gap: 6px;
        border-radius: 10px;
    }
}
.slider-thumb-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
}
.slider-thumb-item.active {
    background: rgba(26, 89, 61, 0.95);
    color: #ffffff;
    border-color: #63A383;
    box-shadow: 0 6px 20px rgba(26, 89, 61, 0.45);
}
.thumb-idx { opacity: 0.75; font-weight: 800; font-family: monospace; font-size: 13px; }

/* Slayt Altındaki Süre İlerleme Çubuğu (Countdown Bar) */
.slider-thumb-item .thumb-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #ffffff;
    opacity: 0;
    transition: none;
}
.slider-thumb-item.active .thumb-progress {
    opacity: 0.9;
    animation: thumbCountdown 6.5s linear infinite;
}
@keyframes thumbCountdown {
    0% { width: 0%; }
    100% { width: 100%; }
}

.slider-nav-arrows {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.slider-arrow-btn {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}
.slider-arrow-btn:hover {
    background: #1A593D;
    border-color: #63A383;
    transform: scale(1.06);
    box-shadow: 0 4px 15px rgba(26, 89, 61, 0.5);
}
