/* ==============================
   TESTIMONIALS - LUXURY
============================== */

.home-testimonials-lux,
.testimonials-lux-grid {
  padding: 5rem 0;
  background: #fff;
}

.testimonials-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3.5rem;
}

.testimonials-header h2 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}

.testimonials-header p {
  color: #555;
  font-size: 1rem;
}

.testimonials-grid,
.testimonials-lux-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.testimonial-card {
  position: relative;
  padding: 2.2rem;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: -18px;
  left: 18px;
  color: #e5e5e5;
  font-family: serif;
  font-size: 4rem;
}

.testimonial-message {
  margin-bottom: 1.6rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
}

.testimonial-author span {
  color: #777;
  font-size: 0.85rem;
}

.testimonials-footer,
.testimonials-submit-link {
  margin-top: 3rem;
  text-align: center;
}

.testimonials-footer .divider {
  margin: 0 0.8rem;
  color: #aaa;
}

@media (max-width: 480px) {
  .home-testimonials-lux,
  .testimonials-lux-grid {
    padding: 3rem 0;
  }

  .testimonial-card {
    padding: 1.6rem;
  }
}
