/* =============================================
   MANTRA PADEL TOUR 2026
   VERSION 26 - Carrusel sponsors definitivo
   ============================================= */

@font-face {
    font-family: 'OceanRush';
    src: url('/fonts/Ocean_Rush_DEMO.woff2') format('woff2'),
         url('/fonts/Ocean_Rush_DEMO.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --navy-900: #000D1A;
    --navy-800: #001229;
    --navy-700: #001F3F;
    --navy-600: #003366;
    --cyan-400: #56CBF9;
    --cyan-500: #33B5E5;
    --cyan-glow: rgba(86, 203, 249, 0.5);
    --cyan-glow-soft: rgba(86, 203, 249, 0.15);
    --white: #FFFFFF;
    --white-70: rgba(255, 255, 255, 0.7);
    --white-50: rgba(255, 255, 255, 0.5);
    --white-30: rgba(255, 255, 255, 0.3);
    --white-10: rgba(255, 255, 255, 0.1);
    --white-05: rgba(255, 255, 255, 0.05);
    --gold: #FFD700;
    --gold-glow: rgba(255, 215, 0, 0.4);
    --silver: #C0C0C0;
    --silver-glow: rgba(192, 192, 192, 0.4);
    --bronze: #CD7F32;
    --bronze-glow: rgba(205, 127, 50, 0.4);
    --success: #00D68F;
    --warning: #FFAA00;
    --bg-light: #F8FAFC;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-hover: rgba(255, 255, 255, 0.08);
    --font-primary: 'Barlow Semi Condensed', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-display: 'OceanRush', cursive;
    --header-height: 90px;
    --section-padding: 120px;
    --transition-base: 0.3s ease;
    --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { font-family: var(--font-primary); font-weight: 400; font-size: 16px; line-height: 1.6; color: var(--white); background: var(--navy-900); overflow-x: hidden; max-width: 100%; }
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition-base); }

/* =============================================
   HEADER
   ============================================= */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--header-height);
    display: flex;
    align-items: center;
    background: rgba(0, 18, 41, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    transition: var(--transition-smooth);
}

.main-header.scrolled {
    background: rgba(0, 13, 26, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo { display: flex; align-items: center; }
.logo-img { height: 78px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav a { font-weight: 600; font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--white-70); position: relative; padding: 0.5rem 0; }
.main-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--cyan-400); transition: var(--transition-base); box-shadow: 0 0 10px var(--cyan-glow); }
.main-nav a:hover, .main-nav a.nav-active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.nav-active::after { width: 100%; }

.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 2px solid var(--white-30); border-radius: 8px; cursor: pointer; position: relative; z-index: 10000; transition: var(--transition-base); flex-shrink: 0; }
.nav-toggle:hover { border-color: var(--cyan-400); }
.hamburger { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 18px; height: 2px; background: var(--white); transition: var(--transition-base); }
.hamburger::before, .hamburger::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: var(--white); transition: var(--transition-base); }
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }
.nav-toggle.active .hamburger { background: transparent; }
.nav-toggle.active .hamburger::before { top: 0; transform: rotate(45deg); }
.nav-toggle.active .hamburger::after { top: 0; transform: rotate(-45deg); }

/* =============================================
   HERO - SIN DESVANECIMIENTO
   ============================================= */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 50% 0%, var(--navy-600) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 20% 80%, var(--cyan-glow-soft) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 20%, rgba(86, 203, 249, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, var(--navy-800) 0%, var(--navy-900) 100%);
}

.hero-particles {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 100px 50px, var(--white-30), transparent),
        radial-gradient(2px 2px at 200px 150px, var(--cyan-400), transparent),
        radial-gradient(1px 1px at 300px 100px, var(--white-50), transparent),
        radial-gradient(2px 2px at 400px 200px, var(--white-30), transparent),
        radial-gradient(1px 1px at 500px 80px, var(--cyan-400), transparent),
        radial-gradient(2px 2px at 600px 250px, var(--white-30), transparent);
    background-size: 1000px 400px;
    animation: particlesFloat 30s linear infinite;
    opacity: 0.6;
}

