#loader-uleiuri-premium {
  position: fixed;
  z-index: 99999;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: linear-gradient(120deg, #ffbf38 0%, #ff9800 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s cubic-bezier(.7,0,.3,1);
}
#loader-uleiuri-premium.hide {
  opacity: 0;
  pointer-events: none;
}
.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader-content svg {
  display: block;
  margin-bottom: 16px;
}
.loader-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  text-shadow: 0 2px 8px #b868000f;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .loader-text { font-size: 1rem;}
}
