/* =========================================
   HAKKIMIZDA SAYFASI MODERN TASARIM
   ========================================= */

/* Hero Bölümü */
.hakkimizda-hero {
    padding: 80px 0 40px;
    text-align: center;
    background: radial-gradient(circle at top center, rgba(255, 106, 61, 0.15), transparent 70%);
    position: relative;
    overflow: hidden;
}

.hakkimizda-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: -1;
}

.hakkimizda-hero .hero-icerik {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hakkimizda-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    line-height: 1.2;
    text-align: center;
}

.hakkimizda-hero .vurgu {
    background: linear-gradient(135deg, var(--primary-color), #ff2d6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hakkimizda-hero p {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
    text-align: center;
}

/* Hakkımızda Detay Bölümü */
.hakkimizda-detay-modern {
    padding: 60px 0 100px;
    position: relative;
}

.detay-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.detay-gorsel {
    position: relative;
}

.gorsel-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gorsel-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.gorsel-wrapper:hover img {
    transform: scale(1.03);
}

.deneyim-badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: rgba(20, 20, 30, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 106, 61, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}

.deneyim-badge .yil {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.deneyim-badge .metin {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.detay-icerik h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #fff;
}

.detay-icerik .metin {
    font-size: 1.05rem;
    color: #b0b0b0;
    line-height: 1.8;
    margin-bottom: 35px;
}

.ozellikler-listesi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ozellik-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.ozellik-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 106, 61, 0.2);
    transform: translateX(5px);
}

.ozellik-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.ozellik-item span {
    color: #fff;
    font-weight: 500;
}

/* Vizyon & Misyon Bölümü */
.vizyon-misyon-modern {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.02);
}

.vm-grid-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.vm-kart-modern {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.vm-kart-modern:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 106, 61, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.vm-ikon-modern {
    width: 80px;
    height: 80px;
    background: rgba(255, 106, 61, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.vm-kart-modern:hover .vm-ikon-modern {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(10deg);
}

.vm-kart-modern h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
}

.vm-kart-modern p {
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 1.1rem;
}

/* İstatistikler Şeridi */
.istatistikler-serit {
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.3);
}

.istatistik-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.istatistik-item h4 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #fff 0%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.istatistik-item p {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

/* Değerlerimiz Bölümü */
.degerler-modern {
    padding: 100px 0;
}

.bolum-baslik-modern {
    text-align: center;
    margin-bottom: 60px;
}

.bolum-baslik-modern .etiket {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 106, 61, 0.1);
    color: var(--primary-color);
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bolum-baslik-modern h2 {
    font-size: 2.5rem;
    color: #fff;
}

.degerler-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.deger-kart-modern {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.deger-kart-modern:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 106, 61, 0.2);
}

.deger-ikon-modern {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 1.5rem;
    color: #fff;
    transition: all 0.3s ease;
}

.deger-kart-modern:hover .deger-ikon-modern {
    background: var(--primary-color);
    transform: scale(1.1);
}

.deger-kart-modern h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}

.deger-kart-modern p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .hakkimizda-hero h1 {
        font-size: 3rem;
    }

    .detay-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gorsel-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }

    .vm-grid-modern {
        grid-template-columns: 1fr;
    }

    .degerler-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }

    .istatistik-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hakkimizda-hero h1 {
        font-size: 2.5rem;
    }

    .ozellikler-listesi {
        grid-template-columns: 1fr;
    }

    .degerler-grid-modern {
        grid-template-columns: 1fr;
    }

    .deneyim-badge {
        right: 0;
        bottom: 0;
        padding: 15px 20px;
    }

    .deneyim-badge .yil {
        font-size: 2rem;
    }
}