body.product-suero-bg {
            background-color: #F4F8FA;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(74, 144, 226, 0.08) 0%, transparent 45%),
                radial-gradient(circle at 90% 80%, rgba(80, 227, 194, 0.05) 0%, transparent 50%);
            color: #2E384D;
            
            --color-bg-dark: #F4F8FA;
            --color-bg-card: rgba(255, 255, 255, 0.85);
            --color-bg-card-hover: rgba(255, 255, 255, 1);
            
            --color-gold-rose: #4A90E2; 
            --color-gold-light: #2C3E50; 
            --color-gold-accent: #50E3C2; 
            
            --color-text-light: #2E384D;
            --color-text-muted: #677A97;
            
            --glass-border: 1px solid rgba(74, 144, 226, 0.12);
            --glass-shadow: 0 15px 35px rgba(74, 144, 226, 0.06);
            --glass-shadow-hover: 0 20px 45px rgba(74, 144, 226, 0.12);
        }
        
        body.product-suero-bg .main-header {
            background-color: rgba(255, 255, 255, 0.9);
            border-bottom: 1px solid rgba(74, 144, 226, 0.1);
        }
        
        body.product-suero-bg .contact-link { color: #677A97; }
        body.product-suero-bg .contact-link:hover { color: #4A90E2; }
        body.product-suero-bg .nav-tab-btn { color: #677A97; border-color: rgba(74, 144, 226, 0.15); }
        body.product-suero-bg .nav-tab-btn:hover { color: #4A90E2; }
        body.product-suero-bg .nav-tab-btn.active {
            background: linear-gradient(135deg, #4A90E2, #357ABD);
            color: white;
        }
        body.product-suero-bg .dropdown-menu {
            background-color: rgba(255, 255, 255, 0.95);
            border: 1px solid rgba(74, 144, 226, 0.15);
        }
        body.product-suero-bg .dropdown-menu a { color: #677A97; }
        body.product-suero-bg .dropdown-menu a:hover { color: #4A90E2; background-color: rgba(74, 144, 226, 0.05); }
        
        body.product-suero-bg .btn-whatsapp-header,
        body.product-suero-bg .btn-primary,
        body.product-suero-bg .btn-package-featured,
        body.product-suero-bg .btn-whatsapp-footer {
            background: linear-gradient(135deg, #4A90E2, #357ABD);
            color: white;
            border: none;
        }
        body.product-suero-bg .btn-whatsapp-header:hover,
        body.product-suero-bg .btn-primary:hover,
        body.product-suero-bg .btn-package-featured:hover,
        body.product-suero-bg .btn-whatsapp-footer:hover {
            box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
            transform: translateY(-2px);
            color: white;
        }
        body.product-suero-bg .badge {
            background: rgba(74, 144, 226, 0.1);
            color: #4A90E2;
            border: 1px solid rgba(74, 144, 226, 0.2);
        }
        body.product-suero-bg .price-value { color: #4A90E2; }
        body.product-suero-bg .feature-icon-wrapper {
            background: rgba(74, 144, 226, 0.08);
            color: #4A90E2;
        }
        body.product-suero-bg .ingredient-badge {
            background: rgba(74, 144, 226, 0.08);
            color: #4A90E2;
            border: 1px solid rgba(74, 144, 226, 0.15);
        }
        body.product-suero-bg .step-number {
            background: rgba(74, 144, 226, 0.1);
            color: #4A90E2;
        }
        body.product-suero-bg .step-icon-wrapper {
            color: #4A90E2;
        }
        body.product-suero-bg .btn-replay-animation {
            background: rgba(74, 144, 226, 0.1);
            color: #4A90E2;
            border: 1px solid rgba(74, 144, 226, 0.2);
        }
        body.product-suero-bg .btn-replay-animation:hover {
            background: #4A90E2;
            color: white;
        }
        body.product-suero-bg .btn-package {
            border: 1px solid rgba(74, 144, 226, 0.3);
            color: #4A90E2;
        }
        body.product-suero-bg .btn-package:hover {
            background: rgba(74, 144, 226, 0.05);
        }
        body.product-suero-bg .glow-ring {
            background: radial-gradient(circle, rgba(74, 144, 226, 0.1) 0%, transparent 70%);
        }
        body.product-suero-bg .package-card.featured {
            border-color: rgba(74, 144, 226, 0.35);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 246, 250, 0.98) 100%);
            box-shadow: 0 15px 35px rgba(74, 144, 226, 0.1);
        }
        body.product-suero-bg .featured-badge {
            background: linear-gradient(135deg, #4A90E2, #50E3C2);
            color: white;
        }