/* Shared footer, independent of page layout. */
#footer.fv-footer{background:#f1f5fa;border:0;border-top:1px solid #e1e8f0;padding:25px 0 28px;color:#737d8b;font-family:Inter,Arial,sans-serif;font-size:12px;line-height:1.65}
.fv-footer-inner{width:calc(100% - 64px);max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr 1.05fr .8fr 1.35fr 2.35fr;gap:28px;align-items:start}
#footer.fv-footer a{color:inherit;text-decoration:none}
#footer.fv-footer a:hover{color:#0879c9;text-decoration:underline}
#footer.fv-footer a:focus-visible,#footer.fv-footer summary:focus-visible{outline:2px solid #0879c9;outline-offset:4px}
.fv-footer-brand img{width:175px;height:45px;object-fit:contain;object-position:left center;display:block;margin-top:-9px}
#footer.fv-footer p{margin:6px 0 0;font-size:12px;line-height:1.65}
#footer.fv-footer h2{font-size:12px;font-weight:700;line-height:1.65;color:#223852;margin:0 0 3px}
#footer.fv-footer ul{list-style:none;padding:0;margin:0}
.fv-footer-tools{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px}
.fv-footer-languages{position:relative}
.fv-footer-languages summary{display:flex;align-items:center;gap:6px;cursor:pointer;list-style:none;white-space:nowrap}
.fv-footer-languages summary::-webkit-details-marker{display:none}
.fv-footer-languages img{object-fit:contain}
#footer .fv-footer-languages>ul{position:absolute;bottom:calc(100% + 10px);left:0;min-width:150px;background:white;border:1px solid #e3e8ef;border-radius:8px;padding:6px;box-shadow:0 5px 20px #1832521a;z-index:50}
.fv-footer-languages li a{display:flex;align-items:center;gap:9px;padding:6px 8px}
.fv-footer-social{display:flex;gap:18px;color:#243d5b;font-size:17px}
.fv-footer-legal ul{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:0}
.fv-footer-legal li+li:before{content:'|';margin:0 7px;color:#c4cad1}
#footer .fv-footer-copyright{text-align:right;font-size:11px}
@media(max-width:1100px){.fv-footer-inner{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:24px}.fv-footer-meta{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px}.fv-footer-tools{margin:0}}
@media(max-width:600px){#footer.fv-footer{padding:30px 0}.fv-footer-inner{width:calc(100% - 40px);grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 20px}.fv-footer-brand{grid-column:1/-1}.fv-footer-meta{display:block}.fv-footer-tools{margin-bottom:20px}.fv-footer-legal ul{justify-content:flex-start}#footer .fv-footer-copyright{text-align:left;margin-top:12px}}
