/* Google Reviews module (sitewide): canonical coaching template parity */
.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: 3px solid rgba(193, 77, 255, 0.82);
  border-radius: 14px;
  background: var(--gradient-card);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.11);
}

.coaching-landing-page.what-to-expect-page .testimonial::before,
.testimonials.landing-reviews-transferable .testimonial::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 18px;
  border: none;
  box-shadow: 0 0 16px rgba(193, 77, 255, 0.5), 0 0 26px rgba(193, 77, 255, 0.27), 0 0 40px rgba(193, 77, 255, 0.16);
  opacity: 0.74;
  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);
  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 .author-info h4,
.testimonials.landing-reviews-transferable .author-info h4 {
  font-weight: 600;
}

.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;
  margin-top: 0;
  font-size: 0.9rem;
  opacity: 0.8;
  color: var(--color-primary-light);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  text-decoration-color: rgba(220, 175, 255, 0.36);
}

.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.94;
  text-decoration-color: rgba(220, 175, 255, 0.68);
}

.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-color: rgba(138, 43, 226, 0.23);
  border-color: rgba(193, 77, 255, 0.34);
  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-color: rgba(138, 43, 226, 0.3);
  border-color: rgba(220, 175, 255, 0.6);
  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: -64px;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  background-repeat: no-repeat;
  will-change: transform, opacity, background-position;
  animation: none;
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::before,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::before {
  background-image: linear-gradient(90deg, transparent 32%, #f0d7ff 45%, #f0d7ff 55%, transparent 68%), linear-gradient(45deg, transparent 32%, #cf8cff 45%, #cf8cff 55%, transparent 68%), linear-gradient(0deg, transparent 32%, #ae62ff 45%, #ae62ff 55%, transparent 68%), linear-gradient(315deg, transparent 32%, #e6c2ff 45%, #e6c2ff 55%, transparent 68%), linear-gradient(270deg, transparent 32%, #c14dff 45%, #c14dff 55%, transparent 68%), linear-gradient(225deg, transparent 32%, #d8a7ff 45%, #d8a7ff 55%, transparent 68%), linear-gradient(180deg, transparent 32%, #bb7bff 45%, #bb7bff 55%, transparent 68%), linear-gradient(135deg, transparent 32%, #ecd0ff 45%, #ecd0ff 55%, transparent 68%);
  background-size: 12px 12px, 11px 11px, 12px 12px, 11px 11px, 12px 12px, 11px 11px, 12px 12px, 11px 11px;
  background-position: calc(50% - 6px) calc(50% - 6px), calc(50% + 4px) calc(50% + 2px), calc(50% - 1px) calc(50% + 5px), calc(50% + 5px) calc(50% - 4px), calc(50% - 5px) calc(50% + 4px), calc(50% + 1px) calc(50% - 2px), calc(50% - 2px) calc(50% + 1px), calc(50% + 3px) calc(50% - 5px);
}

.coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn::after,
.testimonials.landing-reviews-transferable .testimonial-controls .reviews-btn::after {
  background-image: linear-gradient(67.5deg, transparent 32%, #d49eff 45%, #d49eff 55%, transparent 68%), linear-gradient(22.5deg, transparent 32%, #f1ddff 45%, #f1ddff 55%, transparent 68%), linear-gradient(337.5deg, transparent 32%, #b775ff 45%, #b775ff 55%, transparent 68%), linear-gradient(292.5deg, transparent 32%, #cf89ff 45%, #cf89ff 55%, transparent 68%), linear-gradient(247.5deg, transparent 32%, #e4c0ff 45%, #e4c0ff 55%, transparent 68%), linear-gradient(202.5deg, transparent 32%, #c56cff 45%, #c56cff 55%, transparent 68%), linear-gradient(157.5deg, transparent 32%, #e8cbff 45%, #e8cbff 55%, transparent 68%), linear-gradient(112.5deg, transparent 32%, #ab63ff 45%, #ab63ff 55%, transparent 68%);
  background-size: 11px 11px, 12px 12px, 11px 11px, 12px 12px, 11px 11px, 12px 12px, 11px 11px, 12px 12px;
  background-position: calc(50% + 4px) calc(50% + 4px), calc(50% - 4px) calc(50% - 2px), calc(50% + 2px) calc(50% - 4px), calc(50% - 1px) calc(50% + 5px), calc(50% + 5px) calc(50% + 1px), calc(50% - 5px) calc(50% - 3px), calc(50% + 1px) calc(50% + 3px), calc(50% - 3px) calc(50% + 2px);
}

.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: reviewsFireworksBurstA 0.9s 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: reviewsFireworksBurstB 0.9s 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: reviewsReducedPulse 0.3s ease-out 1;
}

@keyframes reviewsReducedPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

@keyframes reviewsFireworksBurstA {
  0% {
    opacity: 0;
    background-position: calc(50% + 2px) calc(50% - 14px), calc(50% + 14px) calc(50% - 6px), calc(50% + 11px) calc(50% + 10px), calc(50% - 3px) calc(50% + 14px), calc(50% - 15px) calc(50% + 8px), calc(50% - 14px) calc(50% - 6px), calc(50% - 4px) calc(50% - 14px), calc(50% + 9px) calc(50% - 11px);
  }
  10% { opacity: 0.95; }
  46% {
    opacity: 0.86;
    background-position: calc(50% + 12px) calc(50% - 66px), calc(50% + 63px) calc(50% - 24px), calc(50% + 56px) calc(50% + 39px), calc(50% - 10px) calc(50% + 64px), calc(50% - 67px) calc(50% + 32px), calc(50% - 61px) calc(50% - 22px), calc(50% - 13px) calc(50% - 61px), calc(50% + 44px) calc(50% - 48px);
  }
  100% {
    opacity: 0;
    background-position: calc(50% + 18px) calc(50% - 120px), calc(50% + 105px) calc(50% - 36px), calc(50% + 96px) calc(50% + 67px), calc(50% - 14px) calc(50% + 113px), calc(50% - 112px) calc(50% + 58px), calc(50% - 102px) calc(50% - 30px), calc(50% - 19px) calc(50% - 111px), calc(50% + 74px) calc(50% - 86px);
  }
}

@keyframes reviewsFireworksBurstB {
  0% {
    opacity: 0;
    background-position: calc(50% - 2px) calc(50% + 14px), calc(50% - 13px) calc(50% + 5px), calc(50% - 12px) calc(50% - 10px), calc(50% + 2px) calc(50% - 14px), calc(50% + 15px) calc(50% - 7px), calc(50% + 13px) calc(50% + 6px), calc(50% + 4px) calc(50% + 14px), calc(50% - 8px) calc(50% + 11px);
  }
  8% { opacity: 0.9; }
  46% {
    opacity: 0.82;
    background-position: calc(50% - 10px) calc(50% + 68px), calc(50% - 65px) calc(50% + 26px), calc(50% - 55px) calc(50% - 41px), calc(50% + 10px) calc(50% - 66px), calc(50% + 68px) calc(50% - 35px), calc(50% + 63px) calc(50% + 19px), calc(50% + 14px) calc(50% + 61px), calc(50% - 47px) calc(50% + 50px);
  }
  100% {
    opacity: 0;
    background-position: calc(50% - 16px) calc(50% + 124px), calc(50% - 109px) calc(50% + 40px), calc(50% - 94px) calc(50% - 69px), calc(50% + 15px) calc(50% - 118px), calc(50% + 115px) calc(50% - 60px), calc(50% + 105px) calc(50% + 32px), calc(50% + 20px) calc(50% + 113px), calc(50% - 76px) calc(50% + 91px);
  }
}

@media (max-width: 640px) {
  .coaching-landing-page .google-trust-line,
  .testimonials.landing-reviews-transferable .google-trust-line {
    white-space: normal;
  }
}

@media (max-width: 425px) {
  .coaching-landing-page.what-to-expect-page .testimonial-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-items: center;
    gap: 0.6rem 0.7rem;
    width: 100%;
    max-width: 100%;
  }

  .coaching-landing-page.what-to-expect-page .testimonial-controls .prev-testimonial {
    grid-column: 1;
    grid-row: 1;
  }

  .coaching-landing-page.what-to-expect-page .testimonial-controls .testimonial-progress {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .coaching-landing-page.what-to-expect-page .testimonial-controls .next-testimonial {
    grid-column: 3;
    grid-row: 1;
  }

  .coaching-landing-page.what-to-expect-page .testimonial-controls .reviews-btn {
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 24rem);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: center;
    line-height: 1.24;
    font-size: clamp(0.86rem, 3.1vw, 0.95rem);
    padding: 0.62rem 0.95rem;
  }
}

@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;
  }
}
