/* ===================================
   ABOUT PREVIEW - TÜM YAZILAR BEYAZ
   Kesin override - hiçbir şey bu kuralları geçemez
   =================================== */

/* About preview tüm yazılar beyaz */
.about-preview,
.about-preview *,
.about-preview p,
.about-preview .lead,
.about-preview-text,
.about-preview-text *,
.about-preview-text p,
.about-preview-content,
.about-preview-content *,
.about-preview-content p {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* About preview başlıklar beyaz */
.about-preview h1,
.about-preview h2,
.about-preview h3,
.about-preview h4,
.about-preview .section-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* About preview paragraflar - NET BEYAZ */
.about-preview p {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    font-size: 1.15rem !important;
}

/* About preview arka plan siyah gradient */
.about-preview {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a) !important;
}

/* About preview lead text */
.about-preview .lead,
.about-preview p.lead {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Tüm child elementler beyaz */
.about-preview span,
.about-preview div,
.about-preview a:not(.btn):not(.btn-primary):not(.btn-secondary) {
    color: #ffffff !important;
}
