/* Ukurasa wa shuhuda */

.page-shuhuda .container {
  max-width: 480px;
  padding-bottom: 2.5rem;
}

.page-shuhuda .container--top {
  padding-top: 0.85rem;
}

.shuhuda-header {
  width: 100%;
  margin-bottom: 1rem;
}

.shuhuda-header__main {
  text-align: center;
}

.shuhuda-header__main .logo--shuhuda {
  margin: 0 auto 0.4rem;
}

.shuhuda-title {
  margin: 0 0 0.45rem;
  padding: 0 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 4.8vw, 1.32rem);
  font-weight: 800;
  line-height: 1.28;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shuhuda-intro {
  margin: 0 auto;
  max-width: 26rem;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.testimonials-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.testimonial-card {
  width: 100%;
  padding: 1rem 1rem 0.9rem;
  text-align: left;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(168, 85, 247, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.testimonial-card__stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.55rem;
}

.testimonial-star {
  font-size: 0.95rem;
  color: rgba(196, 181, 216, 0.35);
}

.testimonial-star.is-filled {
  color: #fbbf24;
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.45);
}

.testimonial-card__text {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text);
  font-style: italic;
}

.testimonial-card__foot {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-card__who {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.testimonial-card__who strong {
  font-size: 0.88rem;
  color: #fff;
}

.testimonial-card__who span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.shuhuda-cta {
  width: 100%;
  margin-bottom: 1rem;
}

.page-shuhuda .footer-note {
  margin-top: 0;
}

/* Popup shuhuda: chini kwenye ukurasa huu — isifunike kichwa */
.page-shuhuda .social-proof-root--shuhuda {
  top: auto;
  bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 480px) {
  .page-shuhuda .social-proof-root--shuhuda {
    top: auto;
    bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
  }
}
