/* =========================================
   FOOTER · MARATONEAR
   Azul noche + franja bandera + marca
   ========================================= */

/* ====== FRANJA BANDERA ANTES DEL FOOTER ====== */
.m-footer-flag {
    background: #ffffff;
    padding: 0 !important;
}

.m-footer-flag__stripe {
    height: 5px !important;
    background: linear-gradient(
        90deg,
        #74ACDF 28%,
        #ffffff 28%,
        #ffffff 40%,
        #FDB913 40%,
        #FDB913 60%,
        #ffffff 60%,
        #ffffff 72%,
        #74ACDF 72%
    ) !important;
}

/* ====== FOOTER PRINCIPAL ====== */
.maratonear-theme .site-info,
.maratonear-theme .site-footer {
    background: #1B396B !important;
    color: rgba(255,255,255,0.6) !important;
    border-top: none !important;
}

/* ====== WIDGETS DEL FOOTER ====== */
.m-footer-widgets-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    padding: 24px 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.m-footer-widget {
    color: rgba(255,255,255,0.7);
}

.m-footer-widget__title {
    font-family: 'Outfit', system-ui, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

.m-footer-widget a {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important;
    font-size: 12px !important;
    transition: color 0.2s ease !important;
}

.m-footer-widget a:hover {
    color: #FDB913 !important;
}

.m-footer-widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.m-footer-widget ul li {
    padding: 4px 0 !important;
    border: none !important;
}

.m-footer-widget p {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.5) !important;
}

/* ====== CRÉDITOS ====== */
.maratonear-theme .site-info {
    padding: 24px 20px !important;
    text-align: center !important;
}

.maratonear-theme .site-info .inside-site-info {
    text-align: center !important;
}

/* Marca: MaratoneAR */
.m-footer-brand {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.m-footer-a {
    color: #74ACDF;
}

.m-footer-r {
    color: #FDB913;
}

/* Tagline */
.m-footer-tagline {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 10px;
    color: #74ACDF;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Copyright */
.m-footer-copy {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    font-weight: 400;
}

/* Limpiar estilos de GP en los links del footer */
.maratonear-theme .site-info a {
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none !important;
}

.maratonear-theme .site-info a:hover {
    color: #FDB913 !important;
}

/* ====== GP FOOTER WIDGETS AREA (si usa la default de GP) ====== */
.maratonear-theme .footer-widgets {
    background: #1B396B !important;
    border-top: none !important;
}

.maratonear-theme .footer-widgets .widget-title {
    font-family: 'Outfit', system-ui, sans-serif !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.maratonear-theme .footer-widgets a {
    color: rgba(255,255,255,0.6) !important;
}

.maratonear-theme .footer-widgets a:hover {
    color: #FDB913 !important;
}