.site-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:start}
.site-footer .footer-brand{min-width:0;max-width:440px}
.site-footer p{overflow-wrap:anywhere;line-height:1.7}
.footer-links{min-width:0}.footer-links h2{font-family:inherit;font-weight:600;font-size:16px;line-height:1.5;margin:0 0 10px}
.footer-links>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
.footer-links a{display:flex;align-items:center;min-height:22px;line-height:1.35;color:inherit;text-decoration:none;font-size:14px;overflow-wrap:anywhere}
.footer-links a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-links a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.site-footer .footer-bottom{grid-column:1/-1;border-top:1px solid #dfe7e1;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}.site-footer .footer-copyright{margin:0}.footer-netva{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--muted);text-decoration:none;font-size:11px}.footer-netva:hover span{text-decoration:underline}.footer-netva img{display:block;width:auto;height:22px;max-width:92px;object-fit:contain}
@media(max-width:650px){.site-footer{grid-template-columns:minmax(0,1fr);gap:24px}.footer-links>div{gap:4px 16px}.site-footer .footer-bottom{align-items:flex-start;flex-direction:column}.footer-netva{justify-content:flex-start;flex-wrap:wrap}}
@media(pointer:coarse){.footer-links a{min-height:44px}}
