/* css/sub/pages/job-detail.css */
/* ============================================================
   JOB DETAIL PAGE - V6.1 (EXPANDED & 1920PX FIX)
   Revizyon:
   1. Mobil Hero yüksekliği 'svh' yapıldı (Zıplama önleyici).
   2. Fluid Scale eşiği 2000px yapıldı (1920px ekranlar için düzeltme).
   3. Kod yapısı genişletildi (Beautified).
   ============================================================ */

/* ============================================================
   GLOBAL & RESET
   ============================================================ */
body, html {
    overflow-x: clip; 
    background-color: #fafafa !important; 
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin-top: 0;
    margin-bottom: 0;
}

/* ÖNEMLİ: HİZALAMA İÇİN */
.jd-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* ============================================================
   1. EDITORIAL HERO
   ============================================================ */
.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: 0 !important; 
    margin: 0; 
    margin-bottom: 25px !important; 
    overflow: hidden;
    padding-bottom: 0 !important; 
    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;
}

.editorial-hero .sub-page-container {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
}

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

/* ETİKET (BADGE) STİLİ */
.jd-hero-badge {
    background-color: #00325B;
    color: #fff;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    height: 35px !important; 
    display: inline-flex; 
    align-items: center;  
    padding: 0 20px;      
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;       
    margin-bottom: 0 !important; 
}

/* PDF KAYDET BUTONU STİLİ */
.hero-pdf-btn {
    position: absolute;
    z-index: 10;
    right: 40px; 
    bottom: 25px; 
    height: 50px;
    border: 2px solid #ffffff;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.hero-pdf-btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.hero-pdf-btn svg, 
.hero-pdf-btn svg g, 
.hero-pdf-btn svg path {
    fill: #ffffff !important;
}

/* ============================================================
   2. SOCIAL ICONS
   ============================================================ */
.info-social-top {
    display: flex;
    align-items: center;
    gap: 1.25rem; 
    margin-bottom: 25px !important; 
}

.info-social-top a {
    color: #00325B;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem; 
    height: 1.2rem;
    transition: color 0.3s ease;
}

.info-social-top a:hover { 
    color: #0071CE; 
}

.info-social-top a svg { 
    width: 100%; 
    height: 100%; 
}

/* ============================================================
   3. HEADER & INTRO
   ============================================================ */
.jd-pre-title {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #555;
    margin-bottom: 40px; 
    max-width: 800px;
}

.jd-title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    color: #00325B;
    margin-top: 0;
    margin-bottom: 15px; 
    width: 100%; 
}

.jd-meta {
    font-family: 'Inter', sans-serif;
    color: #00325B;
    margin-bottom: 60px; 
    display: block; 
    width: 100%; 
}

.jd-rate {
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    display: block;
}

.jd-separator {
    border: none;
    border-top: 2px solid #00325B;
    margin-top: 0;
    margin-bottom: 60px; 
}

/* ============================================================
   4. CONTENT BLOCKS
   ============================================================ */
.jd-content-blocks {
    display: flex;
    flex-direction: column;
    gap: 0; 
    margin-bottom: 60px;
}

.jd-block {
    margin-bottom: 55px;
}

.jd-block:last-child {
    margin-bottom: 0;
}

.jd-block-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: #00325B;
    margin-bottom: 28px; 
}

.jd-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; 
}

.jd-list li {
    position: relative;
    padding-left: 40px; 
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* Global Line-Height */
    color: #333;
    margin-bottom: 6px; 
    width: 100%; 
    max-width: 100% !important;
}

.jd-list li strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

/* CSS SHAPE BULLET - GLOBAL */
.jd-list li::before {
    content: "";
    width: 6px;  /* Çap */
    height: 6px;
    background-color: #333;
    border-radius: 50%; /* Tam Daire */
    position: absolute;
    left: 15px; 
    /* Hesaplama: (LineHeight 27px - Bullet 6px) / 2 = 10.5px */
    top: 11px; 
}

/* ============================================================
   5. ACTION BUTTON
   ============================================================ */
.jd-action-wrapper {
    margin-top: 0; 
    margin-bottom: 80px;
}

.jd-apply-btn {
    background-color: #0071CE; 
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.jd-apply-btn:hover { 
    background-color: #00325B; 
}

/* ============================================================
   6. VIDEO SECTION
   ============================================================ */
.jd-media-section {
    background-color: transparent !important; 
    padding: 80px 0;
    border: none !important; 
}

.jd-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: #00325B;
    margin-bottom: 8px; 
}

