.google-reviews-section {
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 72px);
}

.google-reviews-section[hidden],
.google-reviews-static[hidden] {
  display: none !important;
}

.google-reviews-inner {
  margin: 0 auto;
  max-width: 1100px;
}

.google-reviews-header {
  margin-bottom: 24px;
  text-align: center;
}

.google-reviews-header h2 {
  color: var(--brand-cream, var(--white, #f5f5f5));
  font-family: var(--heading, var(--display, "Barlow Condensed", "Arial Narrow", Impact, sans-serif));
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  font-style: normal;
  font-weight: 900;
  line-height: 0.98;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.google-reviews-header .eyebrow {
  justify-content: center;
  margin-bottom: 10px;
}

.google-reviews-summary {
  align-items: center;
  color: rgba(245, 245, 245, 0.82);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 8px 14px;
  justify-content: center;
  margin: 0;
}

.google-reviews-stars {
  color: #fbbf24;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.google-reviews-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.google-review-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 18px;
}

.google-review-card-top {
  align-items: center;
  display: flex;
  gap: 10px;
}

.google-review-avatar {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  flex-shrink: 0;
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.google-review-avatar--fallback {
  align-items: center;
  color: rgba(245, 245, 245, 0.7);
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
}

.google-review-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.google-review-author {
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.google-review-author:hover {
  color: #fca5a5;
}

.google-review-when {
  color: rgba(245, 245, 245, 0.55);
  font-size: 0.78rem;
}

.google-review-stars {
  color: #fbbf24;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.google-review-text {
  color: rgba(245, 245, 245, 0.9);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0;
}

.google-reviews-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}

.google-reviews-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-family: var(--body, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size: 0.98rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 50px;
  min-width: min(100%, 220px);
  padding: 0 20px;
  text-decoration: none;
  text-transform: none;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.google-reviews-btn-primary {
  background: var(--red);
  border: 0;
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.22);
  color: var(--btn-text, #fff);
  font-weight: 700;
}

.google-reviews-btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.google-reviews-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(245, 245, 245, 0.92);
}

.google-reviews-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  transform: translateY(-1px);
}

.google-reviews-attribution {
  color: var(--text-muted, rgba(184, 188, 196, 0.72));
  font-family: var(--body, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 14px 0 0;
  text-align: center;
}
