/* ===================================
   TÜM ALT BAŞLIKLAR SİYAH
   =================================== */

/* Tüm alt başlıklar ve açıklamalar siyah */
.page-subtitle,
.section-subtitle,
.page-header p,
.page-header .page-subtitle,
h1 + p,
h2 + p,
.subtitle {
    color: #000000 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

/* Hero subtitle beyaz olacak */
.hero-subtitle,
.hero p {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8) !important;
}

