html body div#header.top-bg{
    background:
        radial-gradient(circle at top right, rgba(255,0,19,.24), transparent 35%),
        linear-gradient(135deg, #08080d, #2a0007) !important;
    min-height:auto !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
}

html body div#header.top-bg .top-bg-dark{
    display:none !important;
}

html body .top-bar{
    background:rgba(12,12,18,.92) !important;
    color:#fff !important;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(8px);
}

html body .tb-hero{
    background:transparent !important;
    padding:24px 15px 50px !important;
}

html body .tb-hero:before,
html body .tb-hero:after{
    display:none !important;
}

/* HERO IMAGE HEJURU */
.tb-hero-image-wrap{
    max-width:1100px;
    margin:0 auto 28px;
    padding:0 0;
}

.tb-hero-image-card{
    width:100%;
    background:#111;
    border-radius:26px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 22px 55px rgba(0,0,0,.34);
}

.tb-hero-image{
    width:100%;
    display:block;
    aspect-ratio:883/446;
    object-fit:cover;
    object-position:center;
}

/* TEXT MUNSI Y'IFOTO */
.tb-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.09) !important;
    border:1px solid rgba(255,255,255,.16) !important;
    color:#fff !important;
    padding:10px 16px;
    border-radius:999px;
    font-weight:900;
    margin-bottom:16px;
}

.tb-title{
    color:#fff !important;
    margin-top:0 !important;
    text-shadow:0 10px 25px rgba(0,0,0,.38);
}

.tb-title span{
    color:#ff3347 !important;
}

.tb-subtitle{
    color:rgba(255,255,255,.88) !important;
    max-width:760px;
    line-height:1.8;
}

.tb-address-label{
    color:rgba(255,255,255,.72) !important;
}

.tb-address{
    background:rgba(255,255,255,.10) !important;
    border:1px solid rgba(255,255,255,.16) !important;
    color:#fff !important;
    border-radius:18px;
    padding:14px 16px;
    word-break:break-all;
}

.tb-address a{
    color:#fff !important;
}

@media(max-width:768px){
    html body .tb-hero{
        padding:18px 12px 38px !important;
    }

    .tb-hero-image-wrap{
        margin-bottom:22px;
    }

    .tb-hero-image-card{
        border-radius:20px;
    }

    .tb-hero-image{
        aspect-ratio:883/446;
        object-fit:cover;
        object-position:center;
    }
}
