/* Çözüm detay sayfaları (kamera, yangın, network vb.) — hero okunabilirliği */

.page-content .hero-section {
    box-sizing: border-box;
}

.page-content .hero-overlay {
    background-color: rgba(8, 14, 24, 0.9) !important;
    color: #f1f5f9 !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.page-content .hero-overlay h1 {
    color: #2dd4d2 !important;
    -webkit-text-fill-color: #2dd4d2 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.page-content .hero-overlay p,
body.light-mode .containers .page-content .hero-overlay p,
body.light-mode .page-content .hero-overlay p {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
}

.page-content .hero-overlay p strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.page-content .hero-overlay .cta-button {
    color: #041214 !important;
    -webkit-text-fill-color: #041214 !important;
}

.page-content .hero-overlay .cta-button:hover {
    color: #041214 !important;
}
