/* BP Ajans - Hakkımızda Sayfası CSS */

/* ===== HERO YENİ ===== */
.hero-gradient-bg {
    background: linear-gradient(120deg, #f7fafc 0%, #e3f0ff 100%);
    color: #232e3f;
    position: relative;
    overflow: hidden;
}
.hero-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 16px;
}
.hero-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 0.2em;
    line-height: 1.1;
    background: linear-gradient(90deg, #4f8cff 10%, #2d6be5 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hero-sub-title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-top: 0.1em;
    line-height: 1.1;
    color: #ff8800;
    background: none;
}
.hero-divider {
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #4f8cff 0%, #ff8800 100%);
    border-radius: 2px;
    margin: 0.5em 0 0.5em 0;
}
.hero-desc {
    font-size: 1.18rem;
    color: #232e3f;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto 0 auto;
    line-height: 1.6;
    letter-spacing: -0.2px;
}
@media (max-width: 600px) {
    .hero-main-title { font-size: 1.5rem; }
    .hero-sub-title { font-size: 1.2rem; }
    .hero-desc { font-size: 1rem; }
}

.hero-title-gradient .hero-gradient {
    background: linear-gradient(90deg, #4f8cff 30%, #a259ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 800;
    letter-spacing: -1px;
}
.hero-title-gradient .hero-orange {
    color: #ff8800;
    font-weight: 800;
    letter-spacing: -1px;
}

.hero-title-gradient {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 22px;
    line-height: 1.15;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
}
.hero-title-gradient .hero-orange {
    color: #ff8800;
    font-weight: 800;
}
.hero-title-gradient .hero-gradient {
    background: linear-gradient(90deg, #4f8cff 30%, #a259ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 800;
    margin-left: 0.5rem;
}
.hero-title-gradient .hero-black {
    color: #222;
    font-weight: 800;
    margin-left: 0.5rem;
}
@media (max-width: 600px) {
    .hero-title-gradient {
        font-size: 2rem;
    }
}

/* ===== HERO BÖLÜMÜ ===== */
.about-hero {
    padding: 180px 0 100px;
    background: linear-gradient(120deg, #232e3f 0%, #4f8cff 100%);
    position: relative;
    color: var(--white);
    text-align: center;
    overflow: hidden;
}
.about-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    width: 600px;
    height: 400px;
    background: radial-gradient(circle at 50% 50%, rgba(255, 136, 0, 0.15) 0%, rgba(37, 99, 235, 0.13) 70%, transparent 100%);
    transform: translateX(-50%) rotate(-8deg);
    z-index: 1;
    filter: blur(6px);
    pointer-events: none;
}
.about-hero-content {
    position: relative;
    z-index: 2;
}
.about-hero-title {
    font-size: 2.6rem;
    color: #fff;
    text-shadow: 0 8px 32px rgba(80, 125, 255, 0.15), 0 2px 8px rgba(0,0,0,0.18);
    margin-bottom: 18px;
    font-weight: 700;
}
.about-hero .about-subtitle {
    font-size: 1.3rem;
    color: #f3f6fa;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    margin-bottom: 0;
}

.about-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-subtitle {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
    color: var(--light-color);
    line-height: 1.6;
}

/* ===== HİKAYEMİZ BÖLÜMÜ ===== */
.our-story {
    padding: 100px 0;
    background-color: var(--white);
}

.story-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.story-content {
    padding-right: 30px;
}

.story-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-color);
}

.story-highlight {
    font-size: 20px;
    font-style: italic;
    color: var(--primary-color);
    padding: 20px;
    border-left: 3px solid var(--secondary-color);
    margin: 30px 0;
    background-color: rgba(37, 99, 235, 0.05);
}