.jd-media-section .jd-separator {
    margin-top: 115px !important; 
    margin-bottom: 20px !important; 
}

.jd-media-section .jd-separator + .jd-section-title {
    margin-top: 0 !important;
}

.jd-section-desc {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    max-width: 100% !important; 
    width: 100%;
    margin-bottom: 50px;
}

.jd-video-wrapper {
    width: 100%; 
    position: relative;
    padding-bottom: 56.25%; 
    height: 0; 
    background-color: #000;
    margin-bottom: 40px; 
}

.jd-video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.jd-interview-stack { 
    display: flex; 
    flex-direction: column; 
    gap: 0; 
}

/* ============================================================
   7. HR CONTACT
   ============================================================ */
.jd-hr-section { 
    padding: 100px 0; 
    background-color: transparent !important; 
}

/* ============================================================
   8. FOOTER PARALLAX BANNER
   ============================================================ */
.jd-parallax-banner {
    position: relative;
    width: 100%;
    height: 570px !important; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-bottom: 0; 
}

.jd-parallax-bg {
    position: absolute;
    top: -15%; 
    width: 100%; 
    left: 0; 
    height: 130%; 
    background-size: cover;
    background-position: center;
    z-index: 1; 
    will-change: transform; 
}

.jd-parallax-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0, 50, 91, 0.75); 
    z-index: 2;
    pointer-events: none;
}

.jd-banner-text {
    position: relative; 
    z-index: 3; 
    color: #fff; 
    font-family: 'Inter', sans-serif; 
    font-size: 42px; 
    font-weight: 600; 
    line-height: 50px; 
    max-width: 900px;
    text-align: left; 
}

.jd-parallax-banner .sub-page-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

/* ============================================================
   9. SHARE BANNER
   ============================================================ */
