/**
 * AWA — Müşteri yorumları (testimonials) modern blok
 * Kapsam: .awa-tm-section + .awa-tm
 */

.awa-tm-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fafaf9 0%, #f0efec 48%, #fafaf9 100%) !important;
  border-block: 1px solid rgba(0, 0, 0, 0.06);
}

.awa-tm-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(61, 79, 71, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 100%, rgba(30, 30, 30, 0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.awa-tm-section .container {
  position: relative;
  z-index: 1;
}

.awa-tm-section .modern-section-header {
  padding-bottom: 0.5rem;
}

.awa-tm-section .modern-section-title {
  font-family: 'Urbanist', 'Jost', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #141414;
}

.awa-tm-section .modern-section-title::after {
  width: 48px;
  height: 3px;
  background: #3d4f47;
  border-radius: 2px;
}

.awa-tm-section .modern-section-subtitle {
  color: #5c5c5c !important;
  font-size: 1rem !important;
  max-width: 36rem;
}

/* uomo-furniture: klasik section-title */
.awa-tm-section .section-title {
  font-family: 'Urbanist', 'Jost', system-ui, sans-serif;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  color: #141414;
}

.awa-tm-section .section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #3d4f47;
  border-radius: 2px;
  margin: 0.75rem auto 0;
}

.awa-tm-section .testimonials-intro {
  color: #5c5c5c !important;
  font-size: 1rem !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* Swiper alanı */
.awa-tm.testimonial-carousel {
  position: relative;
  padding-bottom: 0.5rem;
}

.awa-tm .awa-tm__swiper-root .swiper-container {
  overflow: visible;
}

@media (max-width: 991px) {
  .awa-tm .awa-tm__swiper-root .swiper-container {
    overflow: hidden;
  }
}

.awa-tm .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* Kart */
.awa-tm-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.35rem 1.25rem;
}

@media (min-width: 992px) {
  .awa-tm-card {
    padding: 0.75rem 0.5rem 1.5rem;
  }
}

.awa-tm-card__surface {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 12px 32px rgba(0, 0, 0, 0.06);
  padding: 1.65rem 1.5rem 1.4rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.awa-tm-card__surface::before {
  content: '"';
  position: absolute;
  top: 0.85rem;
  right: 1.1rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(61, 79, 71, 0.12);
  pointer-events: none;
  user-select: none;
}

.awa-tm-card:hover .awa-tm-card__surface {
  border-color: rgba(61, 79, 71, 0.22);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.05),
    0 20px 44px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

.awa-tm-card__rating {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1rem;
  color: #c9a227;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.awa-tm-card__rating .bi {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06));
}

.awa-tm-card__text {
  font-family: 'Jost', system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #3a3a3a;
  margin: 0 0 1.35rem;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.awa-tm-card__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.awa-tm-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(145deg, #3d4f47 0%, #2a3832 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(45, 62, 55, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.awa-tm-card__meta {
  flex: 1;
  min-width: 0;
}

.awa-tm-card__name {
  display: block;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #141414;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.awa-tm-card__company {
  font-size: 0.875rem;
  color: #6b6b6b;
  margin: 0;
  line-height: 1.35;
}

/* Sayfalama — minimal çizgi noktalar */
.awa-tm .slideshow-pagination {
  gap: 0.5rem;
  margin-top: 1.75rem !important;
}

.awa-tm .slideshow-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.18);
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.awa-tm .slideshow-pagination .swiper-pagination-bullet-active {
  background: #3d4f47;
  transform: scale(1.15);
}

@media (max-width: 575px) {
  .awa-tm-card__surface {
    padding: 1.35rem 1.2rem 1.2rem;
    border-radius: 14px;
  }

  .awa-tm-card__surface::before {
    font-size: 3.25rem;
    right: 0.85rem;
    top: 0.65rem;
  }

  .awa-tm-card__text {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .awa-tm-card__avatar {
    width: 46px;
    height: 46px;
    font-size: 0.85rem;
  }
}

/* erk.css .modern-section.testimonials mor arka planını geçersiz kılar */
.modern-section.testimonials.awa-tm-section {
  background: linear-gradient(180deg, #fafaf9 0%, #f0efec 48%, #fafaf9 100%) !important;
  border-block: 1px solid rgba(0, 0, 0, 0.06);
}

.modern-section.testimonials.awa-tm-section::before {
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(61, 79, 71, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 100%, rgba(30, 30, 30, 0.04) 0%, transparent 50%) !important;
}