.story-image {
    height: 400px;
    background-image: url('../img/story-image.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
}

/* ===== DÜNYA ÇAPINDA BÖLÜMÜ ===== */
.global-presence {
    padding: 100px 0;
    background-color: var(--dark-color);
    color: var(--white);
}

.global-expertise-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.expertise-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.expertise-card:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--secondary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.expertise-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(249, 115, 22, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.expertise-icon i {
    font-size: 28px;
    color: var(--secondary-color);
}

.expertise-title {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 15px;
}

.expertise-text {
    color: var(--light-color);
    line-height: 1.6;
    font-size: 15px;
}

.global-impact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 70px;
    align-items: center;
}

.impact-content {
    padding-right: 30px;
}

.impact-title {
    font-size: 28px;
    color: var(--white);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.impact-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
}

.impact-text {
    color: var(--light-color);
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.impact-stat {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.impact-stat:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--secondary-color);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: var(--light-color);
}

.impact-visual {
    position: relative;
}

.countries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    position: relative;
}

.country-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.country-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.country-item:hover::before,
.country-item.active::before {
    opacity: 1;
}

.country-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: var(--secondary-color);
}

.country-item.active {
    border-color: var(--secondary-color);
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.3);
}

.country-flag {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
}

.country-item.active .country-flag {
    background-color: rgba(249, 115, 22, 0.2);
}

.country-flag i {
    font-size: 24px;
    color: var(--secondary-color);
}

.country-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.country-role {
    font-size: 14px;
    color: var(--light-color);
    position: relative;
    z-index: 1;
}

.country-turkey {
    grid-column: 2;
    grid-row: 1;
}

@media (max-width: 992px) {
    .global-expertise-container {
        grid-template-columns: 1fr;
    }
    
    .global-impact {
        grid-template-columns: 1fr;
    }
    
    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
    
    .country-turkey {
        grid-column: 1;
        grid-row: 1;
    }
}

.global-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.global-content .section-title {
    color: var(--white);
}

.global-text {
    color: var(--light-color);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: var(--transition);
}

.stat-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: var(--light-color);
}

.global-map {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 0 40px;
    min-height: 500px;
    background: linear-gradient(180deg, rgba(13, 25, 42, 0) 0%, rgba(13, 25, 42, 0.8) 100%);
    border-radius: 20px;
    margin: 30px 0;
}

.world-map-wrapper {
    position: relative;
    height: 400px;
    margin-bottom: 40px;
    overflow: hidden;
    perspective: 1000px;
}

.world-map {
    position: relative;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(37, 99, 235, 0.05) 0%, rgb(37, 99, 235, 0.15) 100%);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform-style: preserve-3d;
    transform: rotateX(10deg);
    transition: transform 0.5s ease;
}

.world-map:hover {
    transform: rotateX(0deg);
}

.map-glow {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, rgba(249, 115, 22, 0) 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    animation: glow-pulse 6s infinite alternate;
}

@keyframes glow-pulse {
    0% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.continent {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.world-map:hover .continent {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.15);
}

.europe {
    width: 25%;
    height: 30%;
    top: 25%;
    left: 45%;
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
    background-color: rgba(37, 99, 235, 0.15);
}

.asia {
    width: 35%;
    height: 40%;
    top: 20%;
    left: 60%;
    clip-path: polygon(0 30%, 100% 0, 90% 100%, 10% 80%);
    background-color: rgba(37, 99, 235, 0.1);
}

.middle-east {
    width: 20%;
    height: 25%;
    top: 40%;
    left: 55%;
    clip-path: polygon(20% 0, 80% 20%, 100% 80%, 0 100%);
    background-color: rgba(249, 115, 22, 0.15);
}

.africa {
    width: 25%;
    height: 35%;
    top: 45%;
    left: 40%;
    clip-path: polygon(30% 0, 100% 20%, 70% 100%, 0 60%);
    background-color: rgba(37, 99, 235, 0.08);
}

.country-marker {
    position: absolute;
    z-index: 5;
}

.marker-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    position: relative;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.3);
    cursor: pointer;
    animation: pulse-small 3s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.marker-dot::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.country-marker:hover .marker-dot {
    transform: scale(1.3);
    box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.5), 0 0 20px rgba(249, 115, 22, 0.3);
}

