.hb-site-footer {
    position: relative;
    overflow: hidden;
    padding: 76px 0 34px;
    background:
        radial-gradient(circle at 18% 0%, rgba(98, 54, 232, 0.26), transparent 34%),
        linear-gradient(135deg, #281664 0%, #180b45 100%);
    color: rgba(255, 255, 255, 0.82);
}

.hb-site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 14% 18%, rgba(53, 183, 41, 0.12), transparent 28%);
    pointer-events: none;
}

.hb-site-footer .container {
    position: relative;
    z-index: 1;
}

.hb-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 34px;
    align-items: start;
}

.hb-footer-brand img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.hb-footer-brand p,
.hb-footer-col p,
.hb-footer-bottom p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.hb-footer-col h4 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.hb-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hb-footer-list li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.65;
}

.hb-footer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hb-footer-kicker i {
    color: #53c829;
}

.hb-footer-support-link {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.hb-footer-support-link:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.hb-footer-links a,
.hb-footer-list a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hb-footer-links a:hover,
.hb-footer-list a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.hb-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 58px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hb-footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.hb-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .hb-footer-grid {
        grid-template-columns: 1fr;
    }

    .hb-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 38px;
    }

    .hb-footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hb-site-footer {
        padding: 56px 0 28px;
    }

    .hb-footer-grid {
        gap: 28px;
    }
}
