footer {
background-color: #020202;
border-top: 1px solid #111;
padding: 60px 0 40px 0;
width: 100%;
margin-top: auto;
}

.footer-content {
max-width: 1200px !important;
margin: 0 auto !important;
width: 100% !important;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 30px;
}

.footer-brand {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.8rem;
color: #fff;
letter-spacing: 2px;
}

.footer-tagline {
font-family: 'Special Elite', monospace;
font-size: 0.75rem;
color: #00F2FF !important; /* Cambio de Rojo a Cian */
letter-spacing: 1px;
}

.social-links {
display: flex;
gap: 25px;
}

.social-links a {
color: #fff;
text-decoration: none;
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem;
letter-spacing: 1px;
transition: all 0.3s ease;
}

/* HOVER EN REDES SOCIALES CON GLOW */
.social-links a:hover {
color: #00F2FF;
text-shadow: 0 0 10px rgba(0, 242, 255, 0.6);
}

.footer-bottom {
max-width: 1200px;
margin: 40px auto 0 auto;
padding: 25px 20px 0 20px;
border-top: 1px solid rgba(255, 255, 255, 0.05);
text-align: center;
}

.footer-bottom p {
font-family: 'Segoe UI', sans-serif;
font-size: 0.7rem;
color: #555;
letter-spacing: 1.5px;
text-transform: uppercase;
}