/* Google Reviews module (homepage): isolated copy for homepage-only customization */
.coaching-landing-page .testimonials,
.testimonials.landing-reviews-transferable {
  padding: var(--space-xxl) 0;
}

.coaching-landing-page .testimonial-slider,
.testimonials.landing-reviews-transferable .testimonial-slider {
  position: relative;
  max-width: 800px;
  margin: var(--space-xl) auto 0;
}

.coaching-landing-page .google-trust-line,
.testimonials.landing-reviews-transferable .google-trust-line {
  margin: clamp(0.08rem, 0.35vw, 0.22rem) 0 clamp(0.72rem, 1.65vw, 1.08rem);
  color: var(--color-text-secondary);
  font-size: clamp(0.84rem, 0.8rem + 0.11vw, 0.92rem);
  letter-spacing: 0.01em;
  opacity: 0.78;
  text-align: center;
}

.coaching-landing-page .testimonial,
.testimonials.landing-reviews-transferable .testimonial {
  background: var(--gradient-card);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-md);
  margin: 0 var(--space-sm);
}

.coaching-landing-page .testimonial-content,
.testimonials.landing-reviews-transferable .testimonial-content {
  font-style: italic;
  margin-bottom: var(--space-md);
  position: relative;
  padding: 0 var(--space-md);
}

.coaching-landing-page .testimonial-content::before,
.coaching-landing-page .testimonial-content::after,
.testimonials.landing-reviews-transferable .testimonial-content::before,
.testimonials.landing-reviews-transferable .testimonial-content::after {
  content: '"';
  font-size: 2.5rem;
  color: var(--color-primary-light);
  line-height: 0;
  position: absolute;
}

.coaching-landing-page .testimonial-content::before,
.testimonials.landing-reviews-transferable .testimonial-content::before {
  top: 15px;
  left: 0;
}

.coaching-landing-page .testimonial-content::after,
.testimonials.landing-reviews-transferable .testimonial-content::after {
  bottom: 0;
  right: 0;
}

.coaching-landing-page .testimonial-author,
.testimonials.landing-reviews-transferable .testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.coaching-landing-page .author-image,
.testimonials.landing-reviews-transferable .author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(138, 43, 226, 0.2);
  color: var(--color-primary-light);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.coaching-landing-page .author-info h4,
.testimonials.landing-reviews-transferable .author-info h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

.coaching-landing-page .author-info p,
.testimonials.landing-reviews-transferable .author-info p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.coaching-landing-page .testimonial-controls,
.testimonials.landing-reviews-transferable .testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.coaching-landing-page .testimonial-controls .btn,
.testimonials.landing-reviews-transferable .testimonial-controls .btn {
  white-space: nowrap;
}

.coaching-landing-page .testimonial-controls .prev-testimonial,
.coaching-landing-page .testimonial-controls .next-testimonial,
.testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial,
.testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial {
  width: 46px;
  height: 46px;
  padding: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(193, 77, 255, 0.38);
  background: rgba(138, 43, 226, 0.12);
  color: var(--color-primary-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(236, 214, 255, 0.14), 0 4px 10px rgba(0, 0, 0, 0.14);
  transition: background-color 220ms ease-out, border-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms ease-out;
}

.coaching-landing-page .testimonial-controls .prev-testimonial:hover,
.coaching-landing-page .testimonial-controls .prev-testimonial:focus-visible,
.coaching-landing-page .testimonial-controls .next-testimonial:hover,
.coaching-landing-page .testimonial-controls .next-testimonial:focus-visible,
.testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial:hover,
.testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial:focus-visible,
.testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial:hover,
.testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial:focus-visible {
  background: rgba(138, 43, 226, 0.2);
  border-color: rgba(220, 175, 255, 0.56);
  box-shadow: inset 0 0 0 1px rgba(236, 214, 255, 0.26), 0 0 18px rgba(193, 77, 255, 0.22);
}

.coaching-landing-page .testimonial-controls .prev-testimonial:active,
.coaching-landing-page .testimonial-controls .next-testimonial:active,
.testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial:active,
.testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial:active {
  transform: scale(0.98);
  box-shadow: inset 0 0 0 1px rgba(236, 214, 255, 0.2), 0 0 12px rgba(193, 77, 255, 0.18);
}

.coaching-landing-page .testimonial-controls .prev-testimonial:focus-visible,
.coaching-landing-page .testimonial-controls .next-testimonial:focus-visible,
.testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial:focus-visible,
.testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial:focus-visible {
  outline: 2px solid rgba(220, 175, 255, 0.58);
  outline-offset: 2px;
}

.coaching-landing-page .testimonial-controls .prev-testimonial svg,
.coaching-landing-page .testimonial-controls .next-testimonial svg,
.testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial svg,
.testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial svg {
  width: 20px;
  height: 20px;
}

.coaching-landing-page .testimonial-controls .testimonial-progress,
.testimonials.landing-reviews-transferable .testimonial-controls .testimonial-progress {
  min-width: 3.2rem;
  text-align: center;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary);
  opacity: 0.72;
}

