.site-footer {
    position: relative;
    overflow: hidden;
    padding: 64px 30px 28px !important;
    color: rgba(255, 255, 255, .76) !important;
    background:
        radial-gradient(circle at 8% 0, rgba(51, 171, 150, .2), transparent 25rem),
        linear-gradient(135deg, #064f46 0%, #03483f 46%, #022f2b 100%) !important;
}

.site-footer::before {
    position: absolute;
    top: -220px;
    right: -150px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 1;
    width: min(1220px, 100%);
}

.footer-grid {
    grid-template-columns: minmax(300px, 1.7fr) repeat(3, minmax(145px, .8fr)) !important;
    gap: clamp(32px, 4vw, 64px) !important;
    margin-bottom: 52px !important;
}

.footer-brand {
    margin-bottom: 15px !important;
    color: #fff !important;
    font-size: clamp(25px, 2.3vw, 32px) !important;
    font-weight: 600 !important;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.footer-tagline {
    max-width: 490px;
    color: rgba(255, 255, 255, .7);
    font-size: 13px !important;
    line-height: 1.8 !important;
}

.pillar-row {
    max-width: 520px;
    margin-top: 22px !important;
    gap: 8px !important;
}

.pillar-chip {
    padding: 7px 14px !important;
    color: rgba(255, 255, 255, .86) !important;
    background: rgba(255, 255, 255, .08) !important;
    border-color: rgba(255, 255, 255, .12) !important;
    font-size: 10px !important;
}

.footer-col h5 {
    margin: 4px 0 19px !important;
    color: #fff !important;
    font-size: 10px !important;
    letter-spacing: .15em !important;
}

.footer-col li + li {
    margin-top: 10px !important;
}

.footer-col a {
    display: inline-flex;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 12px;
    line-height: 1.55 !important;
    text-decoration: none !important;
    transition: color 160ms ease, transform 160ms ease !important;
}

.footer-col a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.footer-bottom {
    padding-top: 23px !important;
    color: rgba(255, 255, 255, .55);
    border-top-color: rgba(255, 255, 255, .1) !important;
    font-size: 11px !important;
}

.footer-socials {
    gap: 9px !important;
}

.footer-social {
    width: 38px !important;
    height: 38px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none !important;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease !important;
}

.footer-social:hover {
    background: rgba(255, 255, 255, .16) !important;
    border-color: rgba(255, 255, 255, .2);
    transform: translateY(-2px);
}

@media (max-width: 990px) {
    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .footer-grid > :first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .site-footer {
        padding: 48px 20px 24px !important;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 32px 24px !important;
        margin-bottom: 38px !important;
    }

    .footer-grid > :first-child,
    .footer-col:last-child {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start !important;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-grid > :first-child,
    .footer-col:last-child {
        grid-column: auto;
    }
}
