body, .font-jakarta {
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* KURSORU YALNIZ KOMPÜTERDƏ GİZLƏDİRİK (Telefonda normal toxunuş qalır) */
@media (min-width: 1024px) {
  .dynamic-cursor-active, .dynamic-cursor-active * {
    cursor: none !important;
  }
  .custom-cursor {
    display: block;
  }
  .custom-cursor-dot {
    display: block;
  }
}

@media (max-width: 1023px) {
  .custom-cursor, .custom-cursor-dot {
    display: none !important;
  }
}

/* Kursor Stilləri */
.custom-cursor {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999;
  transition: width 0.25s, height 0.25s, background-color 0.25s, border-color 0.25s;
}

.custom-cursor-dot {
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999;
}

.custom-cursor.cursor-hover {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #000000;
}

/* Premium Fon Musiqisi Paneli */
#audio-control-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  padding: 10px 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  #audio-control-container {
    bottom: 30px;
    right: 30px;
    padding: 10px 18px;
  }
}

#audio-control-container:hover {
  border-color: #000000;
}

/* Səs Slideri Dizaynı */
.volume-slider-wrapper {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}

/* Masaüstündə panelə yaxınlaşanda slider açılsın, telefonda isə həmişə bir az görünən olsun */
@media (min-width: 1024px) {
  #audio-control-container:hover .volume-slider-wrapper {
    width: 70px;
    margin-left: 8px;
  }
}

@media (max-width: 1023px) {
  .volume-slider-wrapper {
    width: 55px;
    margin-left: 6px;
  }
}

.volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #e4e4e7;
  outline: none;
  border-radius: 2px;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #000000;
  cursor: pointer;
  border-radius: 50%;
}

.volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #000000;
  cursor: pointer;
  border-radius: 50%;
}

/* Səs Dalğası Animasiyası */
.bar {
  width: 2px;
  height: 100%;
  background-color: #000000;
  display: inline-block;
  transform-origin: bottom;
  animation: bounce 0.8s ease infinite alternate;
  animation-play-state: paused;
}
.bar:nth-child(2) { animation-delay: 0.2s; }
.bar:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
  0% { transform: scaleY(0.3); }
  100% { transform: scaleY(1.1); }
}

.music-playing .bar {
  animation-play-state: running;
}

/* Əvvəlki Standart Dizayn Ayarları */
.white-hero-btn {
  border-radius: 0px;
  border: 1px solid #000000;
}
.white-hero-btn:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.white-service-box {
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  padding: 30px 24px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1) !important;
}

@media (min-width: 768px) {
  .white-service-box {
    padding: 40px 30px !important;
  }
}

.service-top-bar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.35s ease;
}

.white-service-box:hover {
  border-color: #a1a1aa !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04) !important;
}

.white-service-box:hover .service-top-bar {
  width: 100%;
}

.ws-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .ws-title { font-size: 19px; margin-bottom: 12px; }
}

.ws-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #52525b;
  margin-bottom: 24px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .ws-desc { font-size: 14px; margin-bottom: 30px; }
}

.ws-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #18181b;
  text-decoration: none;
}

.white-service-box:hover .ws-link {
  text-decoration: underline;
}

.white-artist-card {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  padding: 6px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .white-artist-card { padding: 8px; }
}

.white-artist-card:hover {
  border-color: #000000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.w-img-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f4f4f5;
}

.white-artist-card img {
  filter: grayscale(100%);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.white-artist-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.white-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  padding: 16px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .white-contact-card { padding: 18px 22px; }
}

.white-contact-card:hover {
  border-color: #000000;
  background: #fbfbfc;
}