/* Veho Bot - route offer theme */
.hero-section {
    background:
        radial-gradient(circle at 82% 16%, rgba(143, 180, 255, .30), transparent 30%),
        radial-gradient(circle at 12% 84%, rgba(86, 128, 214, .32), transparent 34%),
        linear-gradient(135deg, #101b3d 0%, #203e7e 52%, #5478bd 100%);
    overflow: hidden;
    padding: clamp(1.75rem, 3.5vw, 3rem) 0;
}

.veho-hero-copy {
    margin: 0 auto;
    max-width: 34rem;
}

.veho-hero-media {
    align-items: center;
    display: flex;
    justify-content: center;
}

.download-btn {
    background: #f4f8ff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
    color: #18336c;
}

.download-btn:hover {
    background: #dfeaff;
    color: #102859;
}

.veho-offer-shot {
    background: #f6f8fd;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(2, 12, 39, .28);
    display: block;
    margin: 0 auto;
    max-height: 520px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

@media (max-width: 991.98px) {
    .veho-offer-shot {
        max-height: 440px;
    }
}

@media (max-width: 575.98px) {
    .veho-offer-shot {
        max-height: 380px;
    }
}