.coaching-landing-page.what-to-expect-page .testimonial,
.testimonials.landing-reviews-transferable .testimonial {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 2px solid rgba(193, 77, 255, 0.72);
  border-radius: 14px;
  background: var(--gradient-card);
  box-shadow: inset 0 0 0 1px rgba(236, 214, 255, 0.16), 0 8px 18px rgba(0, 0, 0, 0.1);
}

.coaching-landing-page.what-to-expect-page .testimonial::before,
.testimonials.landing-reviews-transferable .testimonial::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 0 12px rgba(193, 77, 255, 0.38), 0 0 20px rgba(193, 77, 255, 0.2), 0 0 30px rgba(193, 77, 255, 0.12);
  opacity: 0.58;
  pointer-events: none;
  z-index: -1;
  animation: none;
}

.coaching-landing-page.what-to-expect-page .testimonial::after,
.testimonials.landing-reviews-transferable .testimonial::after {
  content: none;
}

@keyframes reviewsCardNeonPulse {
  0%, 100% {
    opacity: 0.9;
    box-shadow: 0 0 22px rgba(193, 77, 255, 0.66), 0 0 44px rgba(193, 77, 255, 0.44), 0 0 66px rgba(193, 77, 255, 0.28);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 30px rgba(193, 77, 255, 0.9), 0 0 60px rgba(193, 77, 255, 0.64), 0 0 92px rgba(193, 77, 255, 0.38);
  }
}

.coaching-landing-page.what-to-expect-page .testimonial-slider,
.testimonials.landing-reviews-transferable .testimonial-slider {
  min-height: clamp(228px, 28.5vw, 268px);
}

