@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

/* DIJICAD PREMIUM COLOR DEĞİŞKENLERİ */
:root {
    --dijicad-bg: #080c10; /* Derin Koyu Gri (Lüks Karanlık) */
    --dijicad-yellow: #ffb703; /* Jilet Sarı */
    --dijicad-gray-text: #9ca3af; /* Yumuşak Gri Yazı */
    --dijicad-border: rgba(255, 255, 255, 0.05); /* İncecik Border */
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--dijicad-bg);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* Sitedeki tüm o eski lacivert kısımları bu yeni tona kilitliyoruz */
header,
section,
.hero-overlay {
    background-color: #080c10 !important;
}

/* Akordeon içi gibi hafif kırık tondaki kart alanları için uyumlu geçiş tonu */
.bg-[#111823],
.bg-[#111823]/20,
.bg-[#111823]/40 {
    background-color: rgba(18, 26, 35, 0.4) !important;
}

/* Eski koyu lacivert border'ları da yeni tona göre jilet gibi inceltiyoruz */
.border-gray-800,
.border-gray-850 {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

/* HERO SECTION - YENİ MASKE REFORMU */
.hero-premium-wrapper {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-absolute-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .hero-absolute-bg img {
        height: 100%;
        width: auto;
        max-width: none;
        object-fit: cover;
        transform: translateX(0);
    }

/* Yeni arka plan rengine göre güncellenmiş pürüzsüz overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #080c10 35%, rgba(8, 12, 16, 0.75) 65%, rgba(8, 12, 16, 0.1) 100%), linear-gradient(to bottom, transparent 80%, #080c10 100%) !important;
    z-index: 1;
    pointer-events: none;
}

/* ... geri kalan FAQ ve kart stillerin aynen kalabilir ... */

.text-stroke {
    font-weight: 900;
}

.premium-card {
    background-color: rgba(17, 24, 35, 0.75);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease;
}

    .premium-card:hover {
        border-color: rgba(255, 183, 3, 0.3);
        background-color: rgba(22, 34, 47, 0.9);
    }

.stat-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
    .hero-absolute-bg {
        justify-content: center;
    }

        .hero-absolute-bg img {
            width: 100%;
            height: auto;
            transform: none;
        }

    .hero-overlay {
        background: linear-gradient(to bottom, #0d131a 50%, rgba(13, 19, 26, 0.9) 100%);
    }

    .stat-divider {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 1rem;
    }
}
/* 12'Lİ MODÜL SEÇİM ALANI STİLLERİ */
.module-tab-btn {
    background-color: rgba(17, 24, 35, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease-in-out;
}

    .module-tab-btn:hover {
        border-color: rgba(255, 183, 3, 0.2);
        background-color: rgba(20, 29, 42, 0.6);
    }

    /* Aktif olan modülün premium altın sarısı teması */
    .module-tab-btn.active {
        border-color: #ffb703;
        background-color: rgba(255, 183, 3, 0.05);
        color: #ffffff;
    }

        .module-tab-btn.active .icon-circle {
            background-color: #ffb703;
            color: #000000;
        }

.icon-circle {
    background-color: rgba(255, 255, 255, 0.03);
    color: #ffb703;
    transition: all 0.2s ease-in-out;
}
/* SIKÇA SORULAN SORULAR (FAQ) YENİ PREMIUM KURUMSAL STİLLER */
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Sadece aralarda jilet gibi ince bir çizgi */
    transition: all 0.3s ease;
}

.faq-trigger {
    background-color: transparent !important; /* O kötü duran kutu dolgusunu tamamen sildik */
    color: #9ca3af; /* Varsayılan font rengini biraz yumuşattık */
    position: relative;
    padding-left: 0 !important; /* Sol boşluğu sıfırlayıp çizgiyle eşitledik */
    transition: all 0.25s ease-in-out;
}

    .faq-trigger:hover {
        color: #ffffff; /* Üzerine gelince yazı parlasın */
    }

/* Bir soruya tıklandığında tetiklenecek asil tasarım */
.faq-item.active .faq-trigger {
    color: #ffb703 !important; /* Başlık jilet gibi altın sarısı olur */
    padding-left: 16px !important; /* Sağa doğru hafifçe esner */
}

    /* Aktif olduğunda sol taraftan çıkacak modern dikey çizgi */
    .faq-item.active .faq-trigger::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 16px;
        background-color: #ffb703;
    }

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #ffb703;
}

/* Açılan cevap alanı */
.faq-content {
    max-height: 0;
    overflow: hidden;
    background-color: transparent !important; /* İç dolguyu da transparan yaptık */
    transition: max-height 0.25s ease-out;
}

    .faq-content p {
        padding: 0 0 24px 0; /* Yazının altındaki pürüzsüz boşluk */
        color: #9ca3af;
        font-size: 0.875rem;
        line-block: 1.6;
    }