.footer-container{display:flex;flex-direction:column;align-items:center;padding:var(--section-pad-y) var(--section-pad-x) var(--space-md);color:var(--text-inverse);background-color:var(--c-teal-900)}.footer-wrap{display:flex;justify-content:space-between;gap:var(--space-lg);width:100%;max-width:var(--content-max);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-inverse)}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);max-width:340px}.footer-brand img{width:auto;height:36px}.footer-brand p{font-size:.9375rem;color:var(--text-inverse-muted)}.footer-contact{display:flex;flex-direction:column;gap:.375rem;font-size:.9375rem}.footer-contact a{display:flex;align-items:center;min-height:36px;gap:.5rem;font-weight:500;transition:color var(--speed) var(--ease)}@media(hover:hover){.footer-contact a:hover{color:var(--accent)}}.footer-social{display:flex;flex-wrap:wrap;gap:.5rem}.footer-social a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid var(--border-inverse);border-radius:50%;color:var(--text-inverse-muted);transition:color var(--speed) var(--ease),border-color var(--speed) var(--ease),background-color var(--speed) var(--ease)}.footer-social svg{width:18px;height:18px}@media(hover:hover){.footer-social a:hover{color:var(--c-teal-900);border-color:var(--accent);background-color:var(--accent)}}.footer-social a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.footer-links-wrap{display:flex;flex-wrap:wrap;gap:var(--space-lg)}.footer-links{display:flex;flex-direction:column;gap:.625rem;min-width:140px}.footer-links-title{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.footer-links ul{display:flex;flex-direction:column;gap:.125rem}.footer-links a{display:inline-flex;align-items:center;min-height:30px;font-size:.9375rem;color:var(--text-inverse-muted);transition:color var(--speed) var(--ease)}@media(hover:hover){.footer-links a:hover{color:var(--text-inverse)}}.footer-legal{display:flex;flex-direction:column;gap:var(--space-sm);width:100%;max-width:var(--content-max);padding-top:var(--space-md)}.footer-disclosure{font-size:.75rem;line-height:1.6;color:#fbfcf98c}.footer-end{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--border-inverse)}.footer-end p{font-size:.8125rem;color:var(--text-inverse-muted)}.footer-end ul{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.footer-end a{display:inline-flex;align-items:center;min-height:28px;font-size:.8125rem;color:var(--text-inverse-muted);transition:color var(--speed) var(--ease)}@media(hover:hover){.footer-end a:hover{color:var(--accent)}}@media(max-width:900px){.footer-wrap{flex-direction:column;gap:var(--space-md)}.footer-brand{max-width:100%}.footer-links-wrap{gap:var(--space-md);justify-content:space-between}}