.jd-share-section {
    background-color: #015eb4; 
    height: 415px; 
    padding: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.jd-share-container { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.jd-share-title { 
    font-family: 'Inter', sans-serif; 
    font-size: 34px; 
    font-weight: 600; 
    margin-top: 0; 
    margin-bottom: 20px; 
    color: #ffffff; 
}

.jd-share-text {
    font-family: 'Inter', sans-serif; 
    font-size: 22px; 
    font-weight: 400; 
    line-height: 1.5; 
    margin-bottom: 40px; 
    color: rgba(255, 255, 255, 0.95); 
    max-width: 800px;
}

.jd-share-btn {
    background: transparent; 
    border: 2px solid #ffffff; 
    padding: 15px 30px; 
    display: inline-flex; 
    align-items: center; 
    gap: 15px; 
    cursor: pointer; 
    transition: all 0.3s ease;
}

.jd-share-btn:hover { 
    background-color: rgba(255, 255, 255, 0.1); 
    transform: scale(1.05); 
}

.jd-share-icon { 
    width: 30px; 
    height: auto; 
    filter: brightness(0) invert(1); 
}

.jd-share-btn-text { 
    font-family: 'Inter', sans-serif; 
    font-size: 18px; 
    font-weight: 600; 
    color: #ffffff; 
    text-transform: uppercase; 
}

/* ============================================================
   MOBİL CİHAZLAR (KARANTİNA 2) - 699px ve Altı
   ============================================================ */
@media screen and (max-width: 699px) {
    
    /* 1. KONTEYNER VE BOŞLUKLAR (20px Standart) */
    .jd-container, .sub-page-container { 
        padding-left: 20px !important; 
        padding-right: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* 2. HERO BANNER - GÖRÜNÜR KISIM ARTTIRILDI (See Spital Tarzı) */
    .editorial-hero { 
        height: 500px !important; /* Yükseklik 330px'ten 500px'e çıkarıldı */
        min-height: 500px !important; 
        max-height: 500px !important;
        background-position: center 20% !important; /* Görselin üst kısmı (yüz) odağı */
    }
    
    /* PDF Butonu (Sola Hizalı, Badge'in 15px Üzerinde) */
    .hero-pdf-btn { 
        position: absolute !important;
        left: 15px !important;   /* Sola yasla */
        right: auto !important;  /* Sağı iptal et */
        margin-left: 0 !important;
        padding: 0 15px !important; 
        font-size: 12px !important; 
        height: 40px !important; 
        /* Badge yüksekliği (approx 35-40px) + 15px boşluk = 60px */
        bottom: 60px !important; 
        width: auto !important;
        justify-content: flex-start !important;
    }
    
    .jd-hero-badge { 
        font-size: 12px !important; 
        padding: 10px 20px !important; 
        /* Badge en altta sabit */
        bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    /* 3. TİPOGRAFİ MOBİL ÖLÇEKLENDİRME (İstenen: 26px, 700, 34px) */
    .jd-pre-title {
        font-size: 15px !important;
        margin-bottom: 25px !important;
    }

    .jd-title { 
        font-size: 26px !important;  /* REVİZE EDİLDİ */
        font-weight: 700 !important; /* REVİZE EDİLDİ */
        line-height: 34px !important;/* REVİZE EDİLDİ */
        margin-bottom: 10px !important;
    }

    .jd-rate { 
        font-size: 26px !important; /* Başlıklarla uyumlu */
        font-weight: 700 !important;
        line-height: 34px !important;
    }

    .jd-intro-text { 
        font-size: 18px !important; 
    }

    .jd-block-title { 
        font-size: 26px !important;  /* REVİZE EDİLDİ */
        font-weight: 700 !important; /* REVİZE EDİLDİ */
        line-height: 34px !important;/* REVİZE EDİLDİ */
        margin-bottom: 20px !important;
    }

    .jd-list li { 
        font-size: 16px !important; 
        line-height: 1.5 !important; 
        padding-left: 30px !important;
    }

    /* CSS SHAPE BULLET - MOBİL */
    .jd-list li::before {
        width: 5px !important;
        height: 5px !important;
        left: 10px !important;
        top: 9.5px !important; 
    }
    
    /* 4. MEDYA VE VİDEOLAR */
    .jd-section-title {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 34px !important;
        margin-bottom: 20px !important;
    }

    .jd-section-desc {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .jd-media-section .jd-separator {
        margin-top: 60px !important; 
        margin-bottom: 20px !important;
    }

    .jd-video-wrapper {
        margin-bottom: 30px !important;
    }
    
    /* 5. PAYLAŞIM VE FOOTER BANNER */
    .jd-share-section {
        height: auto !important;
        padding: 50px 0 !important;
    }

    .jd-share-title { 
        font-size: 26px !important; 
    }
    
    .jd-share-text { 
        font-size: 18px !important; 
        margin-bottom: 30px !important; 
    }
    
    /* Share Butonu Revizesi: Kenarlardan 15px boşluk */
    .jd-share-btn { 
        width: auto !important; /* Full width iptal */
        margin-left: 15px !important;
        margin-right: 15px !important;
        justify-content: center !important; 
        display: flex !important;
    }
    
    .jd-parallax-banner { 
        height: 350px !important; 
    }
    
    /* Footer Banner Metni Sola Hizalama */
    .jd-banner-text { 
        font-size: 26px !important; 
        text-align: left !important; /* Sola yaslandı */
        padding-left: 20px !important; /* Sol kenara yapışmaması için */
        line-height: 1.3 !important; 
    }
    
    /* Banner içindeki container hizalaması */
    .jd-parallax-banner .sub-page-container {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

/* ============================================================
   FLUID SCALE (2K ve 4K EKRANLAR - 2000px+)
   Revizyon: 1920px ekranlar için düzeltme (Eşik 2000px yapıldı).
   ============================================================ */
@media screen and (min-width: 2000px) {
    
    /* 1. KAPSAYICILARI SABİTLE (GENİŞLİK NET 1600PX) */
    .jd-container, 
    .sub-page-container,
    .editorial-hero .sub-page-container, /* Hero Banner İçi */
    .jd-share-container { 
        width: 1600px !important;      /* %100 YERİNE SABİT 1600PX */
        max-width: 1600px !important; 
        min-width: 1600px !important;
        
        margin-left: auto !important;  /* Solu Ortala */
        margin-right: auto !important; /* Sağı Ortala */
        
        padding-left: 0 !important;     
        padding-right: 0 !important;
    }
    
    /* info social top (USER REVISION: 55px) */
    .info-social-top {
        margin-bottom: 55px !important; 
    }

    /* 2. HERO BANNER */
    .editorial-hero { 
        height: 550px !important; 
        min-height: 550px !important;
        max-height: 550px !important;
        /* İçerik kapsayıcısını ortala */
        justify-content: center !important; 
    }
    
    /* 3. PDF BUTONU - BIÇAK SIRTI FIX */
    .hero-pdf-btn {
        height: 60px !important;
        font-size: 18px !important;
        padding: 0 30px !important;
        
        /* MATEMATİKSEL HİZALAMA: (Ekran %50) - (Container Yarısı 800px) */
        right: calc(50% - 800px) !important;
        
        margin-right: 0 !important; 
        margin-left: 0 !important; 
        bottom: 30px !important; 
    }
    
    .hero-pdf-btn svg { 
        width: 28px !important; 
        height: 28px !important; 
    }

    /* 4. BADGE (SOL ÜST) */
    .jd-hero-badge { 
        font-size: 16px !important; 
        font-weight: 400 !important; 
        line-height: 21px !important;
        height: 45px !important; 
        padding: 0 30px !important; 
        margin-left: 0 !important; 
    }

    /* 5. SHARE BANNER (ORTALI) */
    .jd-share-section { 
        height: 550px !important; 
        text-align: center !important; 
    }

    .jd-share-container {
        align-items: center !important; 
        justify-content: center !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .jd-share-title { 
        font-size: 48px !important; 
        margin-top: 0 !important;
        text-align: center !important;
    }
    
    .jd-share-text { 
        font-size: 30px !important; 
        max-width: 1200px !important; 
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .jd-share-btn { 
        padding: 20px 40px !important; 
        margin-left: 0 !important;
    }
    
    .jd-share-btn-text { 
        font-size: 24px !important; 
    }
    
    .jd-share-icon { 
        width: 50px !important; 
    }

    /* --- DİĞER ELEMANLARIN BÜYÜTÜLMESİ --- */
    .jd-pre-title { 
        font-size: 22px !important; 
        font-weight: 400 !important;
        line-height: 31px !important;
        margin-bottom: 60px !important; 
        max-width: 100% !important; 
    }
    
    .jd-title { 
        font-size: 64px !important; 
        line-height: 1.1 !important; 
        margin-bottom: 20px !important;
    }
    
    .jd-rate { 
        font-size: 64px !important; 
    }
    
    /* İÇERİK BAŞLIKLARI */
    .jd-block-title { 
        font-size: 42px !important; 
        font-weight: 700 !important;
        line-height: 55px !important;
        margin-bottom: 40px !important; 
    }

    /* LİSTE METİNLERİ */
    .jd-list li { 
        font-size: 28px !important; 
        font-weight: 400 !important;
        line-height: 42px !important; /* FLUID LH: 42px */
        padding-left: 50px !important;
        margin-bottom: 10px !important;
    }
    
    /* BOLD METİN FIX */
    .jd-list li strong {
        font-size: 28px !important; 
        font-weight: 700 !important;
        line-height: 42px !important;
    }

    /* CSS SHAPE BULLET - FLUID */
    .jd-list li::before {
        width: 8px !important; /* Biraz daha büyük */
        height: 8px !important;
        left: 20px !important;
        /* Hesap: (LineHeight 42px - Bullet 8px) / 2 = 17px */
        top: 17px !important; 
    }

    /* BÖLÜM BAŞLIĞI VE BOŞLUK (USER REVISION: 30px) */
    .jd-section-title { 
        font-size: 42px !important; 
        margin-bottom: 30px !important; 
    }
    
    .jd-section-desc { 
        font-size: 28px !important; 
        margin-bottom: 80px !important; 
    }
    
    /* SEPARATOR BOŞLUK (USER REVISION: 60px Bottom) */
    .jd-media-section .jd-separator {
        margin-top: 150px !important; 
        margin-bottom: 60px !important; 
    }

    /* VİDEO BOŞLUKLARI (DEFAULT 40PX + 15PX = 55PX) */
    .jd-video-wrapper {
        margin-bottom: 55px !important;
    }

    .jd-apply-btn {
        font-size: 24px !important;
        padding: 20px 60px !important;
    }
    
    .jd-apply-btn svg { 
        width: 32px !important; 
        height: auto !important; 
    }

    /* Parallax Banner */
    .jd-parallax-banner { 
        height: 750px !important; 
    }
    
    .jd-banner-text { 
        font-size: 80px !important; 
        line-height: 90px !important; 
        max-width: 1400px !important; 
    }
}

/* ============================================================
   TABLET (KARANTİNA 1) - 700px ile 1200px Arası
   (iPad Pro 11", iPad Pro 13" ve Diğer Tabletler)
   ============================================================ */
@media screen and (min-width: 700px) and (max-width: 1200px) {
    
    /* 1. KONTEYNER YAPISI */
    .jd-container, 
    .sub-page-container { 
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 40px !important; 
        padding-right: 40px !important;
        box-sizing: border-box !important;
    }

    /* 2. HERO BANNER */
    .editorial-hero {
        height: 400px !important;
    }

    .hero-pdf-btn { 
        right: 40px !important; 
        bottom: 30px !important;
        height: 50px !important;
        font-size: 14px !important;
        padding: 0 25px !important;
    } 

    .jd-hero-badge {
        margin-left: 0 !important; 
    }

    /* 3. TİPOGRAFİ (13" ve 11" İÇİN İSTENEN DEĞERLER) */
    .jd-pre-title { 
        font-size: 18px !important; 
        margin-bottom: 30px !important;
    }

    /* İş İlanı Başlığı (H1) */
    .jd-title { 
        font-size: 34px !important;     /* İSTENEN */
        font-weight: 700 !important;    /* İSTENEN */
        line-height: 44px !important;   /* İSTENEN */
        margin-bottom: 15px !important;
    }

    .jd-rate { 
        font-size: 42px !important; 
    }

    .jd-intro-text { 
        font-size: 22px !important; 
    }
    
    /* İçerik Başlıkları (H3 - Görev Tanımı vb.) */
    .jd-block-title { 
        font-size: 34px !important;     /* İSTENEN */
        font-weight: 700 !important;    /* İSTENEN */
        line-height: 44px !important;   /* İSTENEN */
        margin-bottom: 25px !important;
    }

    .jd-list li { 
        font-size: 18px !important; 
        line-height: 1.6 !important; /* Tablet LH: 1.6 x 18 ≈ 28.8px */
    }

    /* CSS SHAPE BULLET - TABLET */
    .jd-list li::before {
        /* Hesap: (LineHeight 28.8px - Bullet 6px) / 2 ≈ 11.5px */
        top: 11.5px !important; 
    }

    .jd-list li strong {
        font-size: 18px !important;
    }

    /* 4. PAYLAŞIM ALANI */
    .jd-share-section {
        height: auto !important; 
        padding: 60px 0 !important;
    }
    
    .jd-share-title {
        font-size: 32px !important;
    }
    
    .jd-share-text {
        font-size: 20px !important;
        max-width: 700px !important; 
    }

    /* 5. PARALLAX BANNER */
    .jd-parallax-banner {
        height: 450px !important; 
    }
    
    .jd-banner-text {
        font-size: 42px !important;
        line-height: 1.3 !important;
        max-width: 90% !important;
    }
}

/* ============================================================
   TABLET ARA AYAR (11" ve Altı - Dikey Mod) - GÜNCEL
   Amaç: 11" tabletlerde %93 içerik genişliği ile bıçak sırtı hiza sağlanır.
   Buton da bu hizaya matematiksel olarak (%3.5 boşluk) oturtulur.
   ============================================================ */
@media only screen and (max-width: 960px) and (orientation: portrait) {
    .jd-container, 
    .sub-page-container {
        width: 93% !important;        /* İçerik genişliği %93 */
        max-width: 93% !important;
        margin-left: auto !important; /* Sol boşluk otomaik (%3.5) */
        margin-right: auto !important;/* Sağ boşluk otomatik (%3.5) */
        padding-left: 0 !important;   
        padding-right: 0 !important;  
    }

    /* Hero Banner İçeriğini de hizaya sok */
    .ed-hero-content {
        padding-left: 0 !important;
    }
    
    /* PDF Butonu Hizalama Fix */
    .hero-pdf-btn {
        /* Hesap: (100% - 93%) / 2 = 3.5%
           Butonun sağdan boşluğu, içeriğin sağ boşluğuna eşit olmalı.
        */
        right: 3.5% !important; 
        
        /* Tablette butonun alt boşluğunu biraz açalım */
        bottom: 30px !important; 
    }
}

/* ============================================================
   MOBİL CİHAZLAR (KARANTİNA 2) - 699px ve Altı
   (V17.0 - GÖRSEL YOLU FIX: 3 ADIM GERİ ../../../)
   ============================================================ */
@media screen and (max-width: 699px) {
    
    /* 1. ANA KONTEYNER (10PX BOŞLUK - LOGO HİZASI) */
    .jd-container, .sub-page-container { 
        padding-left: 10px !important;  
        padding-right: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    /* İç elemanların ekstra boşluklarını sıfırla */
    .jd-content-blocks, 
    .jd-block, 
    .jd-media-section,
    .jd-pre-title,
    .jd-banner-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* 2. HERO BANNER - DOSYA YOLU DÜZELTİLDİ */
    .editorial-hero { 
        height: 330px !important;       
        min-height: 330px !important; 
        max-height: 330px !important;
        
        /* DÜZELTME: CSS dosyan 'css/sub/pages/' içinde olduğu için 
           ana dizindeki 'images' klasörüne ulaşmak için 3 kez geri çıkıyoruz.
        */
        background-image: url('../../../images/jobsbannerm.jpg') !important;
        
        background-size: cover !important; 
        background-position: center top !important; 
        background-repeat: no-repeat !important;
        
        margin-bottom: 25px !important;
        position: relative !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
    }

    /* Hero içindeki konteyner etkisini sıfırla */
    .editorial-hero .sub-page-container,
    .editorial-hero .ed-hero-content {
        position: static !important; 
        padding: 0 !important;       
        margin: 0 !important;
        width: 100% !important;
    }

    /* 3. ETİKET (BADGE) - SOLA 10PX (BIÇAK SIRTI) */
    .jd-hero-badge { 
        position: absolute !important;
        left: 10px !important;     /* 10px Boşluk */
        bottom: 0 !important;      /* Alt kenara SIFIR */
        margin-left: 0 !important; 
        margin-bottom: 0 !important;
        height: 35px !important;
        padding: 0 15px !important; 
        font-size: 12px !important; 
        width: fit-content !important;
        z-index: 999 !important;
    }

    /* 4. PDF BUTONU - SOLA 10PX (BIÇAK SIRTI) */
    .hero-pdf-btn { 
        position: absolute !important;
        left: 10px !important;     /* 10px Boşluk */
        margin-left: 0 !important; 
        right: auto !important;
        top: auto !important;
        
        /* Badge (35px) + Boşluk (10px) = 45px */
        bottom: 45px !important;  
        
        width: fit-content !important;
        min-width: 120px !important;
        height: 40px !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 15px !important;
        font-size: 13px !important;
        background-color: rgba(0, 50, 91, 0.6) !important;
        border: 1px solid #fff !important;
        z-index: 999 !important;
    }
    
    .hero-pdf-btn svg {
        width: 16px !important;
        height: 16px !important;
    }

    /* 5. TİPOGRAFİ (ÖLÇÜLER SABİT) */
    .jd-pre-title { 
        font-size: 15px !important; 
        margin-bottom: 25px !important; 
    }
    
    .jd-title { 
        font-size: 26px !important;  
        font-weight: 700 !important; 
        line-height: 34px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    
    .jd-rate { 
        font-size: 26px !important; 
        font-weight: 700 !important; 
        line-height: 34px !important; 
    }
    
    .jd-block-title { 
        font-size: 26px !important;  
        font-weight: 700 !important; 
        line-height: 34px !important;
        margin-bottom: 20px !important;
    }
    
    .jd-list li { 
        font-size: 16px !important; 
        line-height: 1.5 !important; 
        padding-left: 30px !important;
        margin-left: 0 !important;
    }
    
    .jd-list li::before {
        width: 5px !important; 
        height: 5px !important; 
        left: 10px !important; 
        top: 9.5px !important; 
    }
    
    /* 6. PAYLAŞIM VE FOOTER */
    .jd-share-section { 
        height: auto !important; 
        padding: 50px 0 !important; 
    }
    
    .jd-share-title { 
        font-size: 26px !important; 
    }
    
    .jd-share-text { 
        font-size: 18px !important; 
        margin-bottom: 30px !important; 
    }
    
    .jd-share-btn { 
        width: auto !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .jd-parallax-banner { 
        height: 350px !important; 
    }
    
    .jd-banner-text { 
        font-size: 26px !important; 
        text-align: left !important; 
        padding-left: 0 !important; 
        line-height: 1.3 !important; 
    }
    
    .jd-parallax-banner .sub-page-container {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-left: 10px !important; 
    }
}