#kpi-wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

#kpi-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background:
        radial-gradient(circle at 20% 22%, rgba(239, 51, 64, .45) 0%, rgba(239, 51, 64, 0) 38%),
        radial-gradient(circle at 72% 14%, rgba(63, 95, 184, .50) 0%, rgba(63, 95, 184, 0) 45%),
        radial-gradient(circle at 35% 78%, rgba(49, 193, 91, .40) 0%, rgba(49, 193, 91, 0) 42%),
        linear-gradient(140deg, #0a163c 0%, #122f77 52%, #0a224f 100%);
}

#kpi-wrapper > .row {
    position: relative;
    min-height: 100vh;
    z-index: 2;
}

#kpi-wrapper .hero-static.col-lg-4 {
    background: linear-gradient(145deg, rgba(18, 32, 92, .35), rgba(10, 20, 61, .52));
}

#kpi-wrapper .hero-static.col-lg-8 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: -8px 0 24px rgba(5, 10, 31, .12);
}

@media (max-width: 991.98px) {
    #kpi-wrapper .hero-static.col-lg-8 {
        border-radius: 0;
        box-shadow: none;
    }
}
