.footer-section {
    background-color: #212529; /* Gris oscuro, consistente */
    color: #adb5bd;
    padding: 4rem 0 2rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-section h5 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.footer-section .footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-section .footer-links li {
    margin-bottom: 0.75rem;
}

.footer-section .footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section .footer-links a:hover {
    color: #fff;
}

.footer-section .contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-section .contact-item i {
    font-size: 1.2rem;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #343a40;
    padding-top: 2rem;
    margin-top: 3rem;
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
}