/* Loader e animazione iniziale */
.loader-logo img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  opacity: 0;
  transform: scale(0.5);
}
