.wn-site-footer {
    margin-top: 56px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #334155;
    font-family: 'Manrope', 'Segoe UI', system-ui, sans-serif;
}

.wn-footer-top {
    border-bottom: 1px solid #e8eef6;
    background: #f8fafc;
}

.wn-footer-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 24px;
}

.wn-footer-wrap h4 {
    margin: 0 0 14px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
}

.wn-link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.wn-link-cloud a {
    text-decoration: none;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.25;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 5px 11px;
    background: #ffffff;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.wn-link-cloud a:hover {
    border-color: #cbd5e1;
    color: #0f172a;
    background: #f8fafc;
    box-shadow: 0 1px 4px rgba(15,23,42,.06);
}

.wn-footer-bottom {
    background: #ffffff;
}

.wn-footer-middle {
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
    background: #f1f5f9;
}

.wn-footer-middle-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 24px;
}

.wn-footer-middle-wrap h4 {
    margin: 0 0 8px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
}

.wn-footer-middle-wrap p {
    margin: 0;
    font-size: 0.77rem;
    line-height: 1.65;
    color: #64748b;
}

.wn-footer-bottom-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 24px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
}

.wn-footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
}

.wn-footer-legal a {
    text-decoration: none;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color .14s ease;
}

.wn-footer-legal a:hover {
    color: #0f172a;
}

.wn-copyright {
    margin: 0;
    color: #94a3b8;
    font-size: 0.72rem;
    line-height: 1.5;
    letter-spacing: .01em;
}

@media (max-width: 760px) {
    .wn-footer-wrap,
    .wn-footer-middle-wrap,
    .wn-footer-bottom-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .wn-footer-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media print {
    .wn-site-footer,
    .wn-site-footer * {
        display: none !important;
    }
}
