/* WhatsApp-style review slider */
.testimonials-wa {
  background: var(--black, #0a0a0a);
}

.testimonials-wa .section-title,
.testimonials-wa .section-desc,
.testimonials-wa .section-label {
  color: var(--text-inverse, #fff);
}

.testimonials-wa .section-desc {
  color: rgba(255, 255, 255, 0.72);
}

.testimonials-wa-swiper {
  padding: 0 48px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-wa-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  padding: 8px 4px 24px;
}

.wa-phone {
  margin: 0;
  width: 100%;
  max-width: 320px;
}

.wa-phone__frame {
  background: #e5ddd5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(201, 162, 39, 0.25);
  border: 3px solid rgba(201, 162, 39, 0.35);
}

.wa-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #075e54;
  color: #fff;
}

.wa-header__back {
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.9;
  width: 24px;
}

.wa-header__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}

.wa-header__avatar--p { background: #8e44ad; }
.wa-header__avatar--r { background: #2980b9; }
.wa-header__avatar--a { background: #c0392b; }
.wa-header__avatar--v { background: #27ae60; }
.wa-header__avatar--s { background: #d35400; }
.wa-header__avatar--m { background: #16a085; }

.wa-header__info {
  flex: 1;
  text-align: left;
  min-width: 0;
}

.wa-header__name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.wa-header__status {
  font-size: 0.7rem;
  opacity: 0.85;
}

.wa-header__call {
  font-size: 1.1rem;
  opacity: 0.9;
}

.wa-chat {
  padding: 12px 10px 16px;
  min-height: 340px;
  max-height: 420px;
  overflow-y: auto;
  background-color: #e5ddd5;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cdc4' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.wa-date {
  text-align: center;
  font-size: 0.68rem;
  color: #54656f;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px 10px;
  border-radius: 6px;
  margin: 8px auto 10px;
  width: max-content;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.wa-bubble {
  max-width: 88%;
  margin-bottom: 6px;
  padding: 6px 8px 4px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.wa-bubble p {
  margin: 0 0 2px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #111;
  text-align: left;
}

.wa-bubble--in {
  background: #fff;
  margin-right: auto;
  border-top-left-radius: 2px;
}

.wa-bubble--out {
  background: #dcf8c6;
  margin-left: auto;
  border-top-right-radius: 2px;
}

.wa-time {
  display: block;
  text-align: right;
  font-size: 0.62rem;
  color: #667781;
  margin-top: 2px;
}

.wa-ticks {
  color: #53bdeb;
  letter-spacing: -2px;
  margin-left: 2px;
}

.wa-caption {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--gold-light, #e8c96a);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.testimonials-wa-swiper .swiper-button-prev,
.testimonials-wa-swiper .swiper-button-next {
  color: var(--gold, #c9a227);
}

.testimonials-wa-swiper .swiper-button-prev::after,
.testimonials-wa-swiper .swiper-button-next::after {
  font-size: 1.25rem;
  font-weight: 700;
}

.testimonials-wa-swiper .swiper-pagination-bullet {
  background: rgba(201, 162, 39, 0.35);
  opacity: 1;
}

.testimonials-wa-swiper .swiper-pagination-bullet-active {
  background: var(--gold, #c9a227);
}

@media (max-width: 767px) {
  .testimonials-wa-swiper {
    padding: 0 36px 36px;
  }
  .wa-chat {
    min-height: 300px;
    max-height: 380px;
  }
}
