.subpage-hero-v4 {
    position: relative;
    overflow: hidden;
    background-color: #0a192f; /* Deep base color */
    min-height: 40vh; /* Ensure a good height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.subpage-hero-v4 .background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.8) 0%, rgba(26, 42, 64, 0.8) 50%, rgba(10, 25, 47, 0.8) 100%);
    z-index: 0;
}

.subpage-hero-v4 .content-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 4rem; /* Adjust for potential navbar overlap */
    padding-bottom: 4rem;
}
