.footer {
    background: rgba(15, 22, 41, 0.95);
    border-top: 1px solid var(--zdc-border);
}
.footer .link-muted {
    color: var(--zdc-text-muted);
    text-decoration: none;
}
.footer .link-muted:hover {
    color: var(--zdc-cyan);
    text-decoration: underline;
}
