.ford-site-slider {
    width: 100%;
    height: clamp(360px, 40vw, 600px) !important;
    min-height: 360px;
    max-height: 600px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #0e1824;
}

.ford-site-slider .ford-site-slide,
.ford-site-slider .ford-site-media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ford-site-slider .ford-site-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ford-site-slider .ford-site-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ford-site-slider .ford-site-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(4, 14, 28, .82) 0%, rgba(4, 14, 28, .42) 38%, rgba(4, 14, 28, .08) 72%),
        linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .12) 45%, rgba(0, 0, 0, .55) 100%);
}

.ford-site-slider .ford-site-caption {
    position: absolute;
    top: auto;
    bottom: clamp(82px, 12vw, 150px);
    left: 15px;
    max-width: 680px;
    color: #fff;
    text-align: left;
    transform: none;
}

.ford-site-slider .ford-site-title {
    font-size: clamp(22px, 2.8vw, 32px);
    line-height: 1.08;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .32);
}

.ford-site-slider .ford-site-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 26px;
    border-radius: 999px;
    background: #fff;
    color: #0b4f9f !important;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.ford-site-slider .ford-site-cta:hover {
    background: #0b4f9f;
    color: #fff !important;
    transform: translateY(-1px);
}

.ford-site-slider .swiper-button-next,
.ford-site-slider .swiper-button-prev {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .58);
    color: #fff !important;
    text-shadow: none;
    transition: background .2s ease, transform .2s ease;
}

.ford-site-slider .swiper-button-next:hover,
.ford-site-slider .swiper-button-prev:hover {
    background: rgba(0, 75, 160, .92);
    transform: scale(1.04);
}

.ford-site-slider .swiper-button-next::after,
.ford-site-slider .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 800;
}

.ford-site-slider .ford-site-controls {
    position: absolute;
    z-index: 5;
    right: max(26px, calc((100vw - 1320px) / 2 + 24px));
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ford-site-slider .ford-site-controls .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.ford-site-slider .ford-site-controls .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    opacity: 1;
    transition: width .2s ease, background .2s ease;
}

.ford-site-slider .ford-site-controls .swiper-pagination-bullet-active {
    width: 30px;
    background: #0b86ff !important;
}

.ford-site-slider .ford-site-toggle {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .58);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ford-site-slider .ford-site-toggle-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 22px;
}

.ford-site-slider .ford-site-toggle-icon::before,
.ford-site-slider .ford-site-toggle-icon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 22px;
    border-radius: 2px;
    background: #fff;
}

.ford-site-slider .ford-site-toggle-icon::before {
    left: 0;
}

.ford-site-slider .ford-site-toggle-icon::after {
    right: 0;
}

.ford-site-slider .ford-site-toggle.is-paused .ford-site-toggle-icon {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.ford-site-slider .ford-site-toggle.is-paused .ford-site-toggle-icon::before,
.ford-site-slider .ford-site-toggle.is-paused .ford-site-toggle-icon::after {
    display: none;
}

@media (max-width: 991.98px) {
    .ford-site-slider {
        height: 560px !important;
        min-height: 560px;
    }

    .ford-site-slider .ford-site-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .36) 42%, rgba(0, 0, 0, .78) 100%);
    }

    .ford-site-slider .ford-site-caption {
        left: 24px;
        right: 24px;
        bottom: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) and (max-height: 820px) {
    .ford-site-slider {
        height: 560px !important;
        min-height: 560px;
    }

    .ford-site-slider .ford-site-caption {
        bottom: 88px;
        max-width: 560px;
    }

    .ford-site-slider .ford-site-title {
        font-size: 36px;
        line-height: 1.1;
    }

    .ford-site-slider .ford-site-media {
        background: #0e1824;
    }

    .ford-site-slider .ford-site-media img {
        object-fit: contain !important;
        object-position: center center !important;
    }
}

@media (max-width: 575.98px) {
    .ford-site-slider {
        height: 480px !important;
        min-height: 480px;
        margin-bottom: 20px;
    }

    .ford-site-slider .ford-site-caption {
        left: 18px;
        right: 18px;
        bottom: 88px;
    }

    .ford-site-slider .ford-site-title {
        font-size: 24px;
        line-height: 1.12;
    }

    .ford-site-slider .ford-site-cta {
        min-height: 40px;
        padding: 0 20px;
        font-size: 13px;
    }

    .ford-site-slider .swiper-button-next,
    .ford-site-slider .swiper-button-prev {
        width: 44px;
        height: 44px;
    }

    .ford-site-slider .swiper-button-next::after,
    .ford-site-slider .swiper-button-prev::after {
        font-size: 19px;
    }

    .ford-site-slider .ford-site-controls {
        right: 18px;
        bottom: 22px;
    }

    .ford-site-slider .ford-site-toggle {
        width: 44px;
        height: 44px;
    }
}