.country-info {
    position: absolute;
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
    width: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.country-info::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--white);
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.country-marker:hover .country-info {
    opacity: 1;
    visibility: visible;
    top: -120px;
}

.country-info h4 {
    color: var(--dark-color);
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 5px;
}

.country-info p {
    color: var(--text-color);
    font-size: 13px;
    margin: 5px 0;
}

.turkey {
    top: 40%;
    left: 55%;
}

.germany {
    top: 30%;
    left: 48%;
}

.austria {
    top: 32%;
    left: 50%;
}

.switzerland {
    top: 33%;
    left: 47%;
}

.luxembourg {
    top: 31%;
    left: 46%;
}

.connection-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url('../img/connection-lines.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.map-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 30px;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.map-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
}

.map-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    position: relative;
    padding: 20px 30px;
    transition: transform 0.3s ease;
}

.map-stat-item:hover {
    transform: translateY(-5px);
}

.map-stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s ease;
}

.map-stat-item:hover::before {
    transform: scale(1);
    opacity: 1;
}

.stat-icon {
    font-size: 28px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 8px rgba(249, 115, 22, 0.5));
    transition: transform 0.3s ease;
}

.map-stat-item:hover .stat-icon {
    transform: scale(1.2);
}

.stat-value {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, #ffffff, #cccccc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

@keyframes pulse-small {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(249, 115, 22, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(2.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ===== GLOBAL AĞ GÖRSELLEŞTİRMESİ ===== */
.global-network {
    margin-top: 40px;
    position: relative;
}

.network-visual {
    background-color: var(--dark-color);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.network-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.center-hub {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--secondary-color), #ff8c42);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0 0 30px rgba(249, 115, 22, 0.6);
    position: relative;
    z-index: 2;
}

.center-hub i {
    font-size: 32px;
    margin-bottom: 8px;
}

.center-hub span {
    font-size: 14px;
    font-weight: 600;
}

.center-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.4) 0%, rgba(249, 115, 22, 0) 70%);
    z-index: 1;
    animation: pulse 4s infinite;
}

.network-connections {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.connection {
    position: absolute;
}

.connection-germany {
    top: 30%;
    right: 25%;
}

.connection-austria {
    bottom: 30%;
    right: 20%;
}

.connection-switzerland {
    top: 35%;
    left: 20%;
}

.connection-luxembourg {
    bottom: 25%;
    left: 25%;
}

.connection-line {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary-color), rgba(249, 115, 22, 0.2));
    transform-origin: left center;
    z-index: 1;
    animation: lineGlow 3s infinite alternate;
}

@keyframes lineGlow {
    0% {
        box-shadow: 0 0 5px rgba(249, 115, 22, 0.3);
    }
    100% {
        box-shadow: 0 0 10px rgba(249, 115, 22, 0.6);
    }
}

.connection-germany .connection-line {
    width: 150px;
    transform: rotate(30deg);
}

.connection-austria .connection-line {
    width: 180px;
    transform: rotate(60deg);
}

.connection-switzerland .connection-line {
    width: 160px;
    transform: rotate(-30deg);
}

.connection-luxembourg .connection-line {
    width: 170px;
    transform: rotate(-60deg);
}

