/* Üreticy Hakkımızda Sayfası Özel Stilleri */

/* Header & Başlık Alanı */
.main-header { 
    background-color: #091D1E !important; 
}

.page-title { 
    background: #000000; 
    padding: 100px 0; 
    border-bottom: 2px solid #02DF82; 
}

/* Global Siyah Yazı Vurgusu */
.fw-bold { 
    font-weight: 700 !important; 
    color: #091D1E !important; 
}

/* Sayfa Başlığı ve İstatistik İstisnaları */
.page-title .fw-bold { 
    color: #ffffff !important; 
}

.stat-card .fw-bold { 
    color: #02DF82 !important; 
}

/* İstatistik Kartı */
.stat-card { 
    background: #091D1E; 
    padding: 40px; 
    border-radius: 35px; 
    margin-top: -60px; 
    position: relative; 
    z-index: 10; 
    border: 1px solid rgba(2, 223, 130, 0.2); 
}

.stat-card p { 
    color: rgba(255,255,255,0.7); 
    font-size: 13px; 
    letter-spacing: 1px; 
}

/* Hakkımızda İçerik Alanı */
.about-section { 
    padding: 90px 0; 
    background: #ffffff; 
}

.about-image img { 
    border-radius: 40px; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.1); 
}

/* Özellik Kutuları (Feature Boxes) */
.feature-box { 
    padding: 40px; 
    border-radius: 25px; 
    border: 1px solid #f0f0f0; 
    transition: all 0.4s ease; 
    height: 100%; 
    background: #fff; 
}

.feature-box:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 20px 50px rgba(0,0,0,0.07); 
    border-color: #02DF82; 
}

.icon-circle { 
    width: 70px; 
    height: 70px; 
    background: #f0fdf4; 
    color: #02DF82; 
    border-radius: 18px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 30px; 
    margin-bottom: 25px; 
}

/* Yardımcı Sınıflar */
.accent { 
    color: #02DF82 !important; 
}

.text-white {
    color: #ffffff !important;
}