/* brand-logo.css : Style ultra-moderne pour le branding AEL of IT */

.brand-logo.ultra-modern {
  font-family: 'Orbitron', 'Montserrat', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #6c63ff 0%, #a259ff 40%, #f857a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 8px #a259ff88) drop-shadow(0 0 2px #fff8);
  text-shadow: 0 2px 16px #a259ff55, 0 1px 0 #fff, 0 0 2px #f857a6;
  padding: 0.2em 0.6em;
  border-radius: 1em;
  display: inline-block;
  margin: 0.5em 0 0.5em 0;
  transition: filter 0.2s, text-shadow 0.2s;
}

.brand-logo.ultra-modern:hover {
  filter: drop-shadow(0 0 16px #f857a6cc) drop-shadow(0 0 8px #6c63ffcc);
  text-shadow: 0 4px 32px #f857a6cc, 0 2px 0 #fff, 0 0 4px #6c63ff;
}
