/* =========================================
   HAKKIMIZDA SAYFASI ÖZEL TASARIMI
========================================= */

.hk-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.hk-hero {
    position: relative;
    height: 250px;
    margin-top: 80px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hk-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(220, 38, 38, 0.85) 100%);
    z-index: 1;
}

.hk-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
    animation: fadeUp 0.8s ease forwards;
}

.hk-hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hk-hero-content h1 span { color: #ef4444; }
.hk-hero-content p { font-size: 1.15rem; color: rgba(255,255,255,0.9); line-height: 1.6; }

/* BİZ KİMİZ ALANI */
.hk-biz-kimiz {
    background: var(--zemin-beyaz);
    padding: 100px 5%;
}

.hk-grid-2 {
    display: flex;
    gap: 60px;
    align-items: center;
}

.hk-icerik-sol { flex: 1.2; }
.hk-ust-baslik {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--vurgu-duz);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.hk-icerik-sol h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--yazi-koyu);
    margin-bottom: 15px;
    line-height: 1.2;
}
.hk-icerik-sol h2 span { color: var(--vurgu-duz); }

.hk-icerik-sol p {
    font-size: 1.05rem;
    color: var(--yazi-acik);
    line-height: 1.8;
    margin-bottom: 20px;
}

.hk-imza-alani {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background: var(--zemin-gri);
    border-radius: 12px;
    border-left: 4px solid var(--vurgu-duz);
}

.imza-ikon {
    font-size: 2rem;
    color: var(--vurgu-duz);
}

.imza-metin strong { display: block; color: var(--yazi-koyu); font-size: 1.1rem; margin-bottom: 5px; }
.imza-metin span { color: var(--yazi-acik); font-size: 0.95rem; }

.hk-gorsel-sag { flex: 1; }
.hk-gorsel-kutu { position: relative; }
.hk-gorsel-kutu img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    display: block;
}

.hk-tecrube-rozet {
    position: absolute;
    bottom: -30px;
    left: -30px;
    background: var(--vurgu-gradient);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border: 8px solid #fff;
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.hk-tecrube-rozet .hk-rakam { font-size: 2.2rem; font-weight: 800; line-height: 1; }
.hk-tecrube-rozet .hk-yazi { font-size: 0.95rem; font-weight: 600; text-align: center; margin-top: 5px; }

/* MİSYON & VİZYON */
.hk-misyon-vizyon {
    background: var(--zemin-gri);
    padding: 80px 5%;
}

.hk-deger-kart {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    flex: 1;
}

.hk-deger-kart:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.hk-deger-ikon {
    width: 60px;
    height: 60px;
    background: var(--vurgu-hafif);
    color: var(--vurgu-duz);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.hk-deger-kart h3 { font-size: 1.6rem; font-weight: 800; color: var(--yazi-koyu); margin-bottom: 15px; }
.hk-deger-kart p { font-size: 1.05rem; color: var(--yazi-acik); line-height: 1.7; }

/* İSTATİSTİK ALANI */
.hk-istatistik {
    background: #0f172a;
    padding: 80px 5%;
}

.hk-istatistik .sayac-kutu {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 40px 20px;
}
.hk-istatistik .sayac-kutu:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(220, 38, 38, 0.5);
}

.hk-istatistik .sayac-rakam-alani { color: #fff; }
.hk-istatistik .sayac-baslik { color: #94a3b8; }

/* DEĞERLERİMİZ (NEDEN BİZ) */
.hk-neden-biz {
    background: var(--zemin-beyaz);
    padding: 100px 5%;
}

.hk-baslik-merkez { text-align: center; margin-bottom: 60px; }
.hk-baslik-merkez h2 { font-size: 2.4rem; font-weight: 800; color: var(--yazi-koyu); margin-bottom: 15px; }
.hk-baslik-merkez p { font-size: 1.1rem; color: var(--yazi-acik); max-width: 700px; margin: 0 auto; }

.hk-degerler-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hk-avantaj-karti {
    text-align: center;
    padding: 40px 25px;
    background: var(--zemin-gri);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.hk-avantaj-karti:hover {
    background: #fff;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-color: rgba(220, 38, 38, 0.1);
}

.hk-avantaj-karti i {
    font-size: 2.5rem;
    color: var(--vurgu-duz);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.hk-avantaj-karti:hover i { transform: scale(1.1); }
.hk-avantaj-karti h4 { font-size: 1.2rem; font-weight: 700; color: var(--yazi-koyu); margin-bottom: 15px; }
.hk-avantaj-karti p { font-size: 0.95rem; color: var(--yazi-acik); line-height: 1.6; }

/* MOBİL UYUMLULUK */
@media (max-width: 1024px) {
    .hk-grid-2 { flex-direction: column; }
    .hk-degerler-grid { grid-template-columns: repeat(2, 1fr); }
    .hk-istatistik .sayac-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .hk-tecrube-rozet { left: -10px; bottom: -10px; border-width: 5px; width: 110px; height: 110px; }
    .hk-tecrube-rozet .hk-rakam { font-size: 1.8rem; }
}

@media (max-width: 768px) {
    .hk-hero { height: 350px; }
    .hk-hero-content h1 { font-size: 2.2rem; }
    .hk-icerik-sol h2, .hk-baslik-merkez h2 { font-size: 1.8rem; }
    .hk-degerler-grid { grid-template-columns: 1fr; }
    .hk-istatistik .sayac-grid { grid-template-columns: 1fr; }
}