/* Site geneli sayfa banner — kurs detay (modern_course_hero) ile aynı degrade + beyaz başlık */
.fe-page-banner {
    --fe-banner-base: linear-gradient(135deg, #17114f 0%, #251a7d 48%, #1a1259 100%);
    position: relative;
    padding: 48px 0 40px;
    margin-bottom: 30px;
    border-bottom: none !important;
    overflow: hidden;
    color: #ffffff !important;
    min-height: 160px;
    background:
        radial-gradient(620px 320px at 42% 68%, rgba(139, 92, 246, 0.55) 0%, transparent 65%),
        radial-gradient(680px 360px at 68% 22%, rgba(109, 78, 235, 0.42) 0%, transparent 70%),
        var(--fe-banner-base) !important;
    background-color: #17114f !important;
}

.fe-page-banner--has-image {
    background-color: #17114f !important;
    background-size: cover !important;
    background-position: center !important;
}

.fe-page-banner--has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(620px 320px at 42% 68%, rgba(139, 92, 246, 0.45) 0%, transparent 65%),
        radial-gradient(680px 360px at 68% 22%, rgba(109, 78, 235, 0.35) 0%, transparent 70%),
        linear-gradient(135deg, rgba(23, 17, 79, 0.92) 0%, rgba(37, 26, 125, 0.88) 48%, rgba(26, 18, 89, 0.9) 100%);
    pointer-events: none;
}

.fe-page-banner__inner {
    position: relative;
    z-index: 1;
}

.fe-page-banner__title,
.fe-page-banner h1,
.fe-page-banner .course_main_title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.75rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #ffffff !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #ffffff !important;
    text-fill-color: #ffffff !important;
}

.fe-page-banner__accent,
.fe-page-banner__title .fe-page-banner__accent,
.fe-page-banner__title span {
    color: #ffffff !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #ffffff !important;
    text-fill-color: #ffffff !important;
}

.fe-page-banner__sub,
.fe-page-banner p {
    margin: 0;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88) !important;
    max-width: 42rem;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

.fe-page-banner--centered .fe-page-banner__inner > .row {
    justify-content: center;
    text-align: center;
}

.fe-page-banner--centered .fe-page-banner__title,
.fe-page-banner--centered .fe-page-banner__sub {
    margin-left: auto;
    margin-right: auto;
}

.fe-page-banner--centered .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 720px;
}

.fe-page-banner__callout {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px);
}

.fe-page-banner__callout i,
.fe-page-banner__callout p {
    flex-shrink: 0;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.fe-page-banner__callout i {
    font-size: 1.5rem;
    line-height: 1;
}

.fe-page-banner__callout p {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    flex-shrink: 1;
}

/* Eski light header sınıfları da aynı stile çekilsin */
.course_header_modern {
    padding: 48px 0 40px !important;
    min-height: 160px;
    box-sizing: border-box;
    margin-bottom: 30px !important;
    border-bottom: none !important;
    color: #ffffff !important;
    background:
        radial-gradient(620px 320px at 42% 68%, rgba(139, 92, 246, 0.55) 0%, transparent 65%),
        radial-gradient(680px 360px at 68% 22%, rgba(109, 78, 235, 0.42) 0%, transparent 70%),
        linear-gradient(135deg, #17114f 0%, #251a7d 48%, #1a1259 100%) !important;
}

.course_header_modern .course_main_title,
.course_header_modern h1,
.course_header_modern h2,
.course_header_modern h3 {
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
}

.course_header_modern .notify_info_modern {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}

.course_header_modern .notify_info_modern h5 {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .fe-page-banner,
    .course_header_modern {
        padding: 28px 0 24px;
        margin-bottom: 24px;
    }

    .fe-page-banner__callout {
        margin-top: 1rem;
    }
}

.fe-page-banner.fe-page-banner--page {
    margin-bottom: 0;
}

/* Sayfa özel override'lar arka planı/başlığı bozmasın — sadece layout korunsun */
.kt-contact-page .fe-page-banner,
.kt-about-page .fe-page-banner,
.kt-bi-page .fe-page-banner,
.kt-useful-content-page .fe-page-banner,
.fe-home-sections--commerce .fe-page-banner,
#feCustomPageSections .fe-page-banner,
#feCoursePageSections .fe-page-banner,
#feQuizPageSections .fe-page-banner {
    background:
        radial-gradient(620px 320px at 42% 68%, rgba(139, 92, 246, 0.55) 0%, transparent 65%),
        radial-gradient(680px 360px at 68% 22%, rgba(109, 78, 235, 0.42) 0%, transparent 70%),
        linear-gradient(135deg, #17114f 0%, #251a7d 48%, #1a1259 100%) !important;
    background-color: #17114f !important;
    border-bottom: none !important;
    color: #ffffff !important;
}

.kt-contact-page .fe-page-banner__title,
.kt-contact-page .fe-page-banner__accent,
.kt-about-page .fe-page-banner__title,
.kt-about-page .fe-page-banner__accent,
.kt-bi-page .fe-page-banner__title,
.kt-bi-page .fe-page-banner__accent,
.kt-useful-content-page .fe-page-banner__title,
.kt-useful-content-page .fe-page-banner__accent,
.fe-home-sections--commerce .fe-page-banner__title,
.fe-home-sections--commerce .fe-page-banner__accent,
.fe-home-sections--commerce .fe-page-banner__sub,
#feCustomPageSections .fe-page-banner__title,
#feCustomPageSections .fe-page-banner__accent,
#feCoursePageSections .fe-page-banner__title,
#feQuizPageSections .fe-page-banner__title {
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
}