@keyframes particlesFloat {
    0% { transform: translateY(0) translateX(0); }
    100% { transform: translateY(-400px) translateX(-100px); }
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(var(--white-05) 1px, transparent 1px),
        linear-gradient(90deg, var(--white-05) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 70% 50% at center, black, transparent);
    -webkit-mask-image: radial-gradient(ellipse 70% 50% at center, black, transparent);
}

.hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, var(--cyan-glow-soft) 0%, transparent 70%);
    animation: heroGlow 6s ease-in-out infinite;
}

@keyframes heroGlow {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.5; transform: translate(-50%, -50%) scale(1.1); }
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem;
    padding-top: 120px;
    max-width: 1000px;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-pre-title {
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.4em;
    color: var(--cyan-400);
    margin-bottom: 1rem;
    text-transform: uppercase;
    animation: fadeInDown 0.8s ease forwards;
}

.hero-title {
    margin-bottom: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
    opacity: 0;
    position: relative;
}

.hero-logo-wrapper {
    position: relative;
    display: inline-block;
}

.hero-logo-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 200%;
    background: radial-gradient(ellipse, var(--cyan-glow) 0%, rgba(86, 203, 249, 0.2) 30%, transparent 70%);
    filter: blur(40px);
    animation: logoGlow 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes logoGlow {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.9; transform: translate(-50%, -50%) scale(1.1); }
}

.hero-logo {
    max-width: 510px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* SLOGAN */
.hero-slogan {
    margin-bottom: 1rem;
    margin-top: -5rem;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    opacity: 0;
}

.slogan-img {
    max-width: 700px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 40px var(--cyan-glow)) drop-shadow(0 0 80px rgba(86, 203, 249, 0.3));
}

.slogan-tu {
    font-size: 0.6em;
}

.hero-subtitle {
    font-weight: 300;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--white-50);
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease 0.5s forwards;
    opacity: 0;
}

/* HERO BUTTONS */
.hero-buttons {
    display: flex !important;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease 0.6s forwards;
    opacity: 0;
    position: relative;
    z-index: 100;
}

/* HERO STATS */
.hero-stats {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    animation: fadeInUp 0.8s ease 0.8s forwards;
    opacity: 0;
    visibility: visible !important;
    position: relative;
    z-index: 50;
    padding-bottom: 1rem;
}

.hero-stat {
    text-align: center;
    display: block !important;
}

.stat-value {
    display: block;
    font-weight: 800;
    font-size: 2.5rem;
    color: var(--white);
    line-height: 1;
}

.stat-label {
    display: block;
    font-weight: 300;
    font-size: 0.85rem;
    color: var(--white-50);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
}

.hero-stat-divider {
    display: block;
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent, var(--white-30), transparent);
}

.scroll-indicator {
    position: absolute;
    bottom: 50%;
    left: 2rem;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    color: var(--white-50);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    animation: bounceVertical 2s ease-in-out infinite;
}

.scroll-indicator i {
    font-size: 1rem;
    color: var(--cyan-400);
    writing-mode: horizontal-tb;
    margin-top: 0.5rem;
}

