/* css/sub/pages/strategy.css */
/* -------------------------------------------------------------------------- */
/* STRATEGY PAGE - V36.0 (MOBILE SCROLL FIX & GLOBAL TAB FIX)
/* Revizyon: Tab Butonları tüm cihazlarda Sola Yaslı, Uppercase, Auto-Width, Sabit Border */
/* -------------------------------------------------------------------------- */

/* 1. GENEL AYARLAR */
html { 
    scroll-behavior: smooth; 
    scroll-padding-top: 0; 
    overflow-x: clip !important; 
}

body {
    overflow-x: clip !important;
}

main { margin-top: 0 !important; padding-top: 0 !important; }
img { max-width: 100%; height: auto; display: block; }

.st-gap-35 { height: 35px; width: 100%; display: block; }

body, h1, h2, h3, h4, h5, h6, p, span, a, li, blockquote, cite {
    font-family: 'Inter', sans-serif !important;
}

/* =======================================================================
   KAYDIRMA (SCROLL) AYARLARI - CİHAZ BAZLI (TAM AYRIŞTIRILMIŞ)
   ======================================================================= */

/* 1. MASAÜSTÜ (1200px ve Üzeri) */
@media (min-width: 1200px) {
    .st-new-intro,       
    .st-vision-section,  
    .st-values-intro,    
    .st-activity-intro,  
    .st-more-content {
        scroll-margin-top: 125px !important; 
    }
}

/* 2. IPAD PRO 13" / YATAY TABLET (1000px - 1199px) */
@media (min-width: 1000px) and (max-width: 1199px) {
    html {
        scroll-padding-top: 0px !important;
    }
}

/* 3. IPAD 11" DİKEY (700px - 999px) */
@media (min-width: 700px) and (max-width: 999px) {
    html {
        scroll-padding-top: 73px !important;
    }
}

/* 4. MOBİL (699px ve Altı) - FREN MESAFESİ SIFIRLANDI */
@media (max-width: 699px) {
    .st-new-intro,       
    .st-vision-section,  
    .st-values-intro,    
    .st-activity-intro,  
    .st-more-content,
    .st-separator {
        scroll-margin-top: 0 !important; 
    }
}


/* =======================================================================
   2. HERO BANNER
   ======================================================================= */
.editorial-hero {
    position: relative; width: 100%;
    height: 400px !important; 
    min-height: 400px !important;
    max-height: 400px !important;
    background-size: cover; background-position: center center;
    background-repeat: no-repeat; display: flex;
    align-items: flex-end !important; 
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 3rem !important; 
    margin: 0; overflow: hidden;
    box-sizing: border-box;
}

.ed-hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,50,91,0.3), rgba(0,50,91,0.9));
    z-index: 1;
}

.ed-hero-content {
    position: relative; z-index: 2; color: #fff; width: 100%;
    max-width: none !important; 
    padding-left: 0 !important; margin-left: 0 !important;
    display: block !important;
    text-align: left !important;
}

.ed-hero-content h1 {
    font-size: 3rem; font-weight: 700; line-height: 1.1; 
    margin-bottom: 0.5rem; 
    margin-top: 0 !important;
    max-width: 100% !important;
    color: #ffffff;
}

.ed-subtitle {
    font-size: 26px; font-weight: 600; line-height: 1.2; 
    opacity: 0.95; color: #ffffff;
    max-width: 100% !important;
}

