.cg-reviews-section {
  background: #f9fafb;
  padding: 80px 20px;
}

.cg-container {
  max-width: 1200px;
  margin: auto;
}

.cg-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}

.cg-badge {
  background: #fef3c7;
  color: #b45309;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
}

.cg-heading h2 {
  font-size: 36px;
  margin: 16px 0;
  font-weight: 800;
}

.cg-heading p {
  color: #6b7280;
}

.cg-google-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
  margin-bottom: 50px;
}

.cg-google-left {
  display: flex;
  gap: 16px;
  align-items: center;
}

.cg-google-left img {
  width: 56px;
}

.cg-google-btn {
  background: #2563eb;
  color: #fff;
  padding: 14px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: bold;
}

.cg-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.cg-review-card {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
}

.cg-stars {
  color: #facc15;
  margin-bottom: 12px;
  font-size: 18px;
}

.cg-review-text {
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.cg-review-footer {
  display: flex;
  gap: 12px;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  font-size: 13px;
  color: #6b7280;
}

.cg-avatar {
  width: 40px;
  height: 40px;
  background: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