@keyframes bounceVertical {
    0%, 100% { transform: translateY(50%); }
    50% { transform: translateY(calc(50% + 10px)); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: var(--transition-bounce);
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before { left: 100%; }

.btn-primary {
    background: linear-gradient(135deg, var(--cyan-400) 0%, var(--cyan-500) 100%);
    color: var(--navy-900);
    box-shadow: 0 4px 20px var(--cyan-glow), inset 0 1px 0 rgba(255,255,255,0.3);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 40px var(--cyan-glow), inset 0 1px 0 rgba(255,255,255,0.3);
}

.btn-glass {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    color: var(--white);
    border: 1px solid var(--white-30);
}

.btn-glass:hover {
    background: var(--glass-hover);
    border-color: var(--cyan-400);
    color: var(--cyan-400);
    transform: translateY(-3px);
}

.btn-large {
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
}

/* SECTIONS */
.section { padding: var(--section-padding) 0; position: relative; }
.section-dark { background: var(--navy-800); }
.section-gradient { background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 50%, var(--navy-900) 100%); }
.section-sponsors { background: var(--bg-light); color: var(--navy-700); padding: 60px 0; }
.section-cta { background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-700) 100%); position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 50% 100%, var(--cyan-glow-soft), transparent); }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-tag { display: inline-block; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--cyan-400); margin-bottom: 1rem; padding: 0.5rem 1.5rem; background: rgba(86, 203, 249, 0.1); border: 1px solid rgba(86, 203, 249, 0.3); border-radius: 50px; }
.section-tag-dark { color: var(--navy-700); background: rgba(0, 31, 63, 0.1); border-color: rgba(0, 31, 63, 0.2); }
.section-title { font-family: var(--font-primary); font-weight: 800; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; color: var(--white); margin-bottom: 1rem; }
.section-title-dark { color: var(--navy-700); }
.text-gradient { background: linear-gradient(135deg, var(--cyan-400), var(--cyan-500)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-desc { font-weight: 300; font-size: 1.1rem; color: var(--white-50); max-width: 600px; margin: 0 auto; }

/* FECHA */
.fecha-featured { max-width: 900px; margin: 0 auto; }
.fecha-card-premium { position: relative; background: var(--glass-bg); backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 24px; overflow: hidden; transition: var(--transition-smooth); }
.fecha-card-premium:hover { transform: translateY(-5px); border-color: var(--cyan-400); box-shadow: 0 20px 60px rgba(86, 203, 249, 0.15); }
.fecha-card-glow { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan-400), transparent); }
.fecha-card-content { display: flex; align-items: center; gap: 3rem; padding: 3rem; }
.fecha-number { flex-shrink: 0; width: 140px; height: 140px; background: linear-gradient(135deg, var(--cyan-400), var(--cyan-500)); border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 10px 40px var(--cyan-glow); }
.number-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy-800); opacity: 0.8; }
.number-value { font-weight: 800; font-size: 4rem; line-height: 1; color: var(--navy-900); }
.fecha-details { flex: 1; }
.fecha-name { font-weight: 700; font-size: 1.8rem; color: var(--white); margin-bottom: 1rem; }
.fecha-meta { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 1rem; }
.meta-item { display: flex; align-items: center; gap: 0.6rem; color: var(--white-70); font-size: 1rem; }
.meta-item i { color: var(--cyan-400); }
.fecha-status { display: inline-block; padding: 0.4rem 1rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 50px; }
.status-pendiente { background: rgba(255, 170, 0, 0.15); color: var(--warning); border: 1px solid rgba(255, 170, 0, 0.3); }
.status-en_curso { background: rgba(0, 214, 143, 0.15); color: var(--success); border: 1px solid rgba(0, 214, 143, 0.3); }
.status-finalizado { background: var(--white-05); color: var(--white-50); border: 1px solid var(--white-10); }
.fecha-cta { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.5rem; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 12px; color: var(--cyan-400); font-weight: 600; font-size: 0.9rem; transition: var(--transition-base); }
.fecha-cta:hover { background: var(--cyan-400); color: var(--navy-900); border-color: var(--cyan-400); }
.fecha-cta i { transition: var(--transition-base); }
.fecha-cta:hover i { transform: translateX(4px); }

/* CATEGORÍAS */
.categorias-showcase { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.categoria-item { position: relative; background: var(--glass-bg); backdrop-filter: blur(10px); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2rem 1.2rem; text-align: center; cursor: pointer; transition: var(--transition-bounce); overflow: hidden; }
.categoria-item:hover { transform: translateY(-10px); border-color: var(--cyan-400); box-shadow: 0 20px 50px rgba(86, 203, 249, 0.15); }
.categoria-shine { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%); transform: rotate(45deg) translateY(100%); transition: transform 0.6s ease; }
.categoria-item:hover .categoria-shine { transform: rotate(45deg) translateY(-100%); }
.categoria-icon { font-size: 2.5rem; margin-bottom: 1rem; position: relative; z-index: 1; }
.categoria-item[data-category="gold"] .categoria-icon { color: var(--gold); text-shadow: 0 0 30px var(--gold-glow); }
.categoria-item[data-category="silver"] .categoria-icon { color: var(--silver); text-shadow: 0 0 30px var(--silver-glow); }
.categoria-item[data-category="bronze"] .categoria-icon { color: var(--bronze); text-shadow: 0 0 30px var(--bronze-glow); }
.categoria-info h3 { font-weight: 700; font-size: 0.95rem; color: var(--white); margin-bottom: 0.4rem; position: relative; z-index: 1; }
.categoria-info p { font-weight: 300; font-size: 0.8rem; color: var(--white-50); position: relative; z-index: 1; margin-bottom: 0.5rem; }
.categoria-eq { display: inline-block; font-size: 0.7rem; font-weight: 600; color: var(--cyan-400); background: rgba(86, 203, 249, 0.15); padding: 0.25rem 0.6rem; border-radius: 20px; position: relative; z-index: 1; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.feature-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2.5rem; text-align: center; transition: var(--transition-smooth); }
.feature-card:hover { transform: translateY(-5px); border-color: var(--cyan-400); background: var(--glass-hover); }
.feature-icon { width: 70px; height: 70px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, rgba(86, 203, 249, 0.2), rgba(86, 203, 249, 0.05)); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--cyan-400); }
.feature-card h3 { font-weight: 700; font-size: 1.1rem; color: var(--white); margin-bottom: 0.75rem; }
.feature-card p { font-weight: 300; font-size: 0.95rem; color: var(--white-50); }

