.archive-hero-section,
.bsevents-hero-section,
.reports-hero-section,
.social-hero-section {
    background: var(--bs-green-darker);
    color: white;
    padding: 60px 0;
    position: relative;
}


.archive-hero-section .hero-content-split,
.bsevents-hero-section .hero-content-split,
.reports-hero-section .hero-content-split,
.social-hero-section .hero-content-split {
    position: relative;
    z-index: 1;
}

.archive-hero-section .hero-title,
.bsevents-hero-section .hero-title,
.reports-hero-section .hero-title,
.social-hero-section .hero-title {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    color: white;
    font-weight: 700;
    line-height: 1.2;
}

.archive-hero-section .hero-subtitle,
.bsevents-hero-section .hero-subtitle,
.reports-hero-section .hero-subtitle,
.social-hero-section .hero-subtitle {
    font-size: 1.1em;
    margin: 0;
    opacity: 0.95;
    color: white;
    line-height: 1.5;
}