section#banner {
    margin-top: 100px;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-slider {
    width: 100%;
    aspect-ratio: 2534 / 1213;
    min-height: 330px;
    max-height: 50vh;
    position: relative;
    overflow: hidden;
    background: #650000;
}

#banner .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

#banner .slide.active {
    opacity: 1;
    z-index: 2;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(55, 0, 0, 0.85) 0%, rgba(120, 0, 0, 0.45) 42%, rgba(180, 0, 0, 0.2) 100%);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding-left: clamp(24px, 6vw, 80px);
    max-width: 48%;
}

.slide-content h2 {
    font-size: clamp(1.25rem, 2.8vw, 3.1rem);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 800;
    margin: 0 0 14px;
}

.slide-content p {
    font-size: clamp(0.9rem, 1.3vw, 1.9rem);
    line-height: 1.2;
    margin: 0;
}

.slide-foreground {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 95%;
    object-fit: contain;
    z-index: 2;
}

.slide2-person {
    height: 96%;
    right: 7%;
    bottom: -9%;
}

.slide4-person {
    height: 104%;
    right: 4%;
    bottom: -12%;
}

.countdown {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.time-box {
    width: clamp(54px, 4.5vw, 80px);
    height: clamp(54px, 4.5vw, 80px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-box span {
    font-size: clamp(1rem, 1.6vw, 1.8rem);
    font-weight: 700;
    line-height: 1;
}

.time-box p {
    margin-top: 4px;
    font-size: clamp(0.55rem, 0.75vw, 0.8rem);
    text-transform: uppercase;
}

#banner .navigation {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 6px;
}

#banner .dot {
    width: 16px;
    height: 4px;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

#banner .dot.active {
    background: #fff;
}

@media (max-width: 900px) {
    section#banner {
        margin-top: 90px;
    }

    .banner-slider {
        width: 100%;
        min-height: 460px;
        max-height: none;
        aspect-ratio: auto;
        height: 60vh;
    }

    .slide-content {
        max-width: 76%;
        padding-left: 24px;
    }

    .slide-foreground {
        height: 65%;
    }

    .slide2-person {
        height: 74%;
        right: 0;
        bottom: -3%;
    }

    .slide4-person {
        height: 82%;
        right: 1%;
        bottom: -5%;
    }
}

@media (max-width: 600px) {
    .banner-slider {
        min-height: 430px;
        height: 56vh;
    }

    .slide-content {
        max-width: 90%;
    }

    .countdown {
        flex-wrap: wrap;
        max-width: 260px;
    }

    .slide2-person,
    .slide4-person {
        height: 62%;
        right: -4%;
    }
}

.home-2026 #dostawcy {
    padding-top: 52px;
}

.home-2026 .all_vendors {
    font-size: 1.1rem;
    padding: 14px 34px;
    border-radius: 0;
    background: #e30613;
    font-weight: 600;
}

.home-2026 .all_vendors:hover {
    background: #b80812;
}