/* =============================================
   SPONSORS - CARRUSEL INFINITO CSS PURO
   ============================================= */
.sponsors-marquee { 
    overflow: hidden; 
    padding: 2rem 0;
    position: relative;
}

.sponsors-track { 
    display: flex; 
    gap: 4rem;
    width: max-content;
    animation: sponsorMarquee 40s linear infinite;
}

.sponsors-track:hover {
    animation-play-state: paused;
}

@keyframes sponsorMarquee { 
    0% { transform: translateX(0); } 
    100% { transform: translateX(-50%); } 
}

.sponsor-item { 
    flex-shrink: 0; 
    display: block;
    transition: var(--transition-base); 
}

.sponsor-item:hover { 
    opacity: 0.7;
}

.sponsor-item img { 
    height: 140px; 
    width: auto;
    display: block;
}

/* CTA */
.cta-content { position: relative; z-index: 10; text-align: center; max-width: 700px; margin: 0 auto; }
.cta-title { font-weight: 800; font-size: clamp(2.5rem, 5vw, 4rem); color: var(--white); margin-bottom: 1.5rem; }
.cta-text { font-weight: 300; font-size: 1.2rem; color: var(--white-70); margin-bottom: 2.5rem; }
.cta-buttons { display: flex; justify-content: center; gap: 1.5rem; }

/* =============================================
   FOOTER
   ============================================= */
.main-footer {
    background: var(--navy-900);
    padding: 3rem 0 1.5rem;
    position: relative;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cyan-400), transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.footer-logo {
    display: block;
    margin-bottom: 0.75rem;
}

.footer-logo-img {
    height: 68px;
    width: auto;
}

.footer-tagline {
    font-weight: 300;
    color: var(--white-50);
    line-height: 1.5;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.footer-social {
    display: flex;
    gap: 0.6rem;
}

.footer-social a {
    width: 42px;
    height: 42px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-70);
    font-size: 1.15rem;
    transition: var(--transition-base);
}

.footer-social a:hover {
    background: var(--cyan-400);
    border-color: var(--cyan-400);
    color: var(--navy-900);
    transform: translateY(-3px);
}

.footer-links h4,
.footer-contact h4 {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-links h4::after,
.footer-contact h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: var(--cyan-400);
}

.footer-links a {
    display: block;
    color: var(--white-50);
    padding: 0.35rem 0;
    font-weight: 400;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--cyan-400);
    padding-left: 0.5rem;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white-50);
    margin: 0.4rem 0;
    font-size: 0.9rem;
}

.footer-contact i {
    color: var(--cyan-400);
    width: 18px;
    font-size: 1rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid var(--glass-border);
    color: var(--white-30);
    font-size: 0.85rem;
}

