.testimonials .section-title{margin-bottom:26px}

.google-reviews-summary{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:-6px auto 30px;
  color:var(--muted);
  font-size:13px;
}

.google-reviews-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-weight:800;
  box-shadow:0 8px 22px rgba(6,42,47,.05);
}

.google-g{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  border:1px solid #e2e8ea;
  font-size:13px;
  font-weight:800;
  color:#4285f4;
}

.testimonial-track.google-real-reviews{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
}

.testimonial-track.google-real-reviews article{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:260px;
  padding:30px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 12px 32px rgba(6,42,47,.06);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.testimonial-track.google-real-reviews article:hover{
  transform:translateY(-5px);
  border-color:rgba(22,196,207,.5);
  box-shadow:var(--shadow);
}

.review-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.review-source{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  font-size:11px;
  font-weight:700;
}

.google-real-reviews .stars{
  font-size:16px;
  line-height:1;
}

.google-real-reviews blockquote{
  margin:0 0 18px;
  color:var(--muted);
  font-size:16px;
  line-height:1.72;
  flex:1;
}

.review-card-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin:-8px 0 20px;
}

.review-excerpt-note{
  color:#8a969d;
  font-size:10px;
  font-weight:600;
}

.review-read-more{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--teal-dark);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  transition:color .2s ease,transform .2s ease;
}

.review-read-more:hover{
  color:var(--teal);
  transform:translateX(2px);
}

.review-author{
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:16px;
  border-top:1px solid #edf3f4;
}

.review-avatar{
  position:relative;
  display:grid;
  place-items:center;
  flex:none;
  width:44px;
  height:44px;
  border-radius:50%;
  overflow:hidden;
  background:linear-gradient(135deg,var(--teal),var(--teal-dark));
  color:#fff;
  font-weight:800;
  font-size:13px;
  box-shadow:0 5px 14px rgba(6,42,47,.12);
}

.review-avatar img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
}

.review-author strong{display:block;font-size:13px}
.review-author small{display:block;margin-top:2px;color:var(--muted);font-size:11px}

.google-reviews-action{
  display:flex;
  justify-content:center;
  margin-top:28px;
}

.google-reviews-action .btn{gap:8px}

@media (max-width:800px){
  .testimonial-track.google-real-reviews{grid-template-columns:1fr}
}

@media (max-width:650px){
  .google-reviews-summary{margin-bottom:22px;text-align:center}
  .testimonial-track.google-real-reviews article{min-height:auto;padding:24px}
  .google-real-reviews blockquote{font-size:15px}
  .review-card-actions{align-items:flex-start;flex-direction:column;gap:8px}
}
