{ const op = parseFloat(getComputedStyle(img).opacity || '0'); if(op > maxOpacity){ maxOpacity = op; best = img; } }); return (best && best.alt) ? best.alt : 'Sistema CZA'; } function update(){ const name = currentSystem(); const txt = encodeURIComponent(`Hola Disimpro Solutions, me interesa información sobre ${name}.`); cta.href = `https://wa.me/${phone}?text=${txt}`; cta.setAttribute('aria-label', `Consultar por WhatsApp sobre ${name}`); cta.title = `Consultar por WhatsApp: ${name}`; } update(); setInterval(update, 600); // sincroniza con la animación })();