/* css/sub/pages/corporate.css */
/* =========================================
   ÖZEL ÜNYE ÇAKIRTEPE HASTANESİ
   Sayfa: Kurumsal Profil (corporate.css)
   Versiyon: 28.3 (FEEDBACK LINKS STYLED)
   ========================================= */

/* !!! KRİTİK: OVERFLOW KİLİDİNİ AÇMA !!! */
body, html {
    overflow: visible !important;
    overflow-x: clip !important;
}

main, .sub-page-container, .corp-layout-grid {
    overflow: visible !important;
}

/* -----------------------------------------
   GLOBAL AYARLAR & SIFIRLAMALAR
   ----------------------------------------- */
main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* ==========================================================================
   1. MASAÜSTÜ (BASE) - 1201px - 1999px
   ========================================================================== */

/* --- HERO SECTION --- */
.corp-hero {
    position: relative;
    width: 100%;
    /* Standart Base: 400px */
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    display: flex;
    /* Dikey Konum: Alttan Hizalama (Y Ekseni) */
    align-items: flex-end; 
    justify-content: flex-start;
    
    /* Alt Boşluk: 48px (Y Ekseni Ofseti) */
    padding-bottom: 3rem; 
    margin: 0;
    overflow: hidden;
}

/* OVERLAY (GRADIENT) */
.corp-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;
}

.corp-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    padding-left: 0 !important; 
    max-width: none;
}

/* Hero Başlık */
.corp-hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 3rem; /* 48px */
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: none; 
    letter-spacing: normal;
}

/* Hero Alt Başlık */
.corp-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 26px; 
    font-weight: 600;
    line-height: 1.2;
    opacity: 0.95;
    color: #ffffff;
}

/* --- BREADCRUMB --- */
.page-breadcrumb {
    padding: 1.5rem 0; 
    font-size: 0.9rem; 
    color: #666; 
    margin-bottom: 0 !important;
    border-bottom: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

.page-breadcrumb a { 
    color: #00325B; 
    text-decoration: none; 
    font-weight: 600; 
    transition: color 0.2s;
}

.page-breadcrumb a:hover { 
    color: #0071CE; 
}

.page-breadcrumb span { 
    margin: 0 0.5rem; 
    color: #ccc; 
}

.page-breadcrumb strong { 
    color: #666; 
    font-weight: 700; 
}

/* --- GRID YAPISI --- */
.corp-layout-grid {
    display: grid;
    grid-template-columns: 1fr 350px; /* SIDEBAR 350px (BASE) */
    gap: 30px; 
    margin-bottom: 80px;
}

/* --- TYPOGRAPHY & İÇERİK --- */
.corp-intro h2 {
    font-size: 2.2rem;
    color: #00325B;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.corp-lead-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
    border-left: 4px solid #ae2856;
    padding-left: 20px;
}

.corp-normal-text {
    font-size: 1.1rem !important; 
    color: #444 !important; 
    line-height: 1.6 !important; 
    margin-bottom: 68px; 
    font-weight: 400;
    max-width: 100%;
}

.corp-normal-text p { 
    margin-bottom: 1.5rem; 
}

.corp-normal-text p:last-child { 
    margin-bottom: 0; 
}

/* --- VIDEO WRAPPER --- */
.corp-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    border-radius: 0; 
    overflow: hidden;
    margin-bottom: 0; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

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

/* --- YÖNETİM KURULU & İDARİ KADRO --- */
.corp-divider {
    border: 0;
    border-top: 2px solid #00325B; 
    margin: 4rem 0 2.5rem 0;
    width: 100%;
}

.corp-board-section h3 { 
    font-size: 1.8rem; 
    color: #00325B; 
    margin-bottom: 10px; 
}

.section-desc {
    font-size: 1.1rem; 
    color: #444;       
    line-height: 1.6;  
    font-weight: 400;  
    margin-bottom: 40px;
    max-width: 100%;
}

.section-desc p { 
    margin-bottom: 1.5rem; 
}

/* --- BOARD GRID (PERSONEL) --- */
.board-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 30px;
    row-gap: 100px; 
    align-items: start;
    margin-bottom: 15px;
}

.board-card {
    text-align: left; 
    background: #fff; 
    padding: 0; 
    border: none; 
    border-radius: 0; 
}

