/* SMD Reviews page + homepage testimonial blocks */
/* Last Updated: 2026-07-09 19:41 */

/* Kill Webflow hero.v2 320px bottom margin that left a blank white void */
.section.hero.v2.smd-reviews-hero {
  margin-bottom: 0;
  padding-bottom: 56px;
}

.smd-reviews-hero {
  padding-bottom: 56px;
}

.smd-reviews-hero-lead {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.smd-reviews-body {
  padding-top: 28px;
  padding-bottom: 72px;
}

.smd-reviews-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  justify-content: center;
}

.smd-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .smd-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 991px) {
  .smd-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.smd-review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f4f4f4;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(21, 16, 16, 0.08);
}

.smd-review-stars {
  color: #11845b;
  font-size: 1.125rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
  line-height: 1;
}

.smd-review-quote {
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.65;
  color: #1b1311;
  margin-bottom: 20px;
}

.smd-review-meta {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1b1311;
  margin-bottom: 6px;
}

.smd-review-source {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #505051;
  text-transform: none;
}

.smd-reviews-empty {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
  padding: 28px 24px;
  background: rgba(244, 244, 244, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(21, 16, 16, 0.08);
  color: #505051;
  line-height: 1.6;
  font-size: 1.02rem;
}

.smd-reviews-trust {
  margin: 8px auto 48px;
  max-width: 1040px;
}

.smd-reviews-trust-intro {
  margin-bottom: 32px;
}

.smd-reviews-trust-lead {
  max-width: 560px;
  margin: 0 auto;
  color: #505051;
  line-height: 1.55;
}

.smd-reviews-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .smd-reviews-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.smd-reviews-trust-card {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(21, 16, 16, 0.08);
}

.smd-reviews-trust-card p {
  color: #505051;
  line-height: 1.55;
}

.smd-reviews-trust-cta {
  margin-top: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.smd-reviews-google-banner {
  text-align: center;
  margin-top: 8px;
  padding: 40px 28px;
  background: #1b1311;
  border-radius: 12px;
  color: #fff;
}

.smd-reviews-google-banner a[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
}

.smd-reviews-bottom-ctas {
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.smd-reviews-google-banner h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.smd-reviews-google-banner p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
  margin: 0 auto 24px;
}

.smd-reviews-pending-note {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 12px;
}

.smd-home-reviews-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .smd-home-reviews-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.smd-home-reviews-row .smd-review-card {
  background: #f4f4f4;
}
