/* =====================================================
   ARTICLES PAGE STYLES
   ===================================================== */

.b2e-articles-hero {
    min-height: 36vh;
    background: linear-gradient(160deg, #0F2B5B 0%, var(--b2e-primary) 50%, #1340A5 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 48px;
}

.b2e-articles-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 60%;
    height: 120%;
    background: radial-gradient(ellipse, rgba(103, 232, 249, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.b2e-articles-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.b2e-articles-hero .hero-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    max-width: 640px;
    line-height: 1.7;
    margin-bottom: 0;
}

.b2e-articles-content {
    padding: 48px 0 80px;
    background: var(--b2e-gray-50, #f8fafc);
}

.b2e-articles-content .container {
    max-width: 960px;
}

#soro-blog {
    min-height: 200px;
}
