
      #tropical-tech-specs .certification-badge:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(255, 154, 61, 0.3);
      }
      
      #tropical-tech-specs table tr:hover {
        background-color: rgba(255, 154, 61, 0.1);
      }
    