
/* Simple site-wide footer */
.site-footer{background:#f8f9fa;border-top:1px solid #e9ecef;margin-top:40px;color:#293042;font-size:14px}
.site-footer a{color:#0d6efd;text-decoration:none}
.site-footer a:hover{text-decoration:underline}
.site-footer .footer-inner{width:100%;margin:0 auto;padding:32px 16px}
@media (min-width:576px){.site-footer .footer-inner{max-width:540px}}
@media (min-width:768px){.site-footer .footer-inner{max-width:720px}}
@media (min-width:992px){.site-footer .footer-inner{max-width:960px}}
@media (min-width:1200px){.site-footer .footer-inner{max-width:1140px}}
@media (min-width:1400px){.site-footer .footer-inner{max-width:1320px}}
.site-footer h5{font-size:16px;margin:0 0 10px 0;color:#1c2b4a}
.site-footer .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}
.site-footer .bottom{display:flex;justify-content:space-between;align-items:center;padding-top:18px;margin-top:18px;border-top:1px solid #e9ecef;flex-wrap:wrap;gap:12px}
.site-footer .langs a{margin-right:10px;font-size:13px}
.back-to-top{position:fixed;right:18px;bottom:18px;border:1px solid #dee2e6;border-radius:20px;padding:8px 12px;background:#fff;cursor:pointer}
@media print{.site-footer,.back-to-top{display:none!important}}


.site-footer .socials{display:flex;gap:10px;flex-wrap:wrap}
.site-footer .socials a{display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border:1px solid #ced4da;border-radius:50%;background:#fff}
.site-footer .socials a:hover{background:#f1f3f5;border-color:#adb5bd}
.site-footer .socials svg{width:18px;height:18px}
