/* ── ChevySans Black (weight 900) ── */
@font-face {
    font-family: "ChevySans";
    src: url("../fonts/ChevySans-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ── Masthead / Hero Slider ── */

#masthead {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 500px;
    overflow: hidden;
    background-color: #111;
}

/* Background images */
#mhBase,
#mhOverlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#mhOverlay {
    opacity: 0;
    transition: opacity 0.7s ease;
}

/* Gradient overlay */
.mh-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.24) 28%, transparent 50%);
}

/* Content block */
#mhContent {
    position: absolute;
    top: 1rem;
    left: 4.5rem;
    transition: opacity 0.3s;
    padding: 1.5rem;
}

#mhSubtitle {
    margin: 0;
    color: white;
    font-family: "ChevySans", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}

#mhTitle {
    margin: 0;
    font-family: "ChevySans", Arial, sans-serif;
    font-weight: 900;
    color: white;
    line-height: 1;
    font-size: 64px;
}

.mh-title-row {
    display: flex;
}

#mhDesc {
    margin: 0;
    margin-top: 38px;
    margin-left: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

#mhNote {
    margin: 0;
    margin-bottom: 0.5rem;
    color: white;
    font-style: italic;
    font-size: 16px;
    max-width: 380px;
}

/* Discount */
#mhDiscountWrap {
    display: none;
    margin-bottom: 0.25rem;
}

.mh-discount-label {
    margin: 0;
    margin-bottom: -4px;
    font-weight: 600;
    font-size: 25px;
    color: white;
}

.mh-discount-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

#mhDiscount {
    color: white;
    font-family: "ChevySans", Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(2.8rem, 6.8vw, 5rem);
    line-height: 1;
}

#mhDiscountLabel {
    color: white;
    text-decoration: underline;
}

/* Buttons */
.mh-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.25rem;
    width: 390px;
    max-width: calc(100vw - 64px);
}

#mhBtn1,
#mhBtn2 {
    display: block;
    padding: 0.7rem 1.25rem;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 2px solid white;
    border-radius: 4px;
    text-decoration: none;
}

#mhBtn1 {
    background-color: white;
    color: black;
}

#mhBtn2 {
    background-color: transparent;
    color: white;
}

/* Progress bar */
.mh-progress {
    position: absolute;
    bottom: 1rem;
    left: 3rem;
    right: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#mhSegments {
    flex: 1;
    display: flex;
    gap: 4px;
    list-style: none;
}

#mhPause {
    margin-top: -14px;
    color: white;
}

#mhIconPlay {
    display: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    #mhContent {
        top: 90px;
        left: 0;
        width: 100%;
    }

    #mhTitle { font-size: 34px; }
    #mhSubtitle { font-size: 20px; }
    #mhDesc { font-size: 14px; margin-top: 10px; }
    #mhNote { font-size: 13px; }

    #mhBtn1,
    #mhBtn2 {
        padding: 10px;
        font-size: 13px;
    }
}

.vehicles-swiper .swiper-slide,
.news-slider .swiper-slide {
    background: none;
}

.mega__content .card {
    border: none !important;
}