/* Section Avis Google */
.rvw {
  background: #2A2A2A;
  padding: 60px 0;
}

.rtg {
  text-align: center;
  margin-top: 30px;
}

.rsc {
  text-align: center;
}

.rst {
  font-size: 48px;
  font-weight: 700;
  color: #FAFAFA;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.rstrs {
  color: #FFD300;
  font-size: 24px;
  margin: 5px 0;
  letter-spacing: 2px;
}

.rtx {
  color: #C0C0C0;
  font-size: 14px;
  margin-top: 8px;
}

.btn-review {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background-color: #FFD300;
  color: #1E1E1E;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 211, 0, 0.3);
}

.btn-review:hover {
  background-color: #E6BE00;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 211, 0, 0.5);
}

.rvwg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.rvwc {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
}

.rvwc:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.rvwh {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.rvwa {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rvwav {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rvwav-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #1E1E1E;
  background-color: #FFD300;
}

.rvwn {
  flex: 1;
}

.rvwn strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 4px;
}

.rvwst {
  color: #FFD300;
  font-size: 16px;
  letter-spacing: 1px;
}

.rvwt {
  color: #808080;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .rvw {
    padding: 40px 0;
  }
  
  .rtg {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .rvwg {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .rst {
    font-size: 40px;
  }
  
  .rstrs {
    font-size: 20px;
  }
}
