.footer {
    background: var(--bg-light);
}

.footer .hover-white:hover {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.footer .btn-light {
    transition: all 0.3s ease;
}

.footer .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.footer-brand img {
    filter: brightness(0) invert(1);
}

.footer .social-links a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}