.biz-hero-media--platform {
    overflow: hidden;
    background: #eef0f2;
}

.biz-hero-media--platform img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    filter: blur(2px);
    transform: scale(1.01);
}

.biz-hero-media--platform::after {
    background:
        linear-gradient(90deg, rgba(12, 15, 19, .25), transparent 75%),
        linear-gradient(180deg, rgba(12, 15, 19, .3), rgba(12, 15, 19, .42) 40%, rgba(12, 15, 19, .9));
}

/* Preserve the full six-app composition on narrow screens. */
@media (max-width: 1024px) {
    .biz-hero-media--platform img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        max-width: none;
        height: auto;
    }
}
