/* 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;
}

.homeryo-section-spacer {
    height: 64px;
}

.homeryo-section-heading {
    max-width: 760px;
    margin: 80px auto 42px;
    text-align: center;
}

.homeryo-section-heading h2 {
    margin: 0 0 14px;
}

.homeryo-section-heading p {
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .homeryo-section-spacer {
        height: 40px;
    }

    .homeryo-section-heading {
        margin: 56px auto 30px;
        padding: 0 20px;
    }
}
.homeryo-page-divider {
    max-width: 1320px;
    height: 1px;
    background: #E5E7EB;
    margin: 0 auto 70px;
}

@media (max-width: 768px) {
    .homeryo-page-divider {
        margin-bottom: 45px;
    }
}