/* Shared site footer — included on dashboard, plans, auth, legal pages */
.site-footer {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #2d333b;
    width: 100%;
    max-width: 100%;
}

.site-footer__disclaimer {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #9ca3af;
    margin-bottom: 12px;
    max-width: 52rem;
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.site-footer__nav a {
    color: #5eb0ff;
    text-decoration: none;
}

.site-footer__nav a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

.site-footer__sep {
    color: #2d333b;
    user-select: none;
}

.site-footer__copy {
    font-size: 0.82rem;
    color: #6b7280;
}

.auth-layout .site-footer {
    margin-top: 28px;
    text-align: center;
}

.auth-layout .site-footer__nav {
    justify-content: center;
}
