/* ==========================================================================
   Tema Rojo Intenso - Muchos Detalles Rojos
   ========================================================================== */

:root {
    /* Colors - Tema Rojo Intenso con Muchos Detalles */
    --color-primary: #DC2626;
    --color-primary-light: #EF4444;
    --color-primary-dark: #991B1B;
    --color-secondary: #EA580C;
    --color-secondary-light: #FB923C;
    --color-secondary-dark: #C2410C;
    --color-accent: #F59E0B;
    --color-accent-light: #FBBF24;
    --color-accent-dark: #D97706;
    --color-gold: #F59E0B;
    --color-gold-light: #FEF3C7;
    --color-gold-dark: #D97706;
    
    /* Textos más rojos */
    --color-text-dark: #7F1D1D;
    --color-text-medium: #DC2626;
    --color-text-light: #B91C1C;
    --color-text-muted: #991B1B;
    
    /* Fondos con más presencia roja */
    --color-background: #FFFFFF;
    --color-background-light: #FEF2F2;
    --color-background-alt: #FEE2E2;
    --color-background-warm: #FEF2F2;
    --color-background-gradient: linear-gradient(135deg, #FFFFFF 0%, #FEF2F2 30%, #FEE2E2 70%, #FECACA 100%);
    --color-background-soft: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
    
    /* Bordes más rojos */
    --color-border: #FCA5A5;
    --color-border-light: #FEE2E2;
    --color-shadow: rgba(220, 38, 38, 0.15);
    --color-shadow-light: rgba(220, 38, 38, 0.08);
    --color-shadow-medium: rgba(220, 38, 38, 0.20);
    --color-shadow-dark: rgba(220, 38, 38, 0.25);
    
    /* Gradients más intensos */
    --gradient-primary: linear-gradient(135deg, #DC2626 0%, #EF4444 50%, #F87171 100%);
    --gradient-secondary: linear-gradient(135deg, #EA580C 0%, #FB923C 50%, #FDBA74 100%);
    --gradient-accent: linear-gradient(135deg, #F59E0B 0%, #FBBF24 50%, #FDE047 100%);
    --gradient-gold: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%);
    --gradient-warm: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
    --gradient-glass: linear-gradient(135deg, rgba(254, 242, 242, 0.95) 0%, rgba(254, 226, 226, 0.85) 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(220, 38, 38, 0.8) 0%, rgba(220, 38, 38, 0.6) 100%);
}

/* ==========================================================================
   ESTILOS ESPECÍFICOS ROJOS - MUCHOS DETALLES ROJOS
   ========================================================================== */

/* Header completamente rojo - Forzar estilos consistentes en todas las páginas */
.theme-red .site-header {
    background: linear-gradient(135deg, #DC143C 0%, #B22222 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 3px solid #8B0000 !important;
    box-shadow: 0 8px 32px rgba(220, 20, 60, 0.3) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

/* Contenedor del header */
.theme-red .header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Logo */
.theme-red .logo-img {
    height: 66px !important;
    width: auto !important;
    filter: brightness(1.2) contrast(1.1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) !important;
}

/* Menú de navegación */
.theme-red .nav-menu {
    display: flex !important;
    gap: 3rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 50px !important;
    padding: 8px 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Enlaces de navegación */
.theme-red .nav-link {
    color: #FFFFFF !important; /* Blanco sobre rojo Ferrari */
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
}

.theme-red .nav-link:hover {
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.theme-red .nav-link.active {
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Botón CTA */
.theme-red .header-cta .btn {
    padding: 14px 28px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 100%) !important;
    color: #DC143C !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.theme-red .header-cta .btn:hover {
    background: linear-gradient(135deg, #DC143C 0%, #B22222 100%) !important;
    color: #FFFFFF !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.4) !important;
    border-color: #DC143C !important;
}

/* Hero section con muchos detalles rojos */
.theme-red .hero-section {
    background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 50%, #FECACA 100%);
    position: relative;
}

.theme-red .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(234, 88, 12, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.theme-red .hero-title {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.theme-red .hero-subtitle {
    color: white;
    font-weight: 500;
}

.theme-red .hero-description {
    color: white;
}

/* Botones con efectos rojos intensos */
.theme-red .btn-primary {
    background: var(--gradient-primary);
    color: white;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
    transition: all 0.3s ease;
}

.theme-red .btn-primary:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    border-color: #FBBF24;
}

.theme-red .btn-secondary {
    background: transparent;
    color: #DC2626;
    border: 2px solid #DC2626;
}

.theme-red .btn-secondary:hover {
    background: #DC2626;
    color: white;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

/* Títulos de sección con detalles rojos */
.theme-red .section-title {
    color: #DC2626;
    position: relative;
}

.theme-red .section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #DC2626, #F59E0B);
    border-radius: 2px;
}

/* Cards con bordes rojos */
.theme-red .menu-item,
.theme-red .card,
.theme-red .service-card {
    border: 1px solid #FCA5A5;
    background: rgba(254, 242, 242, 0.8);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.1);
    transition: all 0.3s ease;
}

.theme-red .menu-item:hover,
.theme-red .card:hover,
.theme-red .service-card:hover {
    border-color: #DC2626;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.2);
    transform: translateY(-3px);
}

/* Precios con color rojo */
.theme-red .menu-item-price,
.theme-red .price {
    color: #DC2626;
    font-weight: 600;
    background: rgba(220, 38, 38, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

/* Footer con detalles rojos */
.theme-red .footer {
    background: linear-gradient(135deg, #7F1D1D 0%, #991B1B 100%);
    border-top: 3px solid #DC2626;
}

.theme-red .footer h4 {
    color: #FEF2F2;
}

.theme-red .footer p,
.theme-red .footer a {
    color: #FECACA;
}

.theme-red .footer a:hover {
    color: #FBBF24;
}

/* Social links con efectos rojos */
.theme-red .social-link {
    background: rgba(220, 38, 38, 0.2);
    border: 1px solid #FCA5A5;
    transition: all 0.3s ease;
}

.theme-red .social-link:hover {
    background: #DC2626;
    border-color: #DC2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

/* Formularios con bordes rojos */
.theme-red input,
.theme-red textarea,
.theme-red select {
    border: 2px solid #FCA5A5;
    background: rgba(254, 242, 242, 0.5);
}

.theme-red input:focus,
.theme-red textarea:focus,
.theme-red select:focus {
    border-color: #DC2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
    outline: none;
}

/* Partículas rojas en el fondo */
.theme-red #particles-js {
    background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
}

/* Efectos de hover adicionales */
.theme-red .menu-item-header:hover h3 {
    color: #DC2626;
}

.theme-red .menu-item-description {
    color: #B91C1C;
}

/* Animaciones con colores rojos */
@keyframes redPulse {
    0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }
    100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

.theme-red .btn-primary:focus {
    animation: redPulse 1.5s infinite;
}