/* WHATSAPP */
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; display: flex; align-items: center; gap: 0.75rem; }
.whatsapp-float i { width: 55px; height: 55px; background: linear-gradient(135deg, #25D366, #128C7E); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--white); box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); transition: var(--transition-bounce); animation: whatsappPulse 2s ease-in-out infinite; }
.whatsapp-float:hover i { transform: scale(1.1); animation: none; }
.whatsapp-tooltip { background: var(--white); color: var(--navy-700); padding: 0.5rem 0.75rem; border-radius: 8px; font-size: 0.8rem; font-weight: 600; box-shadow: 0 4px 20px rgba(0,0,0,0.15); opacity: 0; transform: translateX(10px); transition: var(--transition-base); pointer-events: none; white-space: nowrap; }
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translateX(0); }
@keyframes whatsappPulse { 0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); } 50% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 15px rgba(37, 211, 102, 0); } }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1200px) {
    .categorias-showcase { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    :root { --section-padding: 80px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .categorias-showcase { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    /* MENÚ MÓVIL */
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        background: #000D1A;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        z-index: 9998;
        margin: 0;
        padding: 0;
    }
    
    .main-nav.active {
        display: flex;
    }
    
    .main-nav a {
        font-size: 1.4rem;
        padding: 0.8rem 1rem;
        color: #FFFFFF;
        background: transparent;
    }
    
    .main-nav a::after {
        display: none;
    }
    
    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 9999;
    }
    
    .hamburger,
    .hamburger::before,
    .hamburger::after {
        background: #FFFFFF;
    }
    
    /* Hero móvil */
    .hero {
        min-height: auto;
        padding: 120px 0 60px;
    }
    
    .hero-content {
        padding: 1rem;
    }
    
    .hero-buttons {
        margin-bottom: 2rem;
    }
    
    .hero-stats {
        padding-bottom: 0;
    }
    
    .logo-img { height: 63px; }
    
    .categorias-showcase { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .categoria-item { padding: 1.5rem 1rem; }
    .categoria-icon { font-size: 2rem; margin-bottom: 0.75rem; }
    .fecha-card-content { flex-direction: column; text-align: center; padding: 2rem; }
    .fecha-number { width: 100px; height: 100px; }
    .number-value { font-size: 3rem; }
    .fecha-cta { width: 100%; justify-content: center; }
    .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
    .hero-stat-divider { display: none; }
    .features-grid { grid-template-columns: 1fr; gap: 1rem; }
    .feature-card { padding: 1.5rem; }
    
    /* FOOTER MÓVIL */
    .main-footer { padding: 2rem 0 1rem; }
    
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 1rem;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    .footer-logo-img {
        margin: 0 auto;
        height: 57px;
    }
    
    .footer-tagline { font-size: 0.9rem; }
    .footer-social { justify-content: center; }
    
    .footer-links {
        text-align: center !important;
    }
    
    .footer-links a {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .footer-links h4 {
        text-align: center !important;
    }
    
    .footer-links h4::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .footer-col-circuito {
        grid-column: 1;
        text-align: center;
    }
    
    .footer-col-circuito h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-col-info {
        grid-column: 2;
        text-align: center;
    }
    
    .footer-col-info h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-contact {
        grid-column: 1 / -1;
        text-align: center;
        border-top: 1px solid var(--glass-border);
        padding-top: 1rem;
        margin-top: 0.5rem;
    }
    
    .footer-contact h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-contact p {
        justify-content: center;
    }
    
    .footer-links a {
        font-size: 0.95rem;
        padding: 0.4rem 0;
    }
    
    .footer-links h4,
    .footer-contact h4 {
        font-size: 0.95rem;
    }
    
    .footer-contact p {
        font-size: 0.95rem;
    }
    
    .footer-social a {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    
    .scroll-indicator { display: none; }
    
    /* SPONSORS MÓVIL */
    .sponsors-track {
        gap: 2.5rem;
        animation: sponsorMarquee 25s linear infinite;
    }
    
    .sponsor-item img { 
        height: 100px; 
    }
    
    .hero-logo { max-width: 280px; }
    .slogan-img { max-width: 470px; }
    .hero-slogan { margin-top: 0; }
    .hero-content { padding-top: 2rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .hero-buttons { flex-direction: column; width: 100%; max-width: 260px; margin-left: auto; margin-right: auto; }
    .btn { width: 100%; padding: 0.9rem 1.5rem; font-size: 0.9rem; }
    .categorias-showcase { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; }
    .whatsapp-tooltip { display: none; }
    
    /* Sponsors móvil pequeño */
    .sponsors-track {
        gap: 2rem;
        animation: sponsorMarquee 20s linear infinite;
    }
    
    .sponsor-item img { 
        height: 80px; 
    }
}
