.banner-section {
    background: #ff4b00;
    background-image: url("../../images/2026/banner-bg.svg");
    background-position: left;
    background-repeat: no-repeat;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-optical-sizing: auto;
}

.banner-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 512px;
    gap: 45px;
    box-sizing: border-box;
}

.hero-bannersection {
    display: flex;
}

/* Top navigation */
.topbanner-link {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    letter-spacing: 0.05em;
    gap: 25px;
    font-size: 18px;
    color: #fff;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: italic;
}

.topbanner-link span {
    font-family: "Zalando Sans Expanded", sans-serif;
}

/* Main content */
.herotopbanner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.herotopbanner h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;

    font-family: "Zalando Sans Expanded", sans-serif;
}

.herotopbanner p {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
    padding: 0;

}

/* Bottom section */
.bottomtopbanner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
}

.event-title2026 {
    font-weight: 700;
    font-style: Italic;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: "Zalando Sans Expanded", sans-serif;

}

.event-title2026 span {
    color: #ffffff;
    font-weight: 900;
    font-family: "Zalando Sans Expanded", sans-serif;
}

.event-title2026 .dark {
    color: #000000;
}

a.cta {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    font-family: "Unbounded", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0.5px;
    flex-direction: column-reverse;
    cursor: pointer;
    color: #fff;
    text-decoration: none
}

a.cta {
    font-weight: 400;
    font-size: 36px;
}

a.cta span {
    font-family: "Unbounded", sans-serif !important;
}

.cmdbtn {

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 132px;
    height: 132px;
    cursor: pointer;
    font-family: "Unbounded", sans-serif !important;
}

.cmdbtn .cmdbtnuparrow {
    background-repeat: no-repeat;
    background-image: url('../../images/2026/arrow.svg');
    transform: translate(0, 0);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease-in-out, background 1s ease-in-out, opacity 1s ease-in-out;
    position: absolute;
    width: 132px;
    height: 132px;
    opacity: 1;
}

.cta:hover .cmdbtn .cmdbtnuparrow {
    transform: translate(129px, -129px);
    transition: transform 0.7s ease-in-out, background 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
}

.cmdbtn .cmdbtndownarrow {
    background-repeat: no-repeat;
    background-image: url('../../images/2026/arrow.svg');
    transform: translate(0, 0);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transition: transform 0.7s ease-in-out, background 1s ease-in-out, opacity 1s ease-in-out;
    width: 132px;
    height: 132px;
    opacity: 1;
    transform: translate(-133px, 126px)
}

.cta:hover .cmdbtn .cmdbtndownarrow {
    opacity: 1;
    transition: transform 0.7s ease-in-out, background 1s ease-in-out, opacity 1s ease-in-out;
    transform: translate(0px, 0px)
}



/* Responsive */
@media (max-width: 992px) {
    .banner-container {
        gap: 0;
    }

    .banner-section {
        background-image: url("../../images/2026/banner-mbg.svg");
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
    }

    .topbanner-link {
        display: none
    }

    .bottomtopbanner {
        flex-direction: column;
        align-items: flex-start;
        gap: 100px;
        margin-top: 30px
    }

    .herotopbanner {
        gap: 18px;
    }

    .herotopbanner h3 {
        font-size: 36px;
    }

    .event-title2026 {
        font-size: 60px;
    }

    a.cta {
        font-size: 26px;
        align-items: flex-start;
        gap: 23px;
    }

}

@media (max-width: 400px) {
    .herotopbanner {
        gap: 18px;
    }

    .herotopbanner h3 {
        font-size: 30px;
    }

    .herotopbanner p {
        font-size: 20px;
    }

    .event-title2026 {
        font-size: 40px;
    }

    a.cta {
        font-size: 20px;
    }
}