.coaching-landing-page.what-to-expect-page .testimonial,
.testimonials.landing-reviews-transferable .testimonial {
  height: clamp(228px, 28.5vw, 268px);
  padding: clamp(1.02rem, 1.45vw, 1.2rem) clamp(1.24rem, 2.35vw, 1.62rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.coaching-landing-page.what-to-expect-page .testimonial-content,
.testimonials.landing-reviews-transferable .testimonial-content {
  margin-bottom: clamp(1.15rem, 2.2vw, 1.45rem);
}

.coaching-landing-page.what-to-expect-page .testimonial-content p,
.testimonials.landing-reviews-transferable .testimonial-content p {
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  letter-spacing: 0.022em;
  line-height: 1.72;
  margin-bottom: 0.12rem;
}

.coaching-landing-page.what-to-expect-page .testimonial-content::after,
.testimonials.landing-reviews-transferable .testimonial-content::after {
  bottom: 0.6rem;
  right: 0.2rem;
}

.coaching-landing-page.what-to-expect-page .testimonial-author,
.testimonials.landing-reviews-transferable .testimonial-author {
  margin-top: auto;
}

.coaching-landing-page.what-to-expect-page .review-link,
.testimonials.landing-reviews-transferable .review-link {
  display: inline-block;
  margin-top: 0.38rem;
  padding-left: calc(50px + var(--space-sm));
  font-size: 0.88rem;
  line-height: 1.25;
  opacity: 0.82;
  color: var(--color-primary-light);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  text-decoration-color: rgba(220, 175, 255, 0.42);
}

.coaching-landing-page.what-to-expect-page .review-link::after,
.testimonials.landing-reviews-transferable .review-link::after {
  content: "\00A0\2192";
}

.coaching-landing-page.what-to-expect-page .review-link:hover,
.coaching-landing-page.what-to-expect-page .review-link:focus-visible,
.testimonials.landing-reviews-transferable .review-link:hover,
.testimonials.landing-reviews-transferable .review-link:focus-visible {
  opacity: 0.96;
  text-decoration-color: rgba(220, 175, 255, 0.78);
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: rgba(138, 43, 226, 0.23);
  background-image: none;
  border-color: rgba(193, 77, 255, 0.34);
  color: rgba(244, 234, 255, 0.96);
  font-weight: 600;
  text-shadow: none;
  box-shadow: 0 0 0 1px rgba(193, 77, 255, 0.22), 0 0 10px rgba(193, 77, 255, 0.19), 0 0 18px rgba(193, 77, 255, 0.12);
  transition: box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn:hover,
.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn:focus-visible,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn:hover,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn:focus-visible {
  background: rgba(138, 43, 226, 0.3);
  background-image: none;
  border-color: rgba(220, 175, 255, 0.6);
  color: rgba(248, 240, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(220, 175, 255, 0.44), 0 0 22px rgba(193, 77, 255, 0.44), 0 0 38px rgba(193, 77, 255, 0.24);
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn:focus-visible,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn:focus-visible {
  outline: 2px solid rgba(220, 175, 255, 0.58);
  outline-offset: 2px;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::before,
.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::after,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::before,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  will-change: transform, opacity;
  animation: none;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::before,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::before {
  border: 1px solid rgba(220, 175, 255, 0.44);
  background: radial-gradient(circle, rgba(220, 175, 255, 0.18) 0%, rgba(193, 77, 255, 0.12) 48%, rgba(193, 77, 255, 0) 76%);
  transform: scale(0.9);
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::after,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::after {
  content: none;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn.reviews-btn--fireworks::before,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn.reviews-btn--fireworks::before {
  animation: reviewsSoftRipple 0.52s ease-out 1;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn.reviews-btn--fireworks::after,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn.reviews-btn--fireworks::after {
  animation: none;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn.reviews-btn--fireworks,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn.reviews-btn--fireworks,
.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn.reviews-btn--reduced-pulse,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn.reviews-btn--reduced-pulse {
  animation: reviewsPressSnap 0.22s ease-out 1;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn.reviews-btn--reduced-pulse,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn.reviews-btn--reduced-pulse {
  animation: reviewsPressSnap 0.22s ease-out 1;
}

@keyframes reviewsPressSnap {
  0% { transform: scale(1); }
  45% { transform: scale(0.98); }
  100% { transform: scale(1); }
}

@keyframes reviewsSoftRipple {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  20% {
    opacity: 0.44;
    transform: scale(1.04);
  }
  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

@media (max-width: 640px) {
  .coaching-landing-page .google-trust-line,
  .testimonials.landing-reviews-transferable .google-trust-line {
    white-space: normal;
  }

  .coaching-landing-page .testimonial-slider,
  .testimonials.landing-reviews-transferable .testimonial-slider {
    max-width: 100%;
    overflow-x: clip;
    min-height: 0;
  }

  .coaching-landing-page .testimonial,
  .testimonials.landing-reviews-transferable .testimonial {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
  }

  .coaching-landing-page .testimonial-content,
  .testimonials.landing-reviews-transferable .testimonial-content {
    margin-bottom: 0.9rem;
  }

  .coaching-landing-page .testimonial-content p,
  .testimonials.landing-reviews-transferable .testimonial-content p {
    font-size: clamp(0.96rem, 3.8vw, 1.02rem);
    line-height: 1.56;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .coaching-landing-page .testimonial-controls,
  .testimonials.landing-reviews-transferable .testimonial-controls {
    flex-wrap: wrap;
    gap: 0.7rem;
  }

  .coaching-landing-page .testimonial-controls .reviews-btn,
  .testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .coaching-landing-page .testimonial-controls .prev-testimonial,
  .coaching-landing-page .testimonial-controls .testimonial-progress,
  .coaching-landing-page .testimonial-controls .next-testimonial,
  .testimonials.landing-reviews-transferable .testimonial-controls .prev-testimonial,
  .testimonials.landing-reviews-transferable .testimonial-controls .testimonial-progress,
  .testimonials.landing-reviews-transferable .testimonial-controls .next-testimonial {
    order: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::before,
  .coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::after,
  .testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::before,
  .testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::after {
    animation: none !important;
  }
}
