.home-banner {
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, #06101d 0%, #0f213c 45%, #07131f 100%);
    overflow: hidden;
}

.home-banner::before {
    content: '';
    position: absolute;
    inset: -20% -10% auto auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 111, 232, 0.34), transparent 72%);
    filter: blur(15px);
    animation: ambientDrift 14s ease-in-out infinite alternate;
    pointer-events: none;
}

.home-banner::after {
    content: '';
    position: absolute;
    inset: auto -12% -12% auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 196, 0, 0.28), transparent 70%);
    filter: blur(18px);
    animation: ambientDrift 18s ease-in-out infinite alternate-reverse;
    pointer-events: none;
}

.home-banner .carousel,
.home-banner .carousel-inner,
.banner-slide {
    width: 100%;
    height: clamp(520px, 74vh, 780px);
}

.banner-slide {
    position: relative;
    background: #05080d;
    overflow: hidden;
}

.banner-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 8, 18, 0.82) 0%, rgba(2, 8, 18, 0.62) 42%, rgba(2, 8, 18, 0.12) 100%);
    z-index: 1;
    pointer-events: none;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.banner-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.12) contrast(1.05) brightness(0.92);
    transform: scale(1.02);
    transition: transform 8s cubic-bezier(.2, .8, .2, 1), filter 0.5s ease;
}

.carousel-item.active .banner-image {
    transform: scale(1.07);
}

.banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

.banner-overlay-services {
    background: linear-gradient(90deg, rgba(7, 16, 29, 0.3) 0%, rgba(7, 16, 29, 0.12) 100%);
}

.banner-overlay-vehicles {
    background: linear-gradient(90deg, rgba(7, 16, 29, 0.3) 0%, rgba(7, 16, 29, 0.1) 100%);
}

.banner-overlay-financing {
    background: linear-gradient(90deg, rgba(7, 16, 29, 0.33) 0%, rgba(7, 16, 29, 0.12) 100%);
}

.banner-content {
    width: min(660px, 84%);
    color: #ffffff;
    padding: 34px 38px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(7, 16, 29, 0.58), rgba(7, 16, 29, 0.32));
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
    animation: bannerContentIn 0.95s cubic-bezier(.2, .9, .25, 1) both;
}

.banner-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #ffd76a;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.banner-content h1,
.banner-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(2rem, 4.2vw, 4.7rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.banner-content p {
    max-width: 560px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.65;
}

.banner-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffc400 0%, #ff9f1c 100%);
    color: #07111d;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(255, 196, 0, 0.24);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(.2, .8, .2, 1), box-shadow 0.3s ease, background 0.3s ease, letter-spacing 0.2s ease;
}

.banner-button::before {
    content: '';
    position: absolute;
    inset: -20% auto -20% -10%;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: translateX(-140px) skewX(-20deg);
    animation: shimmer 2.6s ease infinite;
}

.banner-link:hover .banner-button {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(255, 196, 0, 0.32);
    background: linear-gradient(135deg, #ffe06a 0%, #ffc400 100%);
    letter-spacing: 0.02em;
}

.home-banner .carousel-control-prev,
.home-banner .carousel-control-next {
    width: 8%;
    opacity: 0.95;
    transition: opacity 0.25s ease;
}

.home-banner .carousel-control-prev:hover,
.home-banner .carousel-control-next:hover {
    opacity: 1;
}

.home-banner .carousel-control-prev-icon,
.home-banner .carousel-control-next-icon {
    width: 46px;
    height: 46px;
    padding: 12px;
    border-radius: 50%;
    background-color: rgba(7, 16, 29, 0.65);
    background-size: 48%;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-banner .carousel-indicators {
    z-index: 4;
    margin-bottom: 22px;
}

.home-banner .carousel-indicators button {
    width: 38px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.75);
    transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.home-banner .carousel-indicators button:hover {
    transform: scaleX(1.05);
    opacity: 0.95;
}

.home-banner .carousel-indicators button.active {
    background-color: #ffc400;
    transform: scaleX(1.08);
}

@keyframes bannerContentIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ambientDrift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-22px, 18px, 0) scale(1.1);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-150px) skewX(-20deg);
    }

    100% {
        transform: translateX(280px) skewX(-20deg);
    }
}