.club-name-main span, .footer-logo-name span, .hero h1 em {
    color: var(--acc-l);
}
.footer-col a:hover {
    color: #fff;
}
.footer-col ul {
    list-style: none;
}
.footer {
    background: var(--deeper);
    padding: 3rem 2rem 1.5rem;
    color: #fff;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .85rem;
}
.footer-logo img {
    height: 32px;
    width: auto;
}
.footer-logo-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
}
.footer-col h4 {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 1rem;
}
.footer-col li {
    margin-bottom: .6rem;
}
.footer-col a {
    color: rgba(255, 255, 255, .6);
    font-size: .88rem;
}
.footer-desc {
    color: rgba(255, 255, 255, .45);
    font-size: .85rem;
    line-height: 1.7;
    max-width: 300px;
}
.footer-social, .footer-social .jeg_social_icon_block {
    display: flex;
    gap: .6rem;
    margin-top: .75rem;
}
.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    transition: background .2s, color .2s;
}
.footer-social a:hover {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}
.footer-social a span {
    display: none;
}
.footer-social a i {
    font-size: 1.1rem;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-bottom p {
    color: rgba(255, 255, 255, .3);
    font-size: .8rem;
}
.footer-bottom a {
    color: rgba(255, 255, 255, .4);
    font-size: .8rem;
}
.footer-bottom a:hover {
    color: rgba(255, 255, 255, .7);
}

.footer-bottom a, .footer-col a {
    transition: color .2s;
    text-decoration: none;
}

.pay-logos, .req-val-wrap {
    display: flex;
    align-items: center;
}

.pay-logos {
    gap: .55rem;
}
.pay-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    padding: 4px 9px;
    height: 28px;
}

@media (max-width:960px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}
@media (max-width:680px) {

    .footer-grid, .impact-stats, .row-top {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        gap: 1.5rem;
    }
}