.satusport-event-hero{
    position:relative;
    width:100%;
    min-height:420px;
    margin:0 0 30px;
    border-radius:20px;
    overflow:hidden;
    background:linear-gradient(135deg,#650000 0%,#350000 45%,#090909 100%);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.satusport-event-hero__overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.78)),
        linear-gradient(180deg,transparent 20%,rgba(0,0,0,.82) 100%);
}
.satusport-event-hero__content{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:420px;
    padding:35px;
    max-width:620px;
    color:#fff;
}
.satusport-event-hero__label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}
.satusport-event-hero__label:before{
    content:"";
    width:26px;
    height:3px;
    border-radius:10px;
    background:#e00000;
}
.satusport-event-hero h2{
    margin:0 0 12px;
    color:#fff;
    font-size:clamp(32px,4vw,58px);
    font-weight:900;
    line-height:.98;
    text-transform:uppercase;
    letter-spacing:-1px;
}
.satusport-event-hero p{
    margin:0 0 22px;
    color:rgba(255,255,255,.88);
    font-size:15px;
    line-height:1.5;
}
.satusport-event-hero__button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:max-content;
    padding:11px 16px;
    border-radius:999px;
    background:#e00000;
    color:#fff;
    font-size:12px;
    font-weight:800;
}
.satusport-event-hero__button span{
    font-size:16px;
}
@media (max-width:700px){
    .satusport-event-hero{
        min-height:470px;
        border-radius:18px;
    }
    .satusport-event-hero__content{
        min-height:470px;
        padding:24px;
    }
    .satusport-event-hero h2{
        font-size:36px;
    }
}
@media (max-width:420px){
    .satusport-event-hero{
        min-height:430px;
    }
    .satusport-event-hero__content{
        min-height:430px;
        padding:20px;
    }
    .satusport-event-hero h2{
        font-size:31px;
    }
}