.board-img {
    width: 100%; 
    max-width: 230px; 
    height: 256px;     
    border-radius: 0; 
    overflow: hidden;
    margin: 0 0 30px 0; 
    background: #f0f0f0;
}

.board-img img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: top center; 
}

.board-card h4 { 
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #00325B; 
    margin-bottom: 5px; 
    font-weight: 600; 
    line-height: 1.2;
    letter-spacing: 0.5px; 
}

.board-card span { 
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #00325B; 
    font-weight: 400; 
    display: block;
    line-height: 1.3;
    letter-spacing: 0.5px; 
}

/* --- ORG LINK --- */
.org-link {
    display: flex; 
    align-items: center; 
    gap: 15px;
    text-decoration: none; 
    color: #00325B; 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; 
    transition: all 0.3s ease;
}

.org-link:hover { 
    color: #0071CE; 
    transform: translateX(5px); 
}

/* --- KALİTE & AKORDEON --- */
.corp-quality-section h3 {
    font-size: 2.2rem; 
    color: #00325B;
    margin-bottom: 25px;
    font-weight: 700;
}

.corp-accordion { 
    border: none; 
    margin-bottom: 60px; 
}

.accordion-header {
    background-color: #00325B; 
    color: #ffffff;            
    padding: 14px 45px 14px 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.accordion-header:hover { 
    background-color: #002a4d; 
}

.acc-icon {
    width: 24px; 
    height: 14px; 
    flex-shrink: 0;
    stroke: currentColor; 
    stroke-width: 2; 
    fill: none;
    transition: transform 0.3s ease; 
    transform: rotate(90deg); 
}

.corp-accordion.active .acc-icon { 
    transform: rotate(-90deg); 
}

.accordion-content {
    background-color: #f2f2f2; 
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.corp-accordion.active .accordion-content { 
    max-height: 1000px; 
    transition: max-height 0.5s ease-in; 
}

.acc-inner {
    padding: 22px;
    font-size: 16px; 
    font-weight: 400; 
    line-height: 1.7; 
    color: #000000; 
    font-family: 'Inter', sans-serif;
}

.acc-inner ul { 
    margin: 20px 0; 
    padding-left: 20px; 
}

.acc-inner li { 
    margin-bottom: 10px; 
    list-style-type: disc; 
}


/* --- SIDEBAR --- */
.corp-sidebar { 
    height: 100%; 
    position: relative; 
}

.sidebar-inner {
    position: -webkit-sticky; 
    position: sticky;         
    top: 0 !important; 
    width: 100%; 
    background-color: #F2F2F2; 
    padding: 40px;
    border-radius: 4px; 
    z-index: 10;
}

.sidebar-section { 
    margin-bottom: 70px; 
}

.sidebar-section:last-child { 
    margin-bottom: 0; 
}

.sidebar-heading {
    font-family: 'Inter', sans-serif; 
    font-size: 24px; 
    font-weight: 600;
    color: #00325B; 
    text-transform: uppercase; 
    margin-bottom: 22px; 
    line-height: 1.2; 
    letter-spacing: -0.86px;
}

.sidebar-heading.title-case-fix { 
    text-transform: capitalize !important; 
}

.sidebar-address p {
    font-size: 16px; 
    color: #333; 
    margin: 0 0 2px 0; 
    line-height: 1.4; 
    font-weight: 400;
}

.sidebar-address { 
    margin-bottom: 30px; 
}

.sidebar-contact-items { 
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
}

.sc-item {
    display: flex; 
    align-items: center; 
    gap: 15px;
    font-size: 16px; 
    color: #0071CE; 
    text-decoration: none; 
    font-weight: 400;
    transition: 0.3s ease;
}

.sc-item:hover { 
    color: #00325B; 
}

/* SIDEBAR LINKLER */
.sidebar-link-list { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.sidebar-link-list li { 
    margin-bottom: 20px; 
}

.sidebar-link-list a {
    display: flex; 
    align-items: center; 
    gap: 15px;
    text-decoration: none; 
    color: #0071CE; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 1.4; 
    transition: all 0.3s ease;
}

.sidebar-link-list a:hover { 
    color: #00325B; 
    transform: translateX(5px); 
}

/* DEV İKON FIX */
.sidebar-link-list a svg, 
.sidebar-link-list a img, 
.sc-item svg, 
.sc-item img {
    width: 24px !important; 
    height: 24px !important;
    min-width: 24px !important; 
    flex-shrink: 0 !important; 
    object-fit: contain;
}

/* --- BANNERS --- */
.teal-banner {
    width: 100%; 
    height: 600px;
    background-color: #c7eafb; 
    color: #00325B; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 0; 
    margin-bottom: 0; 
    padding: 0; 
}

.teal-banner .sub-page-container { 
    width: 100%; 
}

.teal-banner h2 { 
    font-family: 'Inter', sans-serif; 
    font-size: 60px; 
    font-weight: 700; 
    color: #00325B; 
    margin: 0; 
    text-align: left; 
    line-height: 1.2;
}

.teal-banner p { 
    display: none; 
}

/* FEEDBACK BANNER (Footer Üstü) */
.feedback-banner {
    width: 100%; 
    height: 600px;
    background-color: #0071CE; 
    color: #ffffff;
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin-bottom: 0;
}

/* REVİZE: HAKKIMIZDA STİLİ (MASAÜSTÜ) */
.feedback-banner h2 {
    font-family: 'Inter', sans-serif; 
    font-size: 3rem; 
    font-weight: 700;
    color: #ffffff; 
    margin: 0 0 1.5rem 0; 
    line-height: 1.1; 
    text-align: left; 
    width: 100%;
}

/* REVİZE: HAKKIMIZDA BUTON STİLİ */
.feedback-link {
    display: inline-flex; 
    align-items: center; 
    gap: 15px;
    font-size: 1.1rem; 
    font-weight: 600; 
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.feedback-link:hover { 
    transform: translateX(10px); 
}

/* REVİZE: İKON BOYUTU */
.feedback-link svg { 
    width: 24px; 
    height: 14px; 
    stroke-width: 2; 
    fill: none;
    stroke: currentColor;
}


/* ==========================================================================
   2. FLUID SCALE (2K ve 4K EKRANLAR) - 2000px+
   Revizyon: 1920px ekranlar için düzeltme (Eşik 2000px yapıldı).
   ========================================================================== */
@media (min-width: 2000px) {

    /* HERO: 550px FLUID (Hakkımızda Standardı ile Eşitlendi) */
    .corp-hero { 
        height: 550px !important; 
        min-height: 550px !important; 
        max-height: 550px !important;
    }
    
    /* FONT SCALING (Büyüme Oranı) */
    .corp-hero-title { 
        font-size: 3.75rem !important; 
    } 
    
    .corp-hero-subtitle { 
        font-size: 1.5rem !important; 
    }
    
    /* GRID */
    .corp-layout-grid {
        grid-template-columns: 1fr 450px !important; 
        gap: 100px !important;
    }
    
    /* TYPOGRAPHY */
    .corp-intro h2 { 
        font-size: 2.8rem !important; 
    }
    
    .corp-lead-text { 
        font-size: 1.5rem !important; 
    }
    
    .corp-normal-text { 
        font-size: 1.3rem !important; 
        margin-bottom: 90px !important; 
    }
    
    .section-desc { 
        font-size: 1.3rem !important; 
        margin-bottom: 60px !important; 
    }
    
    /* BOARD CARDS */
    .board-grid { 
        column-gap: 65px !important; 
        row-gap: 120px !important; 
    }
    
    .board-img { 
        max-width: 318px !important; 
        width: 318px !important; 
        height: 354px !important; 
    }
    
    .board-card h4 { 
        font-size: 24px !important; 
    }
    
    .board-card span { 
        font-size: 26px !important; 
    }
    
    /* SIDEBAR */
    .sidebar-inner { 
        padding: 60px !important; 
    }
    
    .sidebar-heading { 
        font-size: 30px !important; 
        margin-bottom: 30px !important; 
    }
    
    .sidebar-address p, 
    .sc-item, 
    .sidebar-link-list a { 
        font-size: 20px !important; 
    }
    
    .sidebar-section { 
        margin-bottom: 90px !important; 
    }

    /* ORG LINK */
    .org-link { 
        font-size: 22px !important; 
        gap: 20px !important; 
    }
    
    .org-link svg { 
        width: 32px !important; 
        height: 20px !important; 
        stroke-width: 3px !important; 
    }

    /* ACCORDION */
    .accordion-header { 
        padding: 20px 60px 20px 20px !important; 
        font-size: 26px !important; 
        line-height: 1.4 !important;
    }
    
    .acc-icon { 
        width: 32px !important; 
        height: 20px !important; 
    }
    
    .acc-inner { 
        font-size: 1.3rem !important; 
        padding: 40px !important; 
        line-height: 1.8 !important;
    }
    
    .acc-inner li { 
        margin-bottom: 15px !important; 
    }
    
    /* BANNERS */
    .teal-banner, 
    .feedback-banner { 
        height: 800px !important; 
    }
    
    .teal-banner h2, 
    .feedback-banner h2 { 
        font-size: 80px !important; 
    }
}


/* ==========================================================================
   3. TABLET AYIRIMI (SPLIT SYSTEM)
   ========================================================================== */
/* 3A. LARGE TABLET (iPad 13" / Pro) */
@media (min-width: 1000px) and (max-width: 1200px) {
    .sub-page-container { 
        padding-left: 40px !important; 
        padding-right: 40px !important; 
    }
    
    /* HERO: STANDARDİZE EDİLDİ */
    .corp-hero { 
        height: 400px !important; 
        min-height: 400px !important; 
    }
    
    .corp-hero-title { 
        font-size: 2.5rem; 
    }
    
    .corp-layout-grid { 
        grid-template-columns: 1fr 320px; 
        gap: 30px; 
        align-items: start; 
    }
    
    .corp-sidebar { 
        height: 100%; 
        width: 100%; 
    }
    
    .sidebar-inner {
        position: -webkit-sticky; 
        position: sticky;
        top: 100px; 
        width: 100%; 
        min-height: auto;
        padding: 30px; 
        display: block; 
    }
    
    .sidebar-section { 
        margin-bottom: 40px; 
    } 
    
    .board-grid { 
        grid-template-columns: repeat(3, 1fr); 
        column-gap: 20px; 
        row-gap: 60px; 
    }
    
    .board-img { 
        width: 171px !important; 
        max-width: 171px !important; 
        height: 191px !important; 
        margin-bottom: 20px; 
    }
    
    .board-card h4 { 
        font-size: 22px !important; 
        font-weight: 500; 
        line-height: 1.2; 
    }
    
    .board-card span { 
        font-size: 22px !important; 
        font-weight: 300; 
        line-height: 1.3; 
    }
    
    .teal-banner { 
        height: 360px; 
    } 
    
    .teal-banner h2 { 
        font-size: 40px; 
    }
    
    /* TABLET BANNER SYNC */
    .feedback-banner { 
        height: 360px; 
    }
    
    .feedback-banner h2 { 
        font-size: 1.625rem !important; 
        line-height: 1.3 !important; 
    }
}

/* 3B. SMALL TABLET (iPad 11") */
@media (min-width: 700px) and (max-width: 999px) {
    .sub-page-container { 
        padding-left: 30px !important; 
        padding-right: 30px !important; 
    }
    
    /* HERO: STANDARDİZE EDİLDİ */
    .corp-hero { 
        height: 400px !important; 
        min-height: 400px !important; 
    }
    
    .corp-hero-title { 
        font-size: 2.2rem; 
    }
    
    .corp-layout-grid { 
        grid-template-columns: 1fr !important; 
        gap: 60px; 
    }
    
    .corp-sidebar { 
        width: 100% !important; 
    }
    
    .sidebar-inner {
        position: static !important; 
        width: 100% !important; 
        padding: 30px;
        display: grid !important; 
        grid-template-columns: 1fr 1fr; 
        column-gap: 40px; 
        row-gap: 40px;
    }
    
    .sidebar-section { 
        margin-bottom: 0 !important; 
    }
    
    .board-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        column-gap: 30px; 
        row-gap: 50px; 
    }
    
    .board-img { 
        width: 100% !important; 
        max-width: 357px !important; 
        height: 400px !important; 
        margin-bottom: 20px; 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    .board-card h4 { 
        font-size: 20px !important; 
    }
    
    .board-card span { 
        font-size: 18px !important; 
    }
    
    .teal-banner { 
        height: 360px !important; 
        padding: 0 !important; 
    }
    
    .teal-banner h2 { 
        font-size: 36px; 
        padding-left: 30px; 
        padding-right: 30px; 
    }
    
    /* TABLET BANNER SYNC */
    .feedback-banner { 
        height: 360px !important; 
        padding: 0 !important; 
    }
    
    .feedback-banner h2 { 
        font-size: 1.625rem !important; 
        line-height: 1.3 !important;
        padding-left: 30px; 
        padding-right: 30px; 
    }
}


/* ==========================================================================
   4. MOBİL (KARANTİNA 2) - 699px ve Altı
   ========================================================================== */
@media (max-width: 699px) {
    main { 
        margin-top: 0 !important; 
        padding-top: 0 !important; 
    }

    /* HERO: STANDARDİZE EDİLDİ (TAM EKRAN + HİZALAMA) */
    .corp-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; 
    }

    .corp-hero-title {
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 44px !important;
        margin-bottom: 5px !important;
    }

    .corp-intro h2,
    .corp-board-section h3,
    .corp-quality-section h3,
    h1, h2, h3,
    .vc_custom_heading { 
        font-size: 26px !important; 
        line-height: 1.1 !important; 
        font-weight: 700 !important; 
        margin-bottom: 10px !important;
    }

    .corp-hero-subtitle { 
        font-size: 26px !important; 
        font-weight: 500 !important; 
        line-height: 31px !important; 
        opacity: 0.95 !important;
        margin-top: 0 !important;
    }
    
    .corp-layout-grid { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    
    /* SIDEBAR */
    .corp-sidebar { 
        position: static; 
        width: 100%; 
    }
    
    .sidebar-inner { 
        position: static; 
        width: 100%; 
        padding: 25px; 
        min-height: auto; 
        display: block !important; 
    }
    
    .sidebar-heading {
        font-size: 24px !important; 
        font-weight: 600 !important;
        margin-bottom: 22px !important;
        letter-spacing: -0.06px !important;
    }

    .sidebar-section { 
        margin-bottom: 50px !important; 
    }
    
    /* AKORDEON DÜZENLEMESİ */
    .accordion-header {
        font-size: 19px !important; 
        padding-right: 35px !important; 
    }
    
    /* AKORDEON 2. SATIR */
    .acc-inner a,
    .acc-inner span {
        display: table !important; 
        margin-top: 15px !important; 
        font-weight: 600 !important;
    }

    /* BOARD GRID */
    .sub-page-container {
        padding-left: 10px !important; 
        padding-right: 10px !important;
    }

    .board-grid { 
        display: flex !important;
        flex-direction: column !important;
        gap: 50px !important;
    }
    
    .board-card {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .board-img { 
        width: 100% !important;
        max-width: 100% !important; 
        height: 450px !important; 
        border-radius: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .board-card h4, 
    .board-card span {
        padding-left: 0 !important; 
        padding-right: 0 !important;
    }
    
    /* BANNERS: STANDARDİZE EDİLDİ */
    .teal-banner { 
        height: auto !important; 
        min-height: auto !important;
        padding: 6rem 0 !important; 
    }
    
    .teal-banner h2 { 
        font-size: 30px !important; 
        line-height: 1.13 !important; 
        font-weight: 700 !important;
    }
    
    /* FOOTER ÜSTÜNDEKİ BANNER (FEEDBACK) REVİZYONU */
    .feedback-banner { 
        height: 480px !important; 
        min-height: 480px !important;
        padding: 0 !important; 
    }
    
    .feedback-banner .sub-page-container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important; 
        align-items: flex-start !important; 
        padding-left: 20px !important;      
        padding-right: 20px !important;
    }

    .feedback-banner h2 { 
        font-size: 1.625rem !important; 
        line-height: 1.3 !important; 
        font-weight: 700 !important;
    }
}

/* --- SIDEBAR OK KESİN DÜZELTME (EZİLEMEZ) --- */
.sidebar-link-list .corp-sidebar-arrow {
    width: 22px !important;
    height: 14px !important;
    min-width: 22px !important;
    stroke-width: 2 !important;
    flex-shrink: 0 !important;
    object-fit: contain;
}

@media (min-width: 2000px) {
    .sidebar-link-list .corp-sidebar-arrow {
        width: 36px !important;
        height: 23px !important; 
        min-width: 36px !important;
    }
}

/* ==========================================================================
   YENİ EKLENEN: FORM LİNKLERİ STİLİ (TR / EN)
   ========================================================================== */
.form-text-link {
    color: #0071CE;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    padding: 0 2px;
}

.form-text-link:hover {
    color: #00325B;
    border-bottom: 2px solid #00325B;
}