/* ── 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;
}
/* Note (ikki qator) */
/* Note (ikki qator) */
#mhNote1,
#mhNote2 {
    margin: 0;
    color: #ffffff !important;
    opacity: 1 !important;
    font-style: normal;
    font-size: 18px;
    max-width: 380px;
    line-height: 1.4;
    text-decoration: none;
    text-underline-offset: 4px;
    font-family: ChevySans, Arial, sans-serif;

}
#mhNote1 {
    margin-top: 0.5rem;
}
#mhNote2 {
    margin-bottom: 0.5rem;
}
/* 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;
    font-family: ChevySans, Arial, sans-serif;

}
/* 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: 600;
    font-size: 16px;
    text-align: center;
    border: 2px solid white;
    border-radius: 4px;
    text-decoration: none;
    font-family: ChevySans, Arial, sans-serif;

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

/* mhBtn1 — oq fon tugma (Maxsus takliflar) → hover'da och kulrang */
#mhBtn1 {
    transition: background-color 0.25s ease;
}
#mhBtn1:hover {
    background-color: #e5e5e5;
}

/* mhBtn2 — border tugma (Onlayn xarid) → hover'da faqat matn+border rangi */
#mhBtn2 {
    transition: color 0.25s ease, border-color 0.25s ease;
}
#mhBtn2:hover {
    color: #d6d6d6;
    border-color: #d6d6d6;
}


/* 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; }
    #mhNote1,
    #mhNote2 { font-size: 13px; }
}
.vehicles-swiper .swiper-slide,
.news-slider .swiper-slide {
    background: none;
}
.mega__content .card {
    border: none !important;
}