.connection-node {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

.connection-germany .connection-node {
    right: -35px;
    top: -35px;
}

.connection-austria .connection-node {
    right: -35px;
    bottom: -35px;
}

.connection-switzerland .connection-node {
    left: -35px;
    top: -35px;
}

.connection-luxembourg .connection-node {
    left: -35px;
    bottom: -35px;
}

.connection-node i {
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

.connection-node span {
    font-size: 12px;
    font-weight: 500;
}

.connection-node:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.global-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.stat-card {
    background-color: var(--dark-color);
    border-radius: 10px;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 180px;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.stat-icon {
    font-size: 32px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(249, 115, 22, 0.5));
}

.stat-value {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #ffffff, #cccccc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

.stat-label {
    font-size: 14px;
    color: var(--light-color);
    text-align: center;
}

/* ===== EKİP LİDERLERİMİZ BÖLÜMÜ ===== */
.our-team {
    padding: 100px 0;
    background-color: var(--light-color);
    position: relative;
    overflow: hidden;
}

.our-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.team-leaders-container {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.team-leader.featured {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.team-leader.featured .leader-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(135deg, var(--white) 0%, rgba(249, 250, 251, 0.97) 100%);
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    border-left: 5px solid var(--primary-color);
    transition: all 0.3s ease;
    min-height: 210px;
    padding: 20px 0 20px 0;
}

.team-leader.featured:hover .leader-card {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.team-leader.featured .leader-icon {
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 23px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px 0 28px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(255,136,0,0.10);
}

.team-leader.featured .leader-content {
    padding: 15px 18px 15px 0;
    min-width: 0;
    width: 100%;
    text-align: center;
}

.team-leaders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.team-leader .leader-card {
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
}

.team-leader:hover .leader-card {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.team-leader .leader-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: -30px auto 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.2);
    overflow: visible;
}

.team-leader .leader-content {
    padding: 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.leader-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 5px;
}

.leader-position {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.leader-divider {
    width: 50px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 0 auto 15px;
    border-radius: 2px;
}

.leader-bio {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 20px;
    flex-grow: 1;
}

.leader-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: auto;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
}

.member-name {
    font-size: 20px;
    margin-bottom: 5px;
}

.member-position {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.member-bio {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 15px;
}

.member-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.member-social .social-link {
    width: 35px;
    height: 35px;
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: var(--transition);
}

.member-social .social-link:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.team-cta {
    text-align: center;
    margin-top: 50px;
}

/* ===== DEĞERLERİMİZ BÖLÜMÜ ===== */
.our-values {
    padding: 100px 0;
    background-color: var(--white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--light-color);
    text-align: center;
    transition: var(--transition);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.value-icon {
    width: 70px;
    height: 70px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: var(--shadow-sm);
}

.value-icon i {
    font-size: 30px;
    color: var(--secondary-color);
}

.value-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.value-description {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.7;
}

/* ===== NEDEN BİZ BÖLÜMÜ ===== */
.why-choose-us {
    padding: 100px 0;
    background-color: var(--light-color);
}

.choose-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.choose-content {
    padding-right: 30px;
}

.choose-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}

.choose-list {
    margin-bottom: 40px;
}

.choose-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.choose-item i {
    color: var(--secondary-color);
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
}

.choose-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.choose-item p {
    color: var(--text-light);
    font-size: 15px;
}

.choose-cta {
    margin-top: 30px;
}

.cta-question {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.choose-image {
    height: 400px;
    background-image: url('../img/choose-us.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
}

/* ===== MÜŞTERİ YORUMLARI ===== */
.testimonials {
    padding: 100px 0;
    background-color: var(--white);
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-item {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.testimonial-text {
    font-style: italic;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.8;
    position: relative;
}

.testimonial-text::before {
    content: '"';
    font-size: 60px;
    color: rgba(37, 99, 235, 0.1);
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.author-info p {
    color: var(--text-light);
    font-size: 14px;
}

/* ===== İLETİŞİM ÇAĞRISI ===== */
.contact-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    text-align: center;
}

.cta-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--white);
}

.cta-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-buttons .btn-primary {
    background-color: var(--white);
    color: var(--primary-color);
}

.cta-buttons .btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--primary-color);
}

.cta-buttons .btn-secondary {
    border-color: var(--white);
    color: var(--white);
}

.cta-buttons .btn-secondary:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

/* ===== RESPONSIVE TASARIM ===== */
@media (max-width: 992px) {
    .story-wrapper,
    .global-wrapper,
    .choose-wrapper {
        grid-template-columns: 1fr;
    }
    
    .story-content,
    .choose-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .about-title {
        font-size: 36px;
    }
    
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 150px 0 80px;
    }
    
    .about-subtitle {
        font-size: 18px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .testimonials-slider {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .stats-container {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}
