/* Shared public footer, no campaign navigation or third-party embed. */
.site-footer .footer-social{display:flex;flex-wrap:wrap;gap:12px;margin-top:23px}
.site-footer .footer-social a{display:grid;place-items:center;flex:0 0 64px;width:64px;height:64px;margin:0;border:1px solid #ffffff38;border-radius:15px;background:#0a66c2;color:#fff;box-shadow:0 5px 14px #0002;transition:transform .25s cubic-bezier(.22,.68,.2,1),box-shadow .25s,border-color .25s}
.site-footer .footer-social svg{display:block;width:36px;height:36px}
.site-footer .footer-social .social-facebook{background:#1877f2}
.site-footer .footer-social .social-instagram{background:linear-gradient(145deg,#7935b4,#c32976 48%,#ed733e)}
.site-footer .footer-social a:focus-visible{outline:3px solid #f3d49e;outline-offset:5px}
@media(hover:hover) and (pointer:fine){.site-footer .footer-social a:hover{transform:translateY(-3px);border-color:#fff9;box-shadow:0 9px 20px #0003}}
@media(max-width:600px){.site-footer .footer-social{margin-top:19px}.site-footer .footer-social a{flex-basis:58px;width:58px;height:58px;border-radius:13px}.site-footer .footer-social svg{width:33px;height:33px}}
@media(prefers-reduced-motion:reduce){.site-footer .footer-social a{transition:none}.site-footer .footer-social a:hover{transform:none}}
