/* Site geneli sabit sayfa banner — course_header_modern tabanlı */
.fe-page-banner {
    position: relative;
    padding: 40px 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    overflow: hidden;
}

.fe-page-banner--has-image {
    background-color: #f1f5f9;
    background-size: cover;
    background-position: center;
}

.fe-page-banner--has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.94) 0%, rgba(241, 245, 249, 0.9) 100%);
    pointer-events: none;
}

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

.fe-page-banner__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: #0f172a;
}

.fe-page-banner__accent {
    background: linear-gradient(90deg, var(--system_primery_color), var(--system_secendory_color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fe-page-banner__sub {
    margin: 0;
    font-size: 1.05rem;
    color: #64748b;
    max-width: 42rem;
}

.fe-page-banner__callout {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 24px;
    border-radius: 16px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1e40af;
}

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

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

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

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