.enersafe-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin:30px 0;width:100%}.enersafe-producto{display:flex;flex-direction:column;align-items:center;text-align:center;background:#ffffff;border-radius:14px;padding:22px 20px;box-shadow:0 4px 10px rgba(0,0,0,0.05);transition:all 0.3s ease;width:260px}.enersafe-producto:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,0.08)}.enersafe-producto img{width:100%;height:200px;object-fit:contain;border-radius:10px;margin-bottom:18px}.enersafe-producto h4{font-family:'Poppins',sans-serif;font-weight:600;font-size:18px;line-height:1em;color:#616670;margin-bottom:8px}.enersafe-producto p{font-family:'Open Sans',sans-serif;font-weight:400;font-size:15px;line-height:1.4em;color:#616670;margin:2px 0}.enersafe-producto strong{font-weight:600;color:#616670}.enersafe-producto:hover img{opacity:0.97;transform:scale(1.01);transition:all 0.3s ease}