/* ========== MÓVIL ACORDEÓN + AISLAMIENTO RESPONSIVO ========== */
#gc-footer-root .footer-completo {
    background-color: #003049 !important;
    padding: 32px 0 20px !important;
    min-height: auto !important;
    color: #ffffff !important;
}

#gc-footer-root .footer-contenido {
    padding: 0 18px !important;
    max-width: 100% !important;
}

#gc-footer-root .footer-container {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

#gc-footer-root .footer-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 12px 0 !important;
}

#gc-footer-root .footer-column h3 {
    cursor: pointer !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#gc-footer-root .footer-column h3::after {
    display: none !important;
}

#gc-footer-root .toggle-icon {
    display: inline-block !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    transition: transform 0.3s ease !important;
}

/* Acordeón Suave */
#gc-footer-root .column-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease !important;
    width: 100% !important;
}

#gc-footer-root .footer-column.is-active .column-content {
    max-height: 800px !important;
    padding-top: 6px !important;
    padding-bottom: 12px !important;
}

#gc-footer-root .footer-column.is-active .toggle-icon {
    transform: rotate(180deg) !important;
    color: #FF4E1E !important;
}

#gc-footer-root .footer-column p,
#gc-footer-root .footer-column .gc-col-p {
    display: block !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    font-size: 13px !important;
}

#gc-footer-root .footer-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#gc-footer-root .footer-column ul li {
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: flex-start !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

#gc-footer-root .footer-column ul li i {
    margin-right: 8px !important;
    font-size: 12px !important;
    width: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    flex-shrink: 0 !important;
    text-align: center !important;
}

#gc-footer-root .footer-column a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    font-size: 12.5px !important;
    transition: color 0.2s ease !important;
}

#gc-footer-root .footer-column a:hover {
    color: #ffffff !important;
}

#gc-footer-root .social-icons {
    display: flex !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    margin-top: 10px !important;
    flex-wrap: wrap !important;
}

#gc-footer-root .social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

#gc-footer-root .social-icons a:hover {
    background-color: #FF4E1E !important;
    color: #ffffff !important;
}

#gc-footer-root .footer-column.newsletter-col {
    border-bottom: none !important;
    text-align: left !important;
    padding: 16px 0 10px !important;
}

#gc-footer-root .footer-column.newsletter-col h3 {
    justify-content: flex-start !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
    cursor: default !important;
}

#gc-footer-root .footer-column.newsletter-col .column-content {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
}

#gc-footer-root .newsletter-input {
    width: 100% !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    height: 40px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: #ffffff !important;
    color: #1e293b !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
}

#gc-footer-root .newsletter-btn {
    width: 100% !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    height: 40px !important;
    border-radius: 6px !important;
    background-color: #FF4E1E !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease !important;
}

#gc-footer-root .footer-bottom {
    font-size: 11px !important;
    padding: 18px 0 5px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.6 !important;
}

#gc-footer-root .footer-bottom a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
}