.zs-footer{background:var(--zs-text);color:rgba(241,248,233,0.85);padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,2.5rem) 1.5rem;font-size:0.8125rem;line-height:1.7;font-family:var(--zs-sans)}
.zs-footer-inner{max-width:40rem;margin:0 auto;text-align:center}
.zs-footer-brand{display:flex;align-items:center;justify-content:center;gap:0.625rem;margin-bottom:0.375rem}
.zs-footer-brand svg{flex-shrink:0}
.zs-footer-brand-name{font-family:var(--zs-serif);font-size:1.125rem;font-weight:700;color:rgba(241,248,233,0.97);letter-spacing:-0.01em}
.zs-footer-tagline{font-size:0.75rem;color:rgba(241,248,233,0.55);margin-bottom:1.5rem;font-style:italic}
.zs-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin-bottom:1.25rem}
.zs-footer-links a{color:rgba(241,248,233,0.75);font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.07em;padding:0.25rem 0.75rem;border-right:1px solid rgba(241,248,233,0.15);transition:color 0.2s;text-decoration:none}
.zs-footer-links a:last-child{border-right:none}
.zs-footer-links a:hover{color:var(--zs-green-light)}
.zs-footer-social{display:flex;justify-content:center;gap:0.875rem;margin-bottom:1.25rem}
.zs-footer-social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(241,248,233,0.2);color:rgba(241,248,233,0.7);transition:all 0.2s;text-decoration:none}
.zs-footer-social a:hover{background:var(--zs-green);border-color:var(--zs-green);color:#fff}
.zs-footer-divider{border:none;border-top:1px solid rgba(241,248,233,0.12);margin:1.25rem 0}
.zs-footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:0.25rem 1rem;margin-bottom:0.875rem}
.zs-footer-legal a{color:rgba(241,248,233,0.5);font-size:0.6875rem;text-decoration:none;transition:color 0.2s}
.zs-footer-legal a:hover{color:rgba(241,248,233,0.9)}
.zs-footer-disclaimer{font-size:0.6875rem;color:rgba(241,248,233,0.4);line-height:1.6;max-width:32rem;margin:0 auto 0.75rem;font-style:italic}
.zs-footer-copy{font-size:0.6875rem;color:rgba(241,248,233,0.35);letter-spacing:0.04em}