/* BREADCRUMB */
.page-breadcrumb {
    padding: 1.5rem 0; font-size: 0.9rem; color: #666; border-bottom: none;
    display: flex; align-items: center; flex-wrap: wrap; 
    padding-left: 0 !important; margin-left: 0 !important;
}
.page-breadcrumb a { color: #00325B; text-decoration: none; font-weight: 600; }
.page-breadcrumb span { margin: 0 0.5rem; color: #ccc; }
.page-breadcrumb strong { color: #666; font-weight: 700; }

/* =======================================================================
   3. INTRO ALANI
   ======================================================================= */
.st-new-intro { 
    margin-top: 54px !important; padding-bottom: 2rem; 
    padding-left: 0 !important; margin-left: 0 !important;
}

/* --- YENİ TAB STİLİ (BASE STYLE - MASAÜSTÜ) --- */
.st-tabs-wrapper { 
    display: flex; 
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px; 
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important; 
    padding-left: 0 !important; 
    margin-left: 0 !important;
}

.st-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #C6CFDA; 
    padding: 0 20px !important; 
    color: #00325B;
    background-color: transparent; 
    font-size: 14px; 
    font-weight: 600; 
    text-transform: uppercase !important; 
    letter-spacing: -0.49px;
    white-space: nowrap;
    min-width: 0 !important;
    width: auto !important; 
    height: 49px;
    text-decoration: none; 
    cursor: pointer;
}

.st-tab-btn:hover { 
    border-color: #C6CFDA; 
    background-color: transparent; 
    color: #00325B; 
}

/* Aktif (Seçili) Durum */
.st-tab-btn.active {
    font-weight: 700 !important; 
    color: #00325B !important; 
    border-color: #C6CFDA !important; 
}

/* SEPARATOR - MASAÜSTÜ VARSAYILAN */
.st-separator {
    border: none; border-top: 2px solid #00325B; width: 100%;
    margin-top: 0 !important; 
    margin-bottom: 44px !important; 
}
.st-upper-content { 
    margin-bottom: 3rem; 
    padding-left: 0 !important; margin-left: 0 !important;
}


/* =======================================================================
   4. ÖZEL BÖLÜM AYARLARI (MASAÜSTÜ NORMAL: 1024px - 1599px)
   ======================================================================= */

.st-lead-subtitle {
    font-size: 18px; color: #435F6C; text-transform: uppercase; 
    font-weight: 700 !important; display: block;
    margin-top: 54px !important; margin-bottom: 44px !important;
    padding-left: 0 !important; margin-left: 0 !important;
}

.st-lead-text {
    font-weight: 600 !important; color: #00325B;
    margin-top: 0 !important; margin-bottom: 80px !important; max-width: 100%;
    font-size: 26px !important; line-height: 1.3 !important;
    padding-left: 0 !important; margin-left: 0 !important;
}

@media (min-width: 1024px) {
    .st-lead-text {
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 42px !important;   
        line-height: 55px !important; 
    }
}

.st-new-intro .st-why-heading {
    display: block; color: #00325B; letter-spacing: -0.5px;
    margin-bottom: 40px !important; text-transform: uppercase; 
    margin-top: 0 !important; 
    padding-left: 0 !important; margin-left: 0 !important;
    font-size: 24px !important; font-weight: 700 !important; line-height: 1.4 !important;
}
.st-new-intro .st-why-lead {
    font-weight: 700 !important; color: #00325B; letter-spacing: -1.89px;
    margin: 0; margin-top: 0 !important; max-width: 90% !important; 
    margin-bottom: 105px !important; 
    padding-left: 0 !important; margin-left: 0 !important;
    font-size: 30px !important; line-height: 1.2 !important;
}

@media (min-width: 1024px) {
    .st-new-intro .st-why-heading { font-size: 46px !important; line-height: 48px !important; font-weight: 700 !important; }
    .st-new-intro .st-why-lead { font-size: 70px !important; line-height: 72px !important; font-weight: 700 !important; }
}

.st-vision-section {
    width: 100%; margin-bottom: 5rem; 
    margin-top: 0 !important; 
    margin-bottom: 0 !important; 
    padding-left: 0 !important; margin-left: 0 !important;
}

.st-vision-section .st-why-heading {
    display: block; color: #00325B; letter-spacing: -0.5px;
    margin-bottom: 60px !important; text-transform: uppercase; 
    margin-top: 0 !important; 
    padding-left: 0 !important; margin-left: 0 !important;
    font-size: 24px !important; font-weight: 700 !important; line-height: 1.4 !important;
}
.st-vision-section .st-vision-lead {
    font-weight: 600 !important; color: #00325B; letter-spacing: -1.51px;
    margin: 0; margin-top: 60px; width: 90%; max-width: 100% !important; 
    padding-bottom: 118px !important; 
    padding-left: 0 !important; margin-left: 0 !important;
    font-size: 30px !important; line-height: 1.2 !important;
}

@media (min-width: 1024px) {
    .st-vision-section .st-why-heading { font-size: 46px !important; line-height: 48px !important; font-weight: 700 !important; }
    .st-vision-section .st-vision-lead { font-size: 56px !important; line-height: 60px !important; font-weight: 700 !important; }
}

.st-values-intro { 
    padding-left: 0 !important; margin-left: 0 !important;
    margin-top: 0 !important; 
}

.st-values-intro .st-why-heading {
    font-size: 24px !important; font-weight: 700 !important; 
    text-transform: capitalize !important; 
    display: block; color: #00325B; margin-bottom: 40px !important;
    margin-top: 0 !important; 
    padding-left: 0 !important; margin-left: 0 !important;
}
.st-values-intro .st-vision-lead {
    font-size: 30px !important; font-weight: 700 !important; color: #00325B; 
    margin-bottom: 118px !important;
    padding-left: 0 !important; margin-left: 0 !important;
}

@media (min-width: 1024px) {
    .st-values-intro .st-why-heading { 
        font-size: 46px !important;   
        line-height: 48px !important; 
        font-weight: 700 !important; 
    }
    .st-values-intro .st-vision-lead { font-size: 40px !important; line-height: 50px !important; font-weight: 700 !important; }
}

.st-activity-intro {
    padding-top: 0 !important; padding-bottom: 20px;
    margin-top: 35px !important; 
    padding-left: 0 !important; margin-left: 0 !important;
}
.st-activity-intro .st-why-heading {
    font-size: 24px !important; font-weight: 700 !important; 
    text-transform: capitalize !important; 
    display: block; color: #00325B; margin-bottom: 40px !important;
    margin-top: 0 !important; 
    padding-left: 0 !important; margin-left: 0 !important;
}
.st-activity-intro .st-vision-lead {
    font-size: 30px !important; font-weight: 700 !important; color: #00325B; 
    margin-bottom: 118px !important;
    padding-left: 0 !important; margin-left: 0 !important;
}

@media (min-width: 1024px) {
    .st-activity-intro .st-why-heading { 
        font-size: 46px !important; line-height: 48px !important; font-weight: 700 !important;
    }
    .st-activity-intro .st-vision-lead { 
        font-size: 40px !important; line-height: 50px !important; font-weight: 700 !important; 
    }
}


/* =======================================================================
   5. DEV EKRAN / FLUID SCALE (2K ve 4K EKRANLAR - 2000px+)
   ======================================================================= */
@media (min-width: 2000px) {
    
    .st-tab-btn {
        font-size: 18px !important;
        height: 55px !important;
        padding: 0 25px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
    }

    .editorial-hero { 
        height: 550px !important; 
        min-height: 550px !important; 
    }
    
    .ed-hero-content h1 { 
        font-size: 3.75rem !important; 
    } 
    
    .ed-subtitle { 
        font-size: 1.5rem !important; 
    }
    
    .ed-hero-content { 
        max-width: 1300px !important; 
        padding-left: 0 !important; 
        margin-left: 0 !important; 
    }

    .st-lead-text {
        font-size: 56px !important; 
        line-height: 73px !important;
        font-weight: 600 !important;
    }

    body .sub-page-container.st-fs-content {
        max-width: 1600px !important; 
        width: 100% !important;
        padding-left: 0 !important; 
        padding-right: 0 !important;
        flex: 0 0 100% !important;
    }

    body .st-fs-content p {
        max-width: 1350px !important; 
        width: 100% !important;
        margin-left: 0 !important; 
        margin-right: auto !important;
    }
    
    body .st-fs-content h2 {
        max-width: 1350px !important;
        width: 100% !important;
    }

    body .st-fs-quote blockquote,
    body .st-fs-quote cite {
        max-width: 1350px !important; 
        width: 100% !important;
    }

    body .st-share-content h2 {
        font-style: normal !important;   
        font-size: 52px !important;      
        font-weight: 600 !important;     
        line-height: 62px !important;    
        margin-bottom: 20px !important;  
    }

    body .st-share-content p {
        font-style: normal !important;   
        font-size: 30px !important;      
        font-weight: 400 !important;     
        line-height: 39px !important;    
        max-width: 1200px !important;    
    }
    
    .st-share-icon { 
        width: 70px !important; 
        height: 65px !important; 
    }
}


/* =======================================================================
   6. TAM EKRAN BANNERLAR (3 ADET)
   ======================================================================= */
.st-scroll-container { width: 100%; height: auto; overflow: visible; }
.st-fullscreen-section { position: sticky; top: 0; width: 100%; height: 100vh; background-size: cover; background-position: center; display: flex; align-items: center; overflow: hidden; z-index: 10; }
.st-fullscreen-section:nth-child(1) { z-index: 11; }
.st-fullscreen-section:nth-child(2) { z-index: 12; }
.st-fullscreen-section:nth-child(3) { z-index: 13; }
.st-fullscreen-section:nth-child(4) { z-index: 14; }
.st-fs-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,50,91,0.3), rgba(0,50,91,0.9)); z-index: 1; }

