/** PARCHE URGENTE - Fuentes reducidas **/
.glitch-text {
    font-size: 2.5rem !important;
    text-shadow: 2px 2px 0 var(--neon-violet) !important;
    margin-bottom: 0.8rem !important;
}

.hero-subtitle {
    font-size: 0.95rem !important;
    margin-bottom: 2rem !important;
}

.promo-banner {
    margin-top: 80px !important; /* Evitar solape con logo */
}

.promo-text strong {
    font-size: 1.1rem !important;
    letter-spacing: 0.5px !important;
}

.promo-subtext {
    font-size: 0.85rem !important;
}

.promo-icon {
    font-size: 2rem !important;
}

.time-block span {
   font-size: 1.8rem !important;
}

.section-title {
    font-size: 1.4rem !important;
}

.trust-section h2 {
    font-size: 1.3rem !important;
}

/* Responsive */
@media (max-width: 768px) {
    .glitch-text {
        font-size: 1.8rem !important;
    }
    
    .promo-text strong {
        font-size: 0.95rem !important;
    }
}
