/* ---- Shared site footer (identical on every page) ---- */
footer.site-footer{background-color:#1a365d;color:#e2e8f0;text-align:center;padding:40px 20px;margin-top:60px;font-size:14px;line-height:1.6}
footer.site-footer .container{width:min(1200px,calc(100% - 40px));max-width:none;margin:0 auto;padding:0;text-align:center}
footer.site-footer p{margin:5px 0;color:#e2e8f0;text-align:center}
footer.site-footer a{color:#63b3ed;text-decoration:none}
footer.site-footer a:hover{text-decoration:underline}
footer.site-footer .footer-sitemap{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:26px;text-align:left;max-width:1100px;margin:0 auto 34px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.15)}
footer.site-footer .footer-sitemap strong{display:block;color:#fff;font-size:14px;margin-bottom:10px;letter-spacing:.3px}
footer.site-footer .footer-sitemap a{display:block;font-size:13.5px;line-height:1.9;text-decoration:none;opacity:.82}
footer.site-footer .footer-sitemap a:hover{opacity:1;text-decoration:underline}
@media (max-width:600px){footer.site-footer .footer-sitemap{gap:20px;text-align:left}}
