.jenn-footer {
    background-color: #32271D !important;
    padding: 80px 20px 20px;
    color: #EDE1D0 !important;
}

.jenn-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* FORZAR COLOR DE TEXTO EN FOOTER */
.jenn-footer-col h4, 
.jenn-footer-brand p,
.jenn-footer-col p,
.jenn-footer-col a {
    color: #EDE1D0 !important;
    font-family: 'Satoshi', sans-serif !important;
    margin-bottom: 10px;
    line-height: 1.6;
}

.jenn-footer-col h4 {
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    color: #DBA95F !important;
}

.jenn-footer-logo {
    max-width: 180px !important;
    height: auto !important;
    margin-bottom: 20px;
}

.jenn-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.jenn-social-icons a {
    font-size: 24px !important;
    color: #DBA95F !important;
    transition: transform 0.3s ease;
    display: inline-block;
}

.jenn-social-icons a:hover {
    transform: scale(1.2) rotate(10deg);
    color: #EDE1D0 !important;
}

.jenn-footer-bottom {
    border-top: 1px solid rgba(237, 225, 208, 0.1);
    padding-top: 20px;
    text-align: center;
}

.jenn-footer-bottom p {
    font-size: 0.9rem !important;
    opacity: 0.7;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .jenn-footer-container { grid-template-columns: 1fr; text-align: center; }
    .jenn-social-icons { justify-content: center; }
}