/* ==============================================
   Standard Footer Styles — Go Up Treinamentos
   CSS dedicado para o rodapé padrão.
   Usa #goup-footer para máxima especificidade
   e evitar conflitos com CSS local de cada página.
   ============================================== */

/* ---------- Footer Container ---------- */
#goup-footer {
    background-color: #0f172a !important;
    background-color: var(--bg-color, #0f172a) !important;
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    padding: 48px 0 24px !important;
    font-size: 0.95em !important;
    line-height: 1.5 !important;
    font-family: "Inter", sans-serif;
    box-sizing: border-box !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

#goup-footer *, #goup-footer *::before, #goup-footer *::after {
    box-sizing: border-box !important;
}

#goup-footer .footer-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: block !important;
    position: static !important;
}

/* ---------- Grid: 4 columns desktop ---------- */
#goup-footer .footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 32px !important;
}

/* ---------- About Column ---------- */
#goup-footer .footer-about {
    text-align: left !important;
}

#goup-footer .footer-logo {
    height: 60px !important;
    width: auto !important;
    max-width: 150px !important;
    margin-bottom: 12px !important;
    display: block !important;
}

#goup-footer .footer-about > p {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    line-height: 1.4 !important;
    font-size: 0.95em !important;
}

/* ---------- Contact ---------- */
#goup-footer .footer-contact {
    margin-bottom: 12px !important;
}

#goup-footer .footer-contact .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
    padding: 0 !important;
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
}

#goup-footer .footer-contact .contact-item i {
    color: #3b82f6 !important;
    color: var(--primary-color, #3b82f6) !important;
    width: 16px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
    font-size: 0.9em !important;
}

#goup-footer .footer-contact .contact-item a {
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

#goup-footer .footer-contact .contact-item a:hover {
    color: #f8fafc !important;
}

/* ---------- Social Icons ---------- */
#goup-footer .footer-social-icons {
    display: flex !important;
    gap: 12px !important;
    margin-top: 12px !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    list-style: none !important;
}

#goup-footer .footer-social-icons a {
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    font-size: 1.3em !important;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none !important;
    display: inline-flex !important;
}

#goup-footer .footer-social-icons a:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

/* ---------- Links Columns ---------- */
#goup-footer .footer-links,
#goup-footer .footer-location {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
}

#goup-footer .footer-links h3,
#goup-footer .footer-location h3 {
    font-size: 1.05em !important;
    font-weight: 700 !important;
    color: #f8fafc !important;
    color: var(--text-color, #f8fafc) !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

#goup-footer .footer-links ul {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#goup-footer .footer-links li {
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    list-style: none !important;
    list-style-type: none !important;
    display: list-item !important;
}

#goup-footer .footer-links li::before,
#goup-footer .footer-links li::marker {
    content: none !important;
    display: none !important;
}

#goup-footer .footer-links a {
    text-decoration: none !important;
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    transition: color 0.3s ease;
    font-size: 0.95em !important;
}

#goup-footer .footer-links a:hover {
    color: #fff !important;
}

/* ---------- Location Column ---------- */
#goup-footer .footer-location p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    line-height: 1.5 !important;
    font-size: 0.95em !important;
}

/* ---------- Footer Bottom ---------- */
#goup-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 20px !important;
    margin-top: 32px !important;
    text-align: center !important;
    font-size: 0.85em !important;
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
}

#goup-footer .footer-bottom p {
    margin: 0 !important;
    line-height: 1.6 !important;
}

#goup-footer .footer-bottom a {
    color: #94a3b8 !important;
    color: var(--text-muted, #94a3b8) !important;
    text-decoration: underline !important;
    transition: color 0.3s ease;
}

#goup-footer .footer-bottom a:hover {
    color: #fff !important;
}

/* ==============================================
   Responsive
   ============================================== */

@media (max-width: 992px) {
    #goup-footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 24px !important;
    }
}

@media (max-width: 768px) {
    #goup-footer .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    #goup-footer .footer-about,
    #goup-footer .footer-links h3,
    #goup-footer .footer-location h3 {
        text-align: center !important;
    }

    #goup-footer .footer-contact .contact-item {
        justify-content: center !important;
    }

    #goup-footer .footer-social-icons {
        justify-content: center !important;
    }

    #goup-footer .footer-links ul {
        text-align: center !important;
    }

    #goup-footer .footer-location p {
        text-align: center !important;
    }

    #goup-footer .footer-logo {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
