/* Full-width photographic treatment for the Carry Auto landing-page hero. */
.ca-auto-recovery-hero {
    min-height: clamp(38rem, 76vh, 52rem);
    color: #fff;
    background-color: #071c2d;
    background-image:
        linear-gradient(90deg, rgba(4, 21, 34, .98) 0%, rgba(4, 21, 34, .93) 34%, rgba(4, 21, 34, .59) 55%, rgba(4, 21, 34, .15) 78%, rgba(4, 21, 34, .04) 100%),
        url('/img/auto/hero/recovery_1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ca-auto-recovery-hero .ca-hero__grid {
    min-height: inherit;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ca-auto-recovery-hero .ca-eyebrow {
    color: #b8ff5a;
}

.ca-auto-recovery-hero h1,
.ca-auto-recovery-hero h1 span {
    color: #fff;
}

.ca-auto-recovery-hero .ca-trust {
    color: #fff;
}

.ca-auto-recovery-hero .ca-hero-card {
    background: rgba(5, 30, 42, .9);
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .24);
    backdrop-filter: blur(10px);
}

@media (max-width: 991px) {
    .ca-auto-recovery-hero {
        min-height: auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-image:
            linear-gradient(180deg, rgba(4, 21, 34, .95) 0%, rgba(4, 21, 34, .86) 60%, rgba(4, 21, 34, .74) 100%),
            url('/img/auto/hero/recovery_1.png');
        background-position: 67% center;
    }
}
