/* Shared Adult and Youth hero treatment, matching the homepage image overlay. */
.hero-image-section::before,
.psychology-ai-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    z-index: 1;
}

.hero-image-section > :not(img),
.psychology-ai-hero > :not(img) {
    position: relative;
    z-index: 2;
}
