/* =======================================================
   Ennare — Premium Hakkımızda Sayfası Stilleri
   ======================================================= */

.about-page-main {
    background-color: #fcfdfc;
    font-family: 'Gilroy', 'Inter', sans-serif;
}

/* 🌿 HERO BANNER ALANI (PARALAKS & CAM EFEKTİ) */
.about-hero-section {
    position: relative;
    padding: 150px 0 110px 0;
    /* 🎯 Arka plan resmi tam belirttiğin klasörden çekiliyor */
    background-image: url('../uploads/hakkimizdaarkaplan/arkaplan.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Masaüstünde harika bir paralaks derinliği verir */
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Alttaki beyaz içeriğe yumuşakça bağlanan premium tül katmanı */
    background: linear-gradient(180deg, rgba(230, 225, 225, 0.0) 0%, rgba(252,253,252,0) 300%);
    backdrop-filter: blur(1px); /* Arka plan resmini hafif bulanıklaştırarak yazıyı öne çıkarır */
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-subtitle {
    display: inline-block;
    color: #aebe81; /* Ennare Doğal Yeşil Tonu */
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-main-title {
    font-size: 3.6rem;
    font-weight: 900;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.about-hero-lead {
    font-size: 1.25rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* 📝 İÇERİK BLOKLARI VE GRID YAPISI */
.about-details-section {
    padding: 30px 0 100px 0;
}

.about-flex-layout {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Yan yana iki ana blok */
    gap: 40px;
    margin-bottom: 40px;
}

.about-block {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(174, 190, 129, 0.15);
    position: relative;
    box-sizing: border-box;
}

.card-shadow {
    box-shadow: 0 10px 40px rgba(0,0,0,0.025);
}

.block-icon {
    width: 60px;
    height: 60px;
    background: rgba(174, 190, 129, 0.12);
    color: #aebe81;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
}

.about-block h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 20px 0;
}

.about-block p {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.about-block p:last-of-type {
    margin-bottom: 0;
}

/* Listelenen Maddeler */
.about-bullets {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}

.about-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: #334155;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
}

.about-bullets li:last-child {
    margin-bottom: 0;
}

.about-bullets li i {
    color: #aebe81;
    font-size: 1.15rem;
    margin-top: 2px;
}

/* Vurgulu Alıntı Alanı */
.philosophy-quote {
    font-style: italic;
    font-weight: 700;
    color: #aebe81 !important;
    font-size: 1.25rem !important;
    border-left: 4px solid #aebe81;
    padding-left: 15px;
    margin: 25px 0 !important;
}

.production-sub-box {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.production-sub-box h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
}

/* 🤝 ŞEFFAFLIK SÖZÜ KUTUSU */
.about-promise-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(174, 190, 129, 0.2);
    border-top: 4px solid #aebe81; /* Üst kısma yeşil şık premium çizgi */
    box-sizing: border-box;
}

.promise-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.promise-header i {
    font-size: 2rem;
    color: #aebe81;
}

.promise-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
}

.about-promise-box p {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
    margin: 0;
}

/* 🚀 YUMUŞAK YUKARI KAYMA ANİMASYONLARI (Kırpılma yapmaz) */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpAnim 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

@keyframes fadeInUpAnim {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =======================================================
   📱 MOBİL UYUMLULUK VE SIFIR TAŞMA GARANTİSİ
   ======================================================= */
@media (max-width: 992px) {
    .about-flex-layout {
        grid-template-columns: 1fr; /* Tablet ve mobilde alt alta geçiş */
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 110px 15px 70px 15px;
        background-attachment: scroll; /* Mobilde kasma yapmaması için paralaks devredışı */
    }
    
    .about-main-title {
        font-size: 2.3rem;
    }
    
    .about-hero-lead {
        font-size: 1.1rem;
    }
    
    .about-block, .about-promise-box {
        padding: 30px 20px;
        border-radius: 18px;
    }
    
    .about-block h2 { font-size: 1.6rem; }
    .promise-header h2 { font-size: 1.4rem; }
    .promise-header { flex-direction: column; align-items: flex-start; gap: 10px; }
}