.elite-cheers-reviews {
  --cheers-navy: #061a31;
  --cheers-blue: #0d6dbb;
  --cheers-yellow: #f8c547;
  --cheers-ink: #142233;
  --cheers-muted: #596b7d;
  --cheers-line: #d7e2ea;
  overflow: hidden;
  padding: 72px 24px;
  color: var(--cheers-ink);
  background: #f4f8fb;
  font-family: Montserrat, Arial, sans-serif;
}

.elite-cheers-reviews * {
  box-sizing: border-box;
}

.elite-review-page-hero {
  padding: 72px 24px 58px;
  color: #fff;
  background: linear-gradient(135deg, #061a31 0%, #0b3158 72%, #0d6dbb 100%);
}

.elite-review-page-hero > div {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.elite-review-page-hero p {
  margin: 0 0 12px;
  color: #cce8fb;
  font: 850 12px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.elite-review-page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font: 750 clamp(44px, 6vw, 72px)/1.02 Poppins, Arial, sans-serif;
  letter-spacing: -.045em;
}

.elite-review-page-hero span {
  display: block;
  max-width: 700px;
  margin-top: 18px;
  color: #d8e7f2;
  font: 400 18px/1.65 Montserrat, Arial, sans-serif;
}

.elite-cheers-reviews__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.elite-cheers-reviews__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--cheers-line);
}

.elite-cheers-reviews__eyebrow {
  margin: 0 0 10px;
  color: var(--cheers-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.elite-cheers-reviews h2 {
  max-width: 760px;
  margin: 0;
  color: var(--cheers-navy);
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.elite-cheers-reviews__selection {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--cheers-muted);
  font-size: 14px;
  line-height: 1.55;
}

.elite-cheers-reviews__selection strong,
.elite-cheers-reviews__selection span {
  display: block;
}

.elite-cheers-reviews__selection strong {
  color: var(--cheers-ink);
}

.elite-cheers-reviews__summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 10px;
  flex: 0 0 auto;
  text-align: right;
}

.elite-cheers-reviews__summary strong {
  color: var(--cheers-navy);
  font-family: Poppins, Arial, sans-serif;
  font-size: 48px;
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1;
}

.elite-cheers-reviews__stars {
  color: #8a5600;
  font-size: 18px;
  letter-spacing: .08em;
}

.elite-cheers-reviews__summary > span:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: var(--cheers-muted);
  font-size: 13px;
}

.elite-cheers-reviews__motion {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 auto;
  padding: 0;
  border: 1px solid var(--cheers-line);
  border-radius: 999px;
  color: var(--cheers-muted);
  background: #fff;
  cursor: pointer;
}

.elite-cheers-reviews__motion[hidden],
.elite-cheers-reviews__motion svg[hidden] {
  display: none;
}

.elite-cheers-reviews__motion:hover {
  color: var(--cheers-navy);
  border-color: var(--cheers-blue);
}

.elite-cheers-reviews__motion:focus-visible {
  outline: 3px solid rgba(13, 109, 187, .35);
  outline-offset: 2px;
}

.elite-cheers-reviews__motion svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.75;
}

.elite-cheers-reviews__ticker {
  width: 100%;
  overflow-x: auto;
  padding: 22px 0 20px;
  scrollbar-width: thin;
  scrollbar-color: #9eb3c4 transparent;
}

.elite-cheers-reviews.is-enhanced .elite-cheers-reviews__ticker {
  overflow: hidden;
}

.elite-cheers-reviews__track,
.elite-cheers-reviews__group {
  display: flex;
  width: max-content;
  gap: 16px;
}

.elite-cheers-reviews__track {
  animation: none;
}

.elite-cheers-reviews.is-enhanced .elite-cheers-reviews__track {
  animation: elite-cheers-review-scroll 72s linear infinite;
}

.elite-cheers-reviews__track:hover,
.elite-cheers-reviews__ticker:focus-within .elite-cheers-reviews__track,
.elite-cheers-reviews.is-motion-paused .elite-cheers-reviews__track {
  animation-play-state: paused;
}

.elite-cheers-review-card {
  display: flex;
  flex: 0 0 clamp(292px, 31vw, 372px);
  min-height: 270px;
  max-height: 270px;
  flex-direction: column;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--cheers-line);
  border-radius: 16px;
  color: var(--cheers-ink) !important;
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(20, 48, 72, .07);
}

.elite-cheers-review-card:hover {
  color: var(--cheers-ink) !important;
  border-color: var(--cheers-blue);
  box-shadow: 0 14px 34px rgba(20, 48, 72, .12);
}

.elite-cheers-review-card:focus-visible {
  outline: 3px solid rgba(13, 109, 187, .42);
  outline-offset: -3px;
}

.elite-cheers-review-card__person {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
}

.elite-cheers-review-card__person strong,
.elite-cheers-review-card__person small {
  display: block;
}

.elite-cheers-review-card__person strong {
  overflow: hidden;
  color: var(--cheers-navy);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elite-cheers-review-card__person small {
  overflow: hidden;
  color: var(--cheers-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elite-cheers-review-card__initials {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--cheers-blue);
  background: #e8f3fb;
  font-size: 12px;
  font-weight: 850;
}

.elite-cheers-review-card__google {
  width: 18px;
  height: 18px;
}

.elite-cheers-review-card > .elite-cheers-reviews__stars {
  margin-top: 16px;
}

.elite-cheers-review-card p {
  display: -webkit-box;
  min-height: 0;
  margin: 10px 0 12px;
  overflow: hidden;
  color: var(--cheers-ink);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

.elite-cheers-review-card time {
  margin-top: auto;
  color: var(--cheers-muted);
  font-size: 11px;
}

.elite-cheers-reviews__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--cheers-line);
  font-size: 13px;
}

.elite-cheers-reviews__sources a,
.elite-cheers-reviews__sources summary {
  color: var(--cheers-blue) !important;
  font-weight: 800;
}

.elite-cheers-reviews__sources summary {
  cursor: pointer;
}

.elite-cheers-reviews__sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 24px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.elite-cheers-reviews__sources p {
  margin: 10px 0 0;
  color: var(--cheers-muted);
  font-size: 12px;
  line-height: 1.5;
}

.elite-cheers-reviews__sources li {
  color: var(--cheers-muted);
}

.elite-cheers-reviews__attribution {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--cheers-ink) !important;
  text-decoration: none !important;
}

.elite-cheers-reviews__attribution img {
  width: 78px;
  height: auto;
}

@keyframes elite-cheers-review-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

@media (max-width: 720px) {
  .elite-review-page-hero {
    padding: 52px 18px 46px;
  }

  .elite-review-page-hero h1 {
    font-size: 44px;
  }

  .elite-review-page-hero span {
    font-size: 16px;
  }

  .elite-cheers-reviews {
    padding: 48px 16px;
  }

  .elite-cheers-reviews__header {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .elite-cheers-reviews h2 {
    font-size: 38px;
  }

  .elite-cheers-reviews__summary {
    text-align: left;
  }

  .elite-cheers-reviews__motion {
    margin-left: 0;
  }

  .elite-cheers-review-card {
    flex-basis: min(84vw, 330px);
  }

  .elite-cheers-reviews__footer {
    flex-direction: column;
  }

  .elite-cheers-reviews__sources ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elite-cheers-reviews__track {
    animation: none !important;
    transform: none !important;
  }

  .elite-cheers-reviews.is-enhanced .elite-cheers-reviews__ticker {
    overflow-x: auto;
  }
}
