/* Ana Section - Şeffaf ve Nazik */
.referenzen-statement {
    padding: 120px 20px;
    background-color: transparent !important; /* TAM ŞEFFAF ARKA PLAN */
    color: #334155 !important; /* AÇIK RENK BODY İÇİN KOYU GRİ METİN */
    text-align: center;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; /* Nazik bir font */
    overflow: hidden; /* Taşmaları önlemek için */
}

.statement-container {
    max-width: 950px;
    margin: 0 auto;
}

/* Üst Başlık - Nazik Turuncu */
.eyebrow {
    color: #f97316 !important; /* NAZİK TURUNCU VURGU */
    letter-spacing: 5px;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
    font-size: 0.85rem;
}

/* Ana Başlık - Güçlü Mavi */
.main-title {
    font-size: clamp(2.8rem, 6vw, 4.2rem); /* Dynamic & Bold */
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #103b7b !important; /* KOYU PARS MAVİSİ */
}

/* İçi Boş Başlık - Mavi Kontür */
.highlight {
    color: transparent;
    -webkit-text-stroke: 1.5px #f97316; /* MAVİ ÇİZGİLİ MODERN EFEKT */
    display: block;
    margin-top: 5px;
}

/* Güç Barı - Nazik Geçiş */
.power-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 40px 0 50px;
    color: #64748b; /* Orta ton gri */
    font-size: 1.25rem;
    font-weight: 600;
}

/* Noktalar - Turuncu */
.dot {
    width: 9px;
    height: 9px;
    background-color: #f97316; /* TURUNCU NOKTALAR */
    border-radius: 50%;
    opacity: 0.8;
}

/* Alt Başlık - Nazik Gri/Mavi */
.sub-lead {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    color: #475569;
    margin-bottom: 60px;
    font-weight: 300;
    font-style: italic;
}

/* Alıntı Kutusu - Nazik Mavi Tonu */
.quote-box {
    background: rgba(16, 59, 123, 0.04); /* ÇOK HAFİF MAVİ FON */
    padding: 50px 40px;
    border-left: 8px solid #103b7b; /* KOYU MAVİ VURGU ÇİZGİSİ */
    border-radius: 12px;
    text-align: left;
    line-height: 1.9;
    font-size: 1.15rem;
    box-shadow: 0 10px 30px rgba(16, 59, 123, 0.03); /* Çok hafif gölge */
    position: relative;
}

/* Alıntı Kutusundaki Güçlü Kelimeler - Mavi */
.quote-box strong {
    color: #103b7b; /* Vurgulanan kelimeler Koyu Mavi */
    font-weight: 700;
}

/* Mobil Ayarı (767px ve altı) */
@media (max-width: 767px) {
    .referenzen-statement { padding: 80px 15px; }
    .main-title { font-size: 2.4rem; }
    .power-bar { flex-direction: column; gap: 12px; margin-bottom: 40px; }
    .dot { display: none; }
    .sub-lead { font-size: 1.3rem; margin-bottom: 50px; }
    .quote-box { border-left: none; border-top: 8px solid #103b7b; text-align: center; padding: 35px 25px; }
}