/* ============================================================
   KUNDENBEWERTUNGEN
============================================================ */

.google-review,
.review-cta {
  border: 1px solid rgba(103, 172, 240, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(37, 56, 75, 0.96),
      rgba(23, 38, 55, 0.96)
    );
  color: #fff;
  box-shadow: 0 20px 50px rgba(7, 18, 30, 0.22);
}

.google-review {
  padding: 2.5rem;
}

.google-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.google-review-source {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-weight: 700;
}

.google-review-source i {
  color: var(--rlenk-accent-hover);
  font-size: 1.3rem;
}

.review-score {
  color: var(--rlenk-accent-hover);
  font-size: 0.9rem;
  font-weight: 700;
}

.google-review .stars-row {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1.4rem;
}

.google-review .stars-row i {
  color: #fbbc04;
  font-size: 1.05rem;
}

.google-review blockquote {
  margin: 0;
}

.google-review blockquote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.google-review .review-author {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.author-initial {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  border-radius: 50%;
  background: var(--rlenk-accent);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.google-review .author-details {
  flex: 1;
}

.google-review .author-details h4 {
  margin: 0 0 0.2rem;
  color: #fff;
  font-size: 1rem;
}

.google-review .author-details span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.google-review .verified-mark {
  color: var(--rlenk-accent-hover);
  font-size: 1.25rem;
}

/* Zweite Karte */
.review-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
}

.review-cta-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  border-radius: 16px;
  background: rgba(63, 145, 223, 0.16);
  color: var(--rlenk-accent-hover);
  font-size: 1.5rem;
}

.review-cta-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--rlenk-accent-hover);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-cta h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  line-height: 1.15;
}

.review-cta p {
  margin-bottom: 1.7rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.btn-review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(103, 172, 240, 0.38);
  border-radius: 50px;
  background: rgba(63, 145, 223, 0.14);
  color: #fff;
  font-weight: 700;
  transition: 0.3s ease;
}

.btn-review:hover {
  border-color: var(--rlenk-accent-hover);
  background: var(--rlenk-accent);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .google-review,
  .review-cta {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .google-review,
  .review-cta {
    padding: 1.6rem;
  }

  .google-review-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .google-review blockquote p {
    font-size: 1rem;
  }

  .btn-review {
    width: 100%;
  }
}
/* Bewertungen gleich hoch */
.reviews-carousel .swiper-wrapper {
  align-items: stretch;
}

.reviews-carousel .swiper-slide {
  height: auto;
}

.reviews-carousel .review-block,
.reviews-carousel .review-cta {
  height: 100%;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

/* Autorenbereich immer unten */
.reviews-carousel .review-author {
  margin-top: auto;
}

/* CTA-Inhalt sauber verteilen */
.reviews-carousel .review-cta {
  justify-content: center;
}
.reviews-carousel .review-block,
.reviews-carousel .review-cta {
  padding: 32px 38px;
}
/* Bewertungsbereich kompakter */
.reviews-carousel .google-review,
.reviews-carousel .review-cta {
  padding: 26px 32px;
}

.reviews-carousel .google-review-head {
  margin-bottom: 0.8rem;
}

.reviews-carousel .google-review .stars-row {
  margin-bottom: 1rem;
}

.reviews-carousel .google-review blockquote p {
  font-size: 1rem;
  line-height: 1.55;
}

.reviews-carousel .google-review .review-author {
  margin-top: 1.3rem;
  padding-top: 1.1rem;
}

.reviews-carousel .review-cta-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
}

.reviews-carousel .review-cta h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.reviews-carousel .review-cta p {
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
