/* Shared footer for all pages. */
.footer.unified-footer{position:relative;z-index:2;margin-top:0;padding:clamp(3.5rem,6vw,5rem) 0 2rem;border-radius:32px 32px 0 0;overflow:hidden;background:linear-gradient(165deg,#0A3E67,#073256);color:rgba(255,255,255,.72);font-family:"Noto Sans SC","Inter",system-ui,sans-serif;line-height:1.65}
.unified-footer .wrap{width:min(calc(100% - 2.5rem),1200px);margin-inline:auto}
.unified-footer .footer-grid{display:grid;grid-template-columns:1.4fr 1.15fr 1fr .9fr;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
.unified-footer .footer-grid>*{min-width:0}
.unified-footer .brand{display:inline-flex;margin:0 0 1rem;min-height:44px}
.unified-footer .brand-logo{display:block;width:auto;height:40px;max-width:100%;object-fit:contain;filter:brightness(0) invert(1)}
.unified-footer .footer-brand p{font-size:clamp(.84rem,1vw,.92rem);max-width:30ch;line-height:1.7;margin:0}
.unified-footer .footer-col h2{color:#fff;font-size:.78rem;font-family:"IBM Plex Mono",monospace;letter-spacing:.14em;line-height:1.4;font-weight:600;margin:0 0 1.1rem}
.unified-footer .footer-col ul{list-style:none;display:grid;gap:.65rem;padding:0;margin:0}
.unified-footer a{color:inherit;text-decoration:none}
.unified-footer .footer-col a{display:inline-block;font-size:clamp(.82rem,1vw,.9rem);line-height:1.7;padding:3px 0}
.unified-footer a:hover{color:#9ED4FF}
.unified-footer a:focus-visible{outline:2px solid #9ED4FF;outline-offset:5px;border-radius:3px}
.unified-footer .footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.8rem;font-size:.85rem;color:rgba(255,255,255,.5)}
.unified-footer .addr{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem}
@media(max-width:940px){.unified-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.unified-footer .footer-grid{grid-template-columns:1fr;gap:1.6rem}.unified-footer .footer-col a{padding:8px 0}.unified-footer .footer-col ul{gap:.15rem}.unified-footer .addr{flex-direction:column}}
