.reviews-clutch {
  background: var(--bg-offwhite);
}

.reviews-clutch__heading h2,
.reviews-clutch__heading {
  color: #0b0f1a;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 40px;
  line-height: 1.1;
}

.reviews-clutch__heading .accent,
.reviews-clutch__heading span {
  color: var(--primary-color);
}

.reviews-clutch__subheading {
  color: rgba(11, 15, 26, 0.72);
  font-size: 14px;
  line-height: 22px;
}

.reviews-clutch__badge {
  max-width: 310px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 14px 16px;
}

.reviews-clutch__badge-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.reviews-clutch__badge-score {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.reviews-clutch__badge-stars span {
  color: #f6c000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}

.reviews-clutch__badge-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.reviews-clutch__badge-stars {
  line-height: 0;
}

.reviews-clutch__badge-sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(11, 15, 26, 0.55);
}

.reviews-clutch__slider {
  padding: 8px 0 !important;
}

.reviews-clutch__pagination.swiper-pagination-bullets {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.reviews-clutch__pagination .swiper-pagination-bullet {
  background: rgba(11, 15, 26, 0.35);
  opacity: 1;
}

.reviews-clutch__pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.reviews-clutch-card {
  background: #fff;
  border: 1px solid rgba(11, 15, 26, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 32px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reviews-clutch-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow);
}

.reviews-clutch-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.reviews-clutch-card__stars span {
  font-size: 16px;
  line-height: 1;
}

.reviews-clutch-card__stars .is-on {
  color: #F49D0C;
}

.reviews-clutch-card__stars .is-off {
  color: rgba(246, 192, 0, 0.25);
}

.reviews-clutch-card__quote {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.reviews-clutch-card__designation {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.reviews-clutch-card__industry {
  font-size: 16px;
  line-height: 28px;
}

.reviews-clutch__cta {
  width: fit-content;
}

.reviews-clutch__cta-arrow {
  margin-left: 8px;
}

/* Admin-only debug panel (see reviews-clutch.php) */
.reviews-clutch__admin-debug {
  margin-top: 24px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.5;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  background: #fff8e6;
  border: 1px solid #e6c200;
  border-radius: 8px;
  color: #0b0f1a;
}

.reviews-clutch__admin-debug-title {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 13px;
}

.reviews-clutch__admin-debug-pre {
  margin: 0 0 10px;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 11px;
  max-height: 240px;
  overflow: auto;
}

.reviews-clutch__admin-debug-hint {
  margin: 0;
  font-size: 11px;
  color: rgba(11, 15, 26, 0.65);
  font-family: inherit;
}

@media only screen and (max-width: 768px) {
  .reviews-clutch__heading h2,
  .reviews-clutch__heading {
    font-size: 32px;
  }

  .reviews-clutch__badge {
    width: 100%;
  }
}
