:root{
    --blue-light:#3e7fb3;
    --blue-main:#1f3f7a;
}



section.global-page-header{
    position: relative !important;
    background: linear-gradient(135deg,var(--blue-light),var(--blue-main)) !important;
    z-index:1;
}

section.global-page-header::after{
    content:none !important;
    background:none !important;
}

section.global-page-header::before{
    content:none !important;
    background:none !important;
}
.about-hero-new{
    background: linear-gradient(135deg,var(--blue-light),var(--blue-main));
    padding:160px 20px 120px;
    position:relative;
}

.about-hero-new .container{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.about-hero-new h1{
    font-size:52px;
    font-weight:800;
    color:#ffffff;
}

.about-hero-new p{
    color:rgba(255,255,255,.85);
    font-size:20px;
    line-height:1.8;
    margin-top:20px;
}

/* ===================================
   VİZYON & MİSYON – PREMIUM TASARIM
===================================*/

.vision-page{
    padding:100px 20px;
    background:linear-gradient(180deg,#f5f7fa 0%, #ffffff 100%);
}

.vision-container{
    max-width:1200px;
    margin:0 auto;
}

/* BAŞLIK */
.vm-header{
    text-align:center;
    margin-bottom:70px;
}

.vm-header h2{
    font-size:38px;
    font-weight:800;
    margin-bottom:15px;
}

.vm-header p{
    color:#666;
    max-width:700px;
    margin:0 auto;
    font-size:18px;
}

/* GRID */
.vm-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
}

/* KART */
.vm-card{
    background:#ffffff;
    padding:60px;
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,0.07);
    position:relative;
    transition:.35s;
}

.vm-card:hover{
    transform:translateY(-8px);
    box-shadow:0 35px 80px rgba(0,0,0,0.09);
}

/* SOL ÇİZGİ */
.vm-card::before{
    content:"";
    position:absolute;
    left:0;
    top:40px;
    width:6px;
    height:60px;
    background:linear-gradient(180deg,#2c5fb8,#1f3f7a);
    border-radius:4px;
}

/* BAŞLIK */
.vm-card h3{
    font-size:26px;
    margin-bottom:20px;
    font-weight:700;
}

/* METİN */
.vm-card p{
    line-height:1.8;
    color:#555;
    font-size:16px;
}

/* ALT VİZYON BLOĞU */
.vm-highlight{
    margin-top:80px;
    padding:60px;
    border-radius:28px;
    background:linear-gradient(135deg,#1f3f7a,#2c5fb8);
    color:#fff;
    text-align:center;
    font-size:20px;
    line-height:1.8;
    box-shadow:0 30px 70px rgba(31,63,122,.3);
}

/* MOBİL */
@media(max-width:992px){

    .vm-grid{
        grid-template-columns:1fr;
    }

    .vm-card{
        padding:40px;
    }

    .vm-header h2{
        font-size:28px;
    }

    .vm-highlight{
        padding:40px 25px;
        font-size:18px;
    }
}
.vm-icon{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:linear-gradient(135deg,#2c5fb8,#1f3f7a);
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    box-shadow:0 15px 35px rgba(31,63,122,.25);
}

.vm-highlight-icon{
    font-size:26px;
    opacity:.9;
}
