/* Loader e animazione iniziale */
.progress {
  height: 100%;
  width: 0;
  background-color: var(--text-light);
  transition: width 0.5s ease;
}
