.mercadolibre-section {
            background-color: #000;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
            /* Quitamos bordes para continuidad */
            border: none;
        }

        .text-yellow { color: #ffe600 !important; }

        /* --- FONDO CON BRILLO --- */
        .ml-glow-bg {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 80%; height: 80%;
            /* Un brillo amarillo difuminado muy sutil detrás */
            background: radial-gradient(circle, rgba(255, 230, 0, 0.15) 0%, rgba(0,0,0,0) 70%);
            z-index: 1;
            pointer-events: none;
        }

        /* --- TARJETA DE CRISTAL (GLASSMORPHISM) --- */
        .ml-glass-card {
            background: rgba(20, 20, 20, 0.6); /* Oscuro semitransparente */
            backdrop-filter: blur(10px); /* Efecto borroso detrás */
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 230, 0, 0.3); /* Borde amarillo fino */
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
            position: relative;
            z-index: 2;
        }

        /* --- LOGO ANIMADO --- */
        .ml-logo-wrapper {
            position: relative;
            display: inline-block;
        }

        .ml-logo-img {
            width: 140px;
            height: auto;
            position: relative;
            z-index: 2;
            filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
            transition: transform 0.3s ease;
        }

        /* Círculo amarillo pulsante detrás del logo */
        .ml-circle-anim {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 120px; height: 120px;
            background-color: #ffe600;
            border-radius: 50%;
            z-index: 1;
            animation: pulse-yellow 3s infinite;
        }

        @keyframes pulse-yellow {
            0% { box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.7); }
            70% { box-shadow: 0 0 0 30px rgba(255, 230, 0, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 230, 0, 0); }
        }

        /* --- TEXTOS --- */
        .ml-title {
            color: #fff;
            font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .ml-desc {
            color: #ccc;
            font-size: 1.1rem;
            margin-bottom: 30px;
        }

        /* --- CAJAS DE BENEFICIOS --- */
        .benefit-box {
            background: rgba(255,255,255,0.05);
            border-radius: 12px;
            padding: 15px 10px;
            text-align: center;
            border: 1px solid rgba(255,255,255,0.1);
            transition: transform 0.3s ease;
        }
        
        .benefit-box:hover {
            transform: translateY(-5px);
            border-color: #ffe600;
            background: rgba(255, 230, 0, 0.05);
        }

        .benefit-box span {
            display: block;
            margin-top: 8px;
            color: #fff;
            font-size: 0.9rem;
            line-height: 1.2;
            font-weight: 500;
        }

        /* --- BOTONES DE ACCIÓN (ESTILO IGNICIÓN) --- */
        .btn-ml-action {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            background: #ffe600; /* Amarillo ML */
            color: #000;
            font-weight: 800;
            padding: 14px 20px;
            border-radius: 50px; /* Redondos */
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            font-size: 1.1rem;
        }

        .btn-ml-action:hover {
            transform: scale(1.02);
            box-shadow: 0 0 20px rgba(255, 230, 0, 0.6); /* Resplandor amarillo intenso */
            color: #000;
        }

        /* Botón secundario (Borde amarillo) */
        .btn-ml-action.outline {
            background: transparent;
            border: 2px solid #ffe600;
            color: #ffe600;
        }

        .btn-ml-action.outline:hover {
            background: #ffe600;
            color: #000;
            box-shadow: 0 0 20px rgba(255, 230, 0, 0.4);
        }

        /* RESPONSIVE */
        @media (max-width: 767px) {
            .ml-glass-card { padding: 30px 20px; }
            .ml-title { font-size: 2rem; text-align: center; }
            .ml-desc { text-align: center; font-size: 1rem; }
            .ml-logo-wrapper { margin-bottom: 20px; }
        }





       .ml-glass-card {
            /* Quitamos el fondo semi-transparente de antes, ahora lo manejará la imagen */
            background: transparent; 
            /* Importante: Asegura que la imagen difuminada no se salga de las esquinas redondeadas */
            overflow: hidden;
            position: relative;
            z-index: 2;
            border: 1px solid rgba(255, 230, 0, 0.3); /* Borde amarillo fino */
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.5);
            /* Quitamos el backdrop-filter porque ahora usamos una imagen real */
            /* backdrop-filter: blur(10px); */
        }

        /* --- AQUÍ ESTÁ LA CAPA DE TU IMAGEN DENTRO DE LA TARJETA --- */
        .ml-glass-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* REEMPLAZA ESTE LINK POR TU IMAGEN REAL */
            background-image: url('../Logos.png');
            background-size: cover;
            background-position: center;
            
            /* LA MAGIA DEL DIFUMINADO Y OSCURECIDO */
            /* blur(15px): Qué tan borrosa se ve */
            /* brightness(0.2): Oscurece la imagen al 20% (muy oscura) para que se lea el texto */
            filter: blur(5px) brightness(0.2);
            
            /* Escala un poco para evitar bordes blancos por el difuminado */
            transform: scale(1.1);
            
            /* La mandamos atrás del texto */
            z-index: -1;
        }

        /* Aseguramos que el contenido (texto, botones) esté por encima de la imagen de fondo */
        .ml-glass-card .row {
            position: relative;
            z-index: 2;
        }