/* -------- Testimonials Center -------- */
#testimonials, [data-section="testimonials"], .testimonials {
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
}
#testimonials .testimonial-container,
[data-section="testimonials"] .testimonial-container,
.testimonials .testimonial-container {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-container .glassy,
.testimonial-container .testimonial,
.testimonial-container article {
  margin: 0 auto;
  border-radius: 20px;
  padding: 2rem;
}
.testimonial-container img.logo { height: 32px; max-height: 36px; width: auto; object-fit: contain; opacity: .9; }

/* -------- Premium CTA Buttons -------- */
button, a.button, .cta, [data-cta="increase-roas"] {
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0b0f17;
  color: #fff;
  box-shadow: 0 4px 20px rgba(253, 224, 71, 0.15);
  border: 1px solid rgba(253, 224, 71, 0.3);
  transition: all 0.3s ease;
}
button:hover, a.button:hover, .cta:hover, [data-cta="increase-roas"]:hover {
  background-color: #111;
  box-shadow: 0 6px 28px rgba(253, 224, 71, 0.25);
  transform: scale(1.02);
}
