/* Testimonials Page — WhatsApp Cards */

/* ─── WHATSAPP TESTIMONIALS ─── */
.wa-testimonials {
  background: linear-gradient(175deg, #0a0a12 0%, #0f0f1a 50%, #08080f 100%);
  padding: 8rem 2rem 6rem;
  position: relative;
  overflow: hidden;
}
.wa-testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 50% 0%, rgba(37,211,102,0.03) 0%, transparent 70%);
}
.wa-testimonials .section-header h2 { color: #fff; }
.wa-testimonials .section-overline { color: #25D366; }
.wa-testimonials .line { background: linear-gradient(90deg, transparent, #25D366, transparent); }

.wa-card {
  /* WhatsApp dark mode chat wallpaper */
  background-color: #0b141a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23111b21%7D%3C/style%3E%3C/defs%3E%3Crect x='20' y='10' width='8' height='10' rx='2' class='a' opacity='.4'/%3E%3Ccircle cx='100' cy='20' r='4' class='a' opacity='.3'/%3E%3Crect x='150' y='8' width='6' height='8' rx='1.5' class='a' opacity='.35'/%3E%3Cpath d='M50 50l6-4-6-4z' class='a' opacity='.25'/%3E%3Ccircle cx='170' cy='55' r='5' class='a' opacity='.3'/%3E%3Crect x='10' y='70' width='7' height='7' rx='2' class='a' opacity='.3'/%3E%3Cpath d='M130 75c0-3 2-6 5-6s5 3 5 6-2 4-5 4-5-1-5-4z' class='a' opacity='.25'/%3E%3Crect x='60' y='90' width='9' height='6' rx='2' class='a' opacity='.3'/%3E%3Ccircle cx='30' cy='130' r='3.5' class='a' opacity='.35'/%3E%3Cpath d='M160 120l4 7h-8z' class='a' opacity='.25'/%3E%3Crect x='90' y='140' width='8' height='5' rx='1.5' class='a' opacity='.3'/%3E%3Ccircle cx='45' cy='170' r='4' class='a' opacity='.3'/%3E%3Crect x='140' y='165' width='7' height='9' rx='2' class='a' opacity='.35'/%3E%3Cpath d='M80 185c2-2 5-2 7 0s2 5 0 7' class='a' opacity='.2' fill='none' stroke='%23111b21' stroke-width='1.5'/%3E%3C/svg%3E");
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
  padding: 0.6rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wa-card:hover {
  transform: translateY(-2px);
}

/* Hide old header structure - name now inside bubble */
.wa-card-header { display: none; }
.wa-card-avatar { display: none; }

.wa-card-body {
  padding: 0;
}

.wa-card-bubble {
  background: #202c33;
  border-radius: 0 7.5px 7.5px 7.5px;
  padding: 0.35rem 0.5rem 0.3rem;
  position: relative;
  margin-right: 8px;
  max-width: 95%;
}
.wa-card-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 13px;
  background: #202c33;
  clip-path: path('M8 0H0v13C0 5.82 3.58 0 8 0z');
}

.wa-card-name {
  font-size: 0.76rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
  direction: rtl;
  display: block;
}
/* WhatsApp real contact name colors */
.wa-card:nth-child(9n+1) .wa-card-name { color: #53bdeb; }
.wa-card:nth-child(9n+2) .wa-card-name { color: #e68ce6; }
.wa-card:nth-child(9n+3) .wa-card-name { color: #f5c33b; }
.wa-card:nth-child(9n+4) .wa-card-name { color: #7ee68d; }
.wa-card:nth-child(9n+5) .wa-card-name { color: #ff9e7a; }
.wa-card:nth-child(9n+6) .wa-card-name { color: #8daaef; }
.wa-card:nth-child(9n+7) .wa-card-name { color: #C9A84C; }
.wa-card:nth-child(9n+8) .wa-card-name { color: #ef8d8d; }
.wa-card:nth-child(9n+9) .wa-card-name { color: #a0e68d; }

.wa-card-text {
  color: #e9edef;
  font-size: 0.83rem;
  line-height: 1.5;
  direction: rtl;
  font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  word-break: break-word;
}
.wa-card-text strong {
  color: #e9edef;
  font-weight: 400;
}

.wa-card-meta {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  justify-content: flex-start;
  margin-top: 0.05rem;
  float: left;
  margin-left: 0;
  padding-top: 0.1rem;
  direction: ltr;
}
.wa-card-meta-time {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.45);
}
.wa-card-checks { display: none; }

.wa-card-react {
  display: inline-flex;
  align-items: center;
  background: #1d282f;
  border-radius: 100px;
  padding: 0.12rem 0.45rem;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.35rem;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  align-self: flex-end;
  position: relative;
  margin-left: auto;
  transform: translateY(-0.3rem);
}

/* ─── WHATSAPP TESTIMONIALS GRID ─── */
.wa-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .wa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wa-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

/* ─── RESPONSIVE (768px) ─── */
@media (max-width: 768px) {
  /* Testimonials */
  .wa-testimonials { padding: 3.5rem 0.8rem; }
}
