.wrs-site-footer {
    background: var(--wrs-bg);
    border-top: 2px solid var(--wrs-green);
    padding-block: 64px 40px;
    margin-top: 64px;
}

.wrs-site-footer .wrs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.wrs-footer-logo img { height: 53px; width: auto; }

.wrs-footer-nav { width: 100%; }

.wrs-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 56px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrs-footer-menu a {
    font-family: 'Bungee', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: color .15s;
}
.wrs-footer-menu a:hover { color: var(--wrs-green); }

.wrs-footer-disclaimer {
    text-align: center;
    max-width: 1100px;
    width: 100%;
}

.wrs-disclaimer-label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--wrs-green);
    margin-bottom: 12px;
}

.wrs-disclaimer-text {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: var(--wrs-text-muted);
}

.wrs-footer-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.wrs-footer-partners img {
    max-height: 32px;
    width: auto;
    object-fit: contain;
    opacity: .9;
    transition: opacity .15s, transform .15s;
}

.wrs-footer-partners a:hover img { opacity: 1; transform: translateY(-1px); }

.wrs-copyright {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--wrs-text-muted);
    text-align: center;
}

@media (max-width: 700px) {
    .wrs-site-footer { padding-block: 48px 32px; }
    .wrs-site-footer .wrs-container { gap: 32px; }
    .wrs-footer-menu { gap: 16px 24px; }
}
