.footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.85);
}

.footer .text-secondary {
    color: rgba(255, 255, 255, 0.55) !important;
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: var(--primary);
}

.footer h4,
.footer h5 {
    color: #fff;
}

.footer hr {
    opacity: 0.15;
}

.footer .stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    min-width: 100px;
    flex: 1;
}

.footer .stat-card .stat-number {
    color: var(--primary);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.footer .stat-card small {
    color: rgba(255, 255, 255, 0.55);
}
