/* Full-width photographic treatment for the Carry Mobility landing-page hero. */
.cm-hero {
    min-height: clamp(36rem, 72vh, 48rem);
    background-color: #102233;
    background-image:
        linear-gradient(90deg, rgba(5, 25, 39, .96) 0%, rgba(5, 25, 39, .89) 35%, rgba(5, 25, 39, .53) 55%, rgba(5, 25, 39, .12) 76%, rgba(5, 25, 39, .04) 100%),
        url('/img/mobility/hero/hero_1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cm-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.cm-hero__eyebrow {
    color: #b8ff5a !important;
}

.cm-hero__content p {
    max-width: 44rem;
}

.cm-hero .cm-btn--secondary {
    border: 1px solid rgba(255, 255, 255, .78);
    background: rgba(5, 25, 39, .34);
    backdrop-filter: blur(4px);
}

@media (max-width: 760px) {
    .cm-hero {
        min-height: 42rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-image:
            linear-gradient(180deg, rgba(5, 25, 39, .92) 0%, rgba(5, 25, 39, .84) 58%, rgba(5, 25, 39, .72) 100%),
            url('/img/mobility/hero/hero_1.png');
        background-position: 64% center;
    }
}
