/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Tema hijo personalizado para el Footer de La Condesa Music.
Author: Brainstorm Force
Author URI: https://wpastra.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ==========================================================================
   ESTILOS GENERALES DEL FOOTER
   ========================================================================== */
.custom-footer {
    background-color: #050505;
    background-image: url('URL_DE_TU_IMAGEN_DE_FONDO_ONDAS.webp'); 
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 80px 40px 30px 40px;
    box-sizing: border-box;
}

.footer-top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    gap: 30px;
}

.footer-col {
    flex: 1;
}

.col-branding { flex: 1.3; }
.col-nav { flex: 0.9; }
.col-services { flex: 1.1; }
.col-follow { flex: 1.2; }
.col-cta-card { flex: 1.5; }

/* ==========================================================================
   TITULOS CON GRADIENTE EFECTO ORO
   ========================================================================== */
.footer-col h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #fce881 0%, #cba338 50%, #fce881 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-nav, .col-services {
    border-right: 1px solid rgba(203, 163, 56, 0.2);
    padding-right: 25px;
}

/* ==========================================================================
   COLUMNA 1: BRANDING
   ========================================================================== */
.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 25px;
}

.footer-slogan {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 30px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(203, 163, 56, 0.4);
    border-radius: 50%;
    color: #cba338;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-socials .social-icon:hover {
    background-color: #cba338;
    color: #000000;
    box-shadow: 0 0 10px rgba(203, 163, 56, 0.5);
}

/* ==========================================================================
   COLUMNAS DE LISTAS
   ========================================================================== */
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.footer-col ul li::before {
    content: ">";
    color: #cba338;
    font-weight: bold;
    margin-right: 10px;
    font-size: 12px;
}

.footer-col ul li i {
    color: #cba338;
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-col ul li a:hover {
    color: #fce881;
}

/* ==========================================================================
   COLUMNA 4: SIGUENOS
   ========================================================================== */
.follow-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.follow-item i {
    color: #cba338;
    font-size: 22px;
    margin-top: 2px;
}

.follow-text strong {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 4px;
}

.follow-text p {
    margin: 0;
    font-size: 11px;
    color: #888888;
    line-height: 1.4;
}

/* ==========================================================================
   COLUMNA 5: TARJETA DE CONTACTO
   ========================================================================== */
.col-cta-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(203, 163, 56, 0.3);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 15px rgba(203, 163, 56, 0.05);
}

.avatar-icon {
    font-size: 32px;
    color: #cba338;
    margin-bottom: 15px;
}

.col-cta-card h4 {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #cba338;
    margin: 0 0 10px 0;
}

.col-cta-card p {
    font-size: 13px;
    color: #cccccc;
    margin: 0;
}

.card-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(203, 163, 56, 0.4), transparent);
    margin: 20px 0;
}

.col-cta-card h5 {
    font-size: 11px;
    letter-spacing: 1px;
    color: #fce881;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #cba338;
    background: transparent;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: rgba(203, 163, 56, 0.15);
    box-shadow: 0 0 15px rgba(203, 163, 56, 0.2);
}

.security-text {
    font-size: 10px !important;
    color: #666666 !important;
    margin-top: 15px !important;
    line-height: 1.4;
}

/* ==========================================================================
   FILA INFERIOR
   ========================================================================== */
.footer-bottom-container {
    border-top: 1px solid rgba(203, 163, 56, 0.2);
    margin-top: 60px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666666;
}

.bottom-left p { margin: 0; }

.bottom-center {
    text-align: center;
}

.crown-icon {
    width: 24px;
    height: auto;
    margin-bottom: 5px;
}

.gold-slogan {
    font-size: 11px;
    letter-spacing: 3px;
    color: #cba338;
    font-weight: 600;
    margin: 0;
}

.bottom-right a {
    color: #666666;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.2s ease;
}

.bottom-right a:hover {
    color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .footer-top-container {
        flex-direction: column;
        gap: 50px;
    }
    
    .footer-col {
        width: 100%;
    }
    
    .col-nav, .col-services {
        border-right: none;
        padding-right: 0;
    }
    
    .footer-bottom-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}