.st-fs-content { 
    position: relative; z-index: 2; color: #fff; width: 100%; 
    padding-left: 15px; 
    padding-right: 15px;
}

.st-fs-content h2 {
    color: #F8FDFF; margin-bottom: 0; max-width: 1000px;
    font-size: 36px !important; font-weight: 700 !important; line-height: 1.1 !important;
}

.st-fs-content p {
    color: #fff; margin-top: 30px; max-width: 1000px;
    font-size: 24px !important; font-weight: 400 !important; line-height: 1.3 !important;
}

@media (min-width: 1024px) {
    .st-fs-content h2 { font-size: 70px !important; line-height: 72px !important; font-weight: 700 !important; }
    .st-fs-content p { font-size: 42px !important; line-height: 50px !important; font-weight: 400 !important; max-width: 950px !important; }
}

.st-fs-quote blockquote { font-size: clamp(36px, 5vw, 56px) !important; font-weight: 500; line-height: 1.1; color: #F8FDFF; border: none; padding: 0; margin: 0; font-style: normal; max-width: 1000px; }
.st-fs-quote cite { display: block; margin-top: 30px; font-size: 30px; font-style: normal; font-weight: 400; color: #fff; opacity: 1; max-width: 1000px; }
@media (min-width: 1600px) { .st-fs-quote blockquote { font-size: 90px !important; } }


/* =======================================================================
   7. DİĞER BİLEŞENLER (MAP, HIGHLIGHT vb.)
   ======================================================================= */
.st-map-section { width: 100%; margin-bottom: 0 !important; padding-left: 0 !important; margin-left: 0 !important; }
.st-map-wrapper { width: 100%; }
.st-map-img { width: 100%; height: 624px; object-fit: cover; display: block; margin-bottom: 0; border-radius: 0; cursor: zoom-in; }
.st-highlight-box { position: relative; width: 100%; background-color: #c7eafb; color: #00325B; padding: 40px 50px; box-sizing: border-box; margin-top: -2px; border-radius: 0; }
.st-highlight-box p { font-size: 1.35rem; font-weight: 500; line-height: 1.5; margin: 0; }
@media (min-width: 1600px) { .st-map-img { height: 800px !important; } }

.st-share-banner { width: 100%; height: 380px; background-color: #0071CE; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; padding: 0 20px; position: relative; z-index: 20; }
.st-share-content h2 { font-size: 3.5rem; font-weight: 700; margin-bottom: 20px; color: #fff; }
.st-share-content p { font-size: 1.5rem; font-weight: 400; margin-bottom: 40px; max-width: 900px; line-height: 1.4; color: #fff; }
.st-share-btn { background: none; border: none; cursor: pointer; transition: transform 0.3s ease; }
.st-share-btn:hover { transform: scale(1.1); }
.st-share-icon { width: 50px; height: 45px; display: block; filter: brightness(0) invert(1); }

/* =======================================================================
   8. 10 ADET FAALİYET ALANI (BANNER STYLE)
   ======================================================================= */

.st-activity-banner { width: 100%; height: auto; display: flex; flex-direction: column; justify-content: flex-start; box-sizing: border-box; padding-top: 70px; padding-bottom: 130px; }
.st-bg-light { background-color: #c7eafb; }
.st-bg-dark { background-color: #00325B; }
.st-act-icon-img { height: 100px; width: auto; display: block; margin-bottom: 65px; }
.st-bg-light .st-act-icon-img { filter: brightness(0) saturate(100%) invert(13%) sepia(35%) saturate(3033%) hue-rotate(193deg) brightness(97%) contrast(105%); }
.st-bg-dark .st-act-icon-img { filter: brightness(0) invert(1); }

.st-act-title { 
    font-size: 24px; font-weight: 700; line-height: 1.4; margin: 0; margin-bottom: 56px; max-width: 1000px; 
}
.st-act-text { 
    font-size: 30px; font-weight: 700; line-height: 1.2; margin: 0; max-width: 1000px; 
}

@media (min-width: 1024px) {
    .st-act-title { 
        font-style: normal !important;
        font-size: 70px !important;    
        font-weight: 600 !important;   
        line-height: 72px !important;  
    }
    .st-act-text { 
        font-style: normal !important;
        font-size: 38px !important;    
        font-weight: 500 !important;   
        line-height: 50px !important;  
    }
}

.st-bg-light .st-act-title { color: #00325B; }
.st-bg-dark .st-act-title { color: #F8FDFF; }
.st-bg-light .st-act-text { color: #00325B; }
.st-bg-dark .st-act-text { color: #fff; }

.st-last-full-banner { position: relative; width: 100%; height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; overflow: hidden; z-index: 1; }

/* =======================================================================
   9. MORE CONTENT & SLIDER
   ======================================================================= */
.st-more-content { 
    padding-top: 35px;
    padding-bottom: 80px; 
    background-color: #fff; overflow: hidden; position: relative; 
}
.st-more-header { display: block; margin-bottom: 80px; }

.st-more-title-group h4 { 
    font-size: 46px; font-weight: 600; color: #00325B; letter-spacing: -1.24px; line-height: 48px; margin-bottom: 20px; text-transform: none; 
    margin-top: 0 !important; 
}
.st-more-title-group p { font-size: 40px; font-weight: 600; color: #00325B; letter-spacing: -1.51px; line-height: 50px; margin: 0; margin-bottom: 100px; max-width: 800px; }
.st-more-link { font-size: 1.1rem; font-weight: 700; color: #00325B; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s; margin-bottom: 0; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.st-more-link:hover { border-bottom-color: #00325B; }

.st-pan-scroller { width: 100%; overflow-x: auto; overflow-y: hidden; cursor: grab; -ms-overflow-style: none; scrollbar-width: none; }
.st-pan-scroller::-webkit-scrollbar { display: none; }
.st-pan-track { display: flex; gap: 30px; width: max-content; }
.st-pan-card { position: relative; width: 255px; flex-shrink: 0; text-decoration: none; display: flex; flex-direction: column; cursor: pointer; transition: box-shadow 0.3s ease; }
.st-pan-card:hover { box-shadow: 0 10px 20px -5px rgba(0,0,0,0.15), 5px 0 15px -5px rgba(0,0,0,0.1), -5px 0 15px -5px rgba(0,0,0,0.1); z-index: 2; }
.st-pan-img-wrap { width: 100%; height: 160px; overflow: hidden; border-radius: 0; position: relative; }
.st-pan-img { width: 100%; height: 100%; object-fit: cover; }
.st-pan-text-wrap { background-color: #F0F7FA; padding: 15px 20px; height: 80px; position: relative; display: block; box-sizing: border-box; transition: box-shadow 0.3s ease; }
.st-pan-card:hover .st-pan-text-wrap { box-shadow: 0 10px 15px -5px rgba(0,0,0,0.05), 5px 0 15px -5px rgba(0,0,0,0.05), -5px 0 15px -5px rgba(0,0,0,0.05); }
.st-pan-name { font-size: 18px; line-height: 1.3; font-weight: 600; color: #00325B; margin: 0; padding-right: 30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; pointer-events: none; }
.st-pan-arrow-icon { position: absolute; top: 22px; right: 20px; color: #00325B; opacity: 0; transform: translateX(-10px); transition: all 0.3s ease; pointer-events: none; }
.st-pan-card:hover .st-pan-arrow-icon { opacity: 1; transform: translateX(0); }

/* =======================================================================
   10. RESPONSIVE: TABLET (1000px - 1199px)
   ======================================================================= */
@media (min-width: 1000px) and (max-width: 1199px) {
    .editorial-hero { height: 400px !important; }
    .st-map-img { height: 520px !important; } 
    .st-highlight-box { padding: 3rem 2rem; }
    .st-why-heading { font-size: 20px !important; }
    .st-why-lead, .st-vision-lead { font-size: 40px !important; line-height: 50px !important; }
    .st-fs-content h2 { font-size: 70px !important; line-height: 1.1 !important; }
    .st-fs-content p { font-size: 42px !important; line-height: 1.3 !important; }
    .st-share-content h2 { font-size: 34px !important; }
    .st-share-content p { font-size: 23px !important; }
    .st-activity-banner { height: auto !important; padding-bottom: 130px !important; }
    .st-act-title { font-size: 70px !important; line-height: 1.1 !important; }
    .st-act-text { font-size: 38px !important; line-height: 1.4 !important; }
    .st-more-title-group h4 { font-size: 46px; }
    .st-more-title-group p { font-size: 40px; }
    .sub-page-container, .st-fs-content { padding-left: 40px !important; padding-right: 40px !important; }
    .st-pan-track { padding-left: 40px !important; }

    .st-lead-text {
        font-size: 26px !important;
        font-weight: 500 !important; 
        line-height: 32px !important;
    }

    .st-values-intro .st-vision-lead {
        font-weight: 600 !important; 
    }
    
    .st-tabs-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 15px !important;
    }
    .st-tab-btn {
        width: auto !important;
        min-width: 0 !important;
        padding: 0 20px !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        border-color: #C6CFDA !important;
    }
}

/* =======================================================================
   11. RESPONSIVE: IPAD 11" PORTRAIT (700px - 999px)
   ======================================================================= */
@media (min-width: 700px) and (max-width: 999px) {
    
    .editorial-hero { height: 400px !important; }
    .ed-hero-content h1 { font-size: 2.2rem !important; line-height: 1.2 !important; }
    
    .st-map-img { 
        height: auto !important; 
        min-height: auto !important; 
    }
    
    .st-highlight-box { padding: 30px 20px; }
    .st-highlight-box p { font-size: 1.1rem !important; }
    .st-fs-content h2 { font-size: 36px; line-height: 1.2; }
    .st-fs-content p { font-size: 18px; line-height: 1.5; margin-top: 20px; }
    .st-fs-quote blockquote { font-size: 36px; }
    .st-fs-quote cite { font-size: 18px; }
    .st-share-banner { height: 350px; padding: 0 15px; }
    .st-share-content h2 { font-size: 2rem; }
    .st-share-content p { font-size: 1.1rem; }
    .st-more-header { display: block; }
    
    .st-more-title-group h4 { font-size: 28px; line-height: 1.2; }
    .st-more-title-group p { 
        font-size: 20px; 
        line-height: 1.4; 
        margin-bottom: 50px; 
        letter-spacing: 0.5px !important; 
    }
    
    .st-new-intro .st-why-lead br { display: none !important; }
    .st-new-intro .st-why-lead {
        font-size: 23px !important;
        font-weight: 600 !important; 
        line-height: 35px !important;
        letter-spacing: 0.5px !important; 
        max-width: 520px !important; 
        width: 100% !important; 
        padding-right: 0 !important;
        margin-bottom: 75px !important; 
    }
    
    .st-vision-section .st-vision-lead {
        letter-spacing: 0.5px !important;
        padding-bottom: 23px !important; 
    }

    .st-vision-section.mission-section .st-vision-lead,
    .st-activity-intro .st-vision-lead { 
         padding-bottom: 118px !important; 
         margin-bottom: 0 !important;
    }
    
    .st-values-intro .st-vision-lead {
        padding-bottom: 40px !important; 
        margin-bottom: 0 !important;
    }

    .st-values-intro .st-why-heading,
    .st-activity-intro .st-why-heading {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 28px !important;
    }
    
    .st-activity-banner { 
        height: 490px !important; 
        padding: 50px 0; 
    }
    
    .st-act-title { 
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
        margin-bottom: 20px;
    }
    .st-act-text {
        font-size: 23px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
    }
    
    .st-activity-banner:nth-child(1) .st-act-icon-img { width: 110px !important; height: 96px !important; margin-bottom: 65px; }
    .st-activity-banner:nth-child(2) .st-act-icon-img { width: 145px !important; height: 81px !important; margin-bottom: 65px; }
    .st-activity-banner:not(:nth-child(1)):not(:nth-child(2)) .st-act-icon-img { height: 90px !important; width: auto !important; margin-bottom: 65px; }

    .sub-page-container, .st-fs-content { padding-left: 30px !important; padding-right: 30px !important; }
    .st-pan-track { padding-left: 30px !important; }

    .st-tab-btn {
        font-size: 13px !important;  
        width: auto !important;      
        min-width: 0 !important;     
        padding: 10px 20px !important; 
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        white-space: nowrap !important; 
        text-transform: uppercase !important;
        border: 4px solid #C6CFDA !important; 
    }

    .st-tab-btn.active {
        font-weight: 700 !important;
        color: #00325B !important;
        border-color: #C6CFDA !important; 
    }
    
    .st-tabs-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;       
        justify-content: flex-start !important; 
        gap: 10px !important;             
        margin-left: 0 !important;        
        padding-left: 0 !important;       
    }
}

/* =======================================================================
   12. RESPONSIVE: MOBİL (699px ve Altı) - YENİ TAB MENÜ AYARI
   ======================================================================= */
@media (max-width: 699px) {

    html {
        scroll-padding-top: 0 !important; /* DÜZELTME: Gerekirse Header boşluğunu önlemek için sıfırlandı */
    }

    .editorial-hero { 
        margin-top: 0 !important; 
        padding-top: 0 !important; 
        height: calc(100svh - 54px) !important; 
        min-height: calc(100svh - 54px) !important; 
        background-position: center top !important; 
        align-items: center !important; 
        padding-bottom: 0 !important; 
    }

    .st-fullscreen-section {
        height: 100vh !important; 
        min-height: auto !important; 
    }

    .ed-hero-content { padding: 0 20px; text-align: left !important; }
    
    .ed-hero-content h1 { 
        font-size: 40px !important; 
        font-weight: 700 !important; 
        letter-spacing: -0.5px;
        line-height: 44px !important;
        margin-bottom: 5px !important; 
    }
    
    .ed-subtitle { 
        font-size: 26px !important; 
        font-weight: 500 !important; 
        line-height: 31px !important;
        margin-top: 0 !important; 
    }
    
    .st-new-intro { margin-top: 40px !important; }
    
    .st-tabs-wrapper { 
        display: flex !important;
        flex-direction: row !important; 
        flex-wrap: nowrap !important; 
        overflow-x: auto !important; 
        justify-content: flex-start !important;
        gap: 10px !important; 
        width: calc(100% + 40px) !important; 
        margin-left: -20px !important; 
        margin-right: -20px !important; 
        padding-left: 20px !important; 
        padding-right: 20px !important; 
        margin-bottom: 2.5rem !important; 
        -ms-overflow-style: none; scrollbar-width: none;
    }
    .st-tabs-wrapper::-webkit-scrollbar { display: none; }
    
    .st-tab-btn { 
        width: auto !important; 
        flex: 0 0 auto !important; 
        text-align: center; 
        white-space: nowrap !important; 
        height: 49px !important;
        display: flex !important; 
        align-items: center !important; 
        justify-content: center !important; 
        padding: 0 15px !important; 
        margin-right: 0 !important; 
        text-transform: uppercase !important;
        border-color: #C6CFDA !important; 
    }

    .st-tab-btn.active {
        font-weight: 700 !important;
        color: #00325B !important;
        border-color: #C6CFDA !important;
    }

    .st-tab-btn:last-child {
        margin-right: 20px !important;
    }

    .st-lead-subtitle { 
        font-size: 20px !important; 
        font-weight: 700 !important; 
        line-height: 24px !important;
        margin-top: 30px !important; 
        margin-bottom: 30px !important; 
    }
    .st-lead-text { 
        font-size: 26px !important; 
        font-weight: 600 !important; 
        line-height: 34px !important; 
    }

    .st-separator { 
        margin-bottom: 0 !important; 
        margin-top: 35px !important; 
    }

    /* BAŞLIK BOŞLUKLARI - DÜZELTME UYGULANDI */
    .st-new-intro,
    .st-vision-section,
    .st-values-intro,
    .st-activity-intro,
    .st-more-content,
    .st-separator {
         scroll-margin-top: 0 !important; /* MOBİL ÖZEL AYAR (SIFIRLANDI) */
    }

    .st-new-intro .st-why-heading,
    .st-vision-section .st-why-heading,
    .st-values-intro .st-why-heading,
    .st-activity-intro .st-why-heading,
    .st-more-title-group h4 {
        margin-top: 20px !important; 
        margin-bottom: 15px !important; 
    }

    .st-new-intro .st-why-lead,
    .st-vision-section .st-vision-lead,
    .st-values-intro .st-vision-lead,
    .st-activity-intro .st-vision-lead {
        margin-top: 0 !important;
    }

    .st-new-intro .st-why-lead {
        margin-bottom: 35px !important; 
        font-size: 28px !important; 
        font-weight: 800 !important; 
        letter-spacing: 0.5px !important;
        line-height: 1.2 !important;
    }
    
    .st-vision-section .st-vision-lead,
    .st-vision-section.mission-section .st-vision-lead,
    .st-values-intro .st-vision-lead,
    .st-activity-intro .st-vision-lead {
        padding-bottom: 35px !important; 
        margin-bottom: 0 !important;
    }

    .st-more-content { padding-top: 0 !important; }
    
    .st-more-title-group h4 { 
        font-size: 28px !important; 
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }

    .st-more-title-group p {
        letter-spacing: 0.7px !important; 
    }

    .st-activity-banner { height: auto !important; padding: 65px 0 !important; }
    .st-act-title { font-size: 30px !important; font-weight: 600 !important; line-height: 1.2 !important; margin-bottom: 16px !important; }
    .st-act-text { font-size: 20px !important; font-weight: 500 !important; line-height: 34px !important; }
    .st-act-icon-img { height: 96px !important; width: auto !important; margin-bottom: 30px !important; }

    .st-pan-track { gap: 15px !important; padding-left: 10px !important; }
    .st-pan-text-wrap { box-shadow: none !important; }
    .st-pan-arrow-icon { opacity: 1 !important; transform: translateX(0) !important; color: #00325B !important; }
    .st-pan-card { width: 245px !important; box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1) !important; }
    .st-pan-img-wrap { height: 150px !important; }
    
    .st-map-img { height: 300px; }
    .st-highlight-box { padding: 30px 20px; }
    .st-highlight-box p { font-size: 1.1rem !important; }
    .st-fs-content h2 { font-size: 36px; line-height: 1.2; }
    .st-fs-content p { font-size: 18px; line-height: 1.5; margin-top: 20px; }
    .st-fs-quote blockquote { font-size: 36px; }
    .st-fs-quote cite { font-size: 18px; }
    .st-share-banner { height: 350px; padding: 0 15px; }
    .st-share-content h2 { font-size: 2rem; }
    .st-share-content p { font-size: 1.1rem; }
    
    .st-more-header { display: block; }
    .st-more-title-group p { font-size: 20px; line-height: 1.4; margin-bottom: 50px; }
    
    .st-horizontal-scroll { margin-right: -20px; padding-right: 20px; }
}

/* Lightbox */
.lightbox-modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.95); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.lb-content { position: relative; width: 95vw; height: 90vh; display: flex; align-items: center; justify-content: center; }
.lb-content img { width: 100%; height: 100%; object-fit: contain; border: none; box-shadow: 0 0 30px rgba(0,0,0,0.5); }
.lb-close { position: absolute; top: 30px; right: 40px; color: #fff; font-size: 60px; font-weight: 300; line-height: 1; cursor: pointer; z-index: 10001; transition: transform 0.3s; }
.lb-close:hover { color: #ccc; transform: rotate(90deg); }