.footer {
    padding: 54px 0 24px;
    background: #20212b;
}

.footer .footer-widgets {
    margin: 0 0 28px;
    overflow: visible;
}

.footer .footer-widget.widget_hkgfable_footer {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hkg-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(200px, .8fr) minmax(280px, 1fr);
    gap: 54px;
}

.hkg-footer-grid h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 650;
}

.hkg-footer-grid p {
    max-width: 510px;
    margin: 0 0 18px;
    color: #aeb0bd;
    font-size: 14px;
    line-height: 1.85;
}

.hkg-footer-grid .hkg-footer-eyebrow {
    margin-bottom: 8px;
    color: #ff7b6f;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .18em;
}

.hkg-footer-email {
    color: #f2f2f5;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .25);
    text-underline-offset: 5px;
}

.hkg-footer-email:hover,
.hkg-footer-email:focus-visible,
.hkg-footer-links a:hover,
.hkg-footer-links a:focus-visible {
    color: #ff8a80;
}

.hkg-footer-links ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 0;
}

.footer .hkg-footer-links li {
    margin: 0;
}

.hkg-footer-links a {
    color: #c8c9d1;
    font-size: 14px;
}

.hkg-footer-socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hkg-footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 12px;
    color: #f7f7f8;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    font-size: 12px;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.hkg-footer-social > span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #ff6b5e;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 750;
}

a.hkg-footer-social:hover,
a.hkg-footer-social:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 138, 128, .55);
    transform: translateY(-2px);
}

.hkg-footer-social.is-disabled {
    color: #858793;
    cursor: not-allowed;
}

.hkg-footer-social.is-disabled > span {
    background: #50515c;
}

.hkg-footer-email:focus-visible,
.hkg-footer-links a:focus-visible,
.hkg-footer-social:focus-visible {
    outline: 3px solid rgba(255, 123, 111, .35);
    outline-offset: 3px;
}

.footer .copyright {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

@media (max-width: 900px) {
    .hkg-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .hkg-footer-about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .footer {
        padding-top: 38px;
    }

    .hkg-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hkg-footer-about {
        grid-column: auto;
    }

    .hkg-footer-socials {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hkg-footer-social {
        transition: none;
    }
}
