/* Homeryo — Shop by Ecosystem banner grid */

.section-collection.banner-cls--custom .box-image_v04 {
    position: relative;
}

/* Dark gradient for readability */
.section-collection.banner-cls--custom .box-image_v04::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.12) 45%,
        rgba(0, 0, 0, 0) 70%
    );
    pointer-events: none;
    z-index: 1;
}

/* Keep Amerce content above gradient */
.section-collection.banner-cls--custom .box-image_content,
.section-collection.banner-cls--custom .bn-content {
    z-index: 2;
}

/* Ecosystem names */
.section-collection.banner-cls--custom .box-image_content *,
.section-collection.banner-cls--custom .bn-content * {
    color: #fff !important;
}