footer {
    background: linear-gradient(180deg, var(--slate-800), var(--slate-900));
    color: var(--white);
    padding: 56px 0 28px;
    position: relative;
    overflow: hidden;
}

footer .container .row div {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

footer .logo-h {
    height: 80px;
    object-fit: contain;
    filter: saturate(1.05);
}

footer .meta {
    color: #E3ECFB;
}

footer .divider {
    height: 1px;
    background: rgba(255, 255, 255, .12);
    margin: 22px 0;
}

@media (max-width: 576px) {
    footer {
        
        .hero h1 {
            font-size: 1.9rem;
        }

        .stat-value {
            font-size: 2rem;
        }

        .brandbar .logos img {
            height: 44px;
        }
    }
}