.references-section {
  padding: 80px 0;
}

.references-section__title {
  color: var(--color-gray-dark);
  font-size: 64px;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.references-section__title::before,
.references-section__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--color-green);
  opacity: 0.5;
}

.references-section__desc {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 50px;
}

/* References Slider */
.references-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.references-slider__nav {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  padding: 0;
}

.references-slider__nav:hover {
  opacity: 0.7;
}

.references-slider__nav.is-disabled {
  opacity: 0.45;
  cursor: default;
}

.references-slider__nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.references-slider__nav.is-disabled:hover {
  opacity: 0.45;
}

.references-slider__nav:disabled:hover {
  opacity: 0.45;
}

.references-slider__nav.is-disabled .slide-arrow {
  filter: grayscale(1) brightness(0.75);
}

.references-slider__nav:disabled .slide-arrow {
  filter: grayscale(1) brightness(0.75);
}

.references-slider__nav .slide-arrow {
  width: 54px;
  height: 54px;
  transition: opacity 0.3s ease;
}

.references-slider__nav .slide-arrow--left {
  transform: rotate(180deg);
}

.references-slider__nav .slide-arrow--right {
  transform: rotate(0deg);
}

.references-slider__wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.references-slider__wrapper.swiper {
  overflow: hidden;
}

.references-slider__track,
.references-slider__track.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}

/* Reference Circle - 320x320 */
.reference-circle,
.reference-circle.swiper-slide {
  width: 320px !important;
  height: 320px;
  min-width: 320px !important;
  max-width: 320px !important;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  transition: box-shadow 0.3s ease;
  box-sizing: border-box;
}

/* Inner Circle - 152x152 logo alanı */
.reference-circle__inner {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #fafafa;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reference-circle__inner img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.reference-circle__placeholder {
  font-size: 36px;
  font-weight: 700;
  color: #ccc;
  text-transform: uppercase;
}

/* View All Button */
.references-section__view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.references-view-all-button {
  min-height: 56px;
  padding: 0 115px;
  background-color: var(--color-green);
  color: white;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-radius: 48px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
  font-family: var(--font-family-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.references-view-all-button:hover {
  box-shadow: 0 4px 12px rgba(59, 180, 74, 0.4);
  opacity: 0.95;
}

/* Empty State */
.references-empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .references-section {
    padding: 40px 0;
  }
  .references-section__title {
    font-size: 32px;
  }
  .references-section__desc {
    font-size: 12px;
  }
  .references-view-all-button {
    font-size: 16px;
    padding: 10px 60px;
    min-height: 40px;
  }
  .references-section__view-all {
    margin-top: 20px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .reference-circle,
  .reference-circle.swiper-slide {
    width: 170px !important;
    height: 170px;
    min-width: 170px !important;
    max-width: 170px !important;
  }

  .reference-circle__inner {
    width: 70px;
    height: 70px;
  }

  .reference-circle__inner img {
    max-width: 55px;
    max-height: 55px;
  }

  .reference-circle__placeholder {
    font-size: 18px;
  }

  .references-slider__nav {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .reference-circle,
  .reference-circle.swiper-slide {
    width: 200px !important;
    height: 200px;
    min-width: 200px !important;
    max-width: 200px !important;
  }

  .reference-circle__inner {
    width: 100px;
    height: 100px;
  }

  .reference-circle__inner img {
    max-width: 80px;
    max-height: 80px;
  }

  .reference-circle__placeholder {
    font-size: 24px;
  }
}
