/* Trustpilot-style reviews — shared */
.trust-reviews {
  margin-top: 40px;
  padding-top: 32px;
  padding-bottom: 48px;
  border-top: 2px solid #e5e5e5;
  overflow: visible;
}

.trust-reviews__heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.trust-reviews__label {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-bottom: 20px;
}

.trust-reviews__cta {
  margin-top: 24px;
}

.trust-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
  padding: 4px 8px 24px;
  max-width: 380px;
  margin: 0 auto;
}

.trust-card {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-top: -20px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.trust-card:first-child {
  margin-top: 0;
}

.trust-card:nth-child(odd) {
  align-self: flex-start;
  transform: rotate(-2deg);
  margin-left: 0;
  z-index: 1;
}

.trust-card:nth-child(even) {
  align-self: flex-end;
  transform: rotate(2deg);
  margin-right: 0;
  z-index: 1;
}

.trust-card:nth-child(1) { z-index: 1; }
.trust-card:nth-child(2) { z-index: 2; margin-top: -24px; }
.trust-card:nth-child(3) { z-index: 3; margin-top: -24px; }
.trust-card:nth-child(4) { z-index: 4; margin-top: -24px; }
.trust-card:nth-child(5) { z-index: 5; margin-top: -24px; }
.trust-card:nth-child(6) { z-index: 6; margin-top: -24px; }
.trust-card:nth-child(7) { z-index: 7; margin-top: -24px; }
.trust-card:nth-child(8) { z-index: 8; margin-top: -24px; }
.trust-card:nth-child(9) { z-index: 9; margin-top: -24px; }
.trust-card:nth-child(10) { z-index: 10; margin-top: -24px; }

.trust-card:hover {
  transform: rotate(0deg) scale(1.01);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 12px 32px rgba(0, 0, 0, 0.06);
  z-index: 20;
}

.trust-card__header {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 10px 12px;
  align-items: start;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F3F4F6;
}

.trust-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  grid-row: span 2;
}

.trust-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trust-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.trust-card__verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9CA3AF;
}

.trust-card__verified svg {
  color: #9CA3AF;
}

.trust-card__time {
  font-size: 12px;
  color: #9CA3AF;
  white-space: nowrap;
}

.trust-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.trust-stars {
  color: #00B67A;
  font-size: 16px;
  letter-spacing: 1px;
}

.trust-score {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.trust-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.35;
}

.trust-card__text {
  font-size: 14px;
  color: #4B5563;
  line-height: 1.55;
  margin: 0;
}

/* Normale verticale lijst (salespagina) */
.trust-reviews--list .trust-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.trust-reviews--list .trust-card,
.trust-reviews--list .trust-card:nth-child(n) {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  align-self: stretch;
  transform: none;
  z-index: auto;
  border-radius: 8px;
}

.trust-reviews--list .trust-card:hover {
  transform: none;
  z-index: auto;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.04);
}
