/* ============================================
   TESTIMONIAL
   ============================================ */
.testimonial-section { padding-top: 90px; padding-bottom: 90px; }
.quote-block { text-align: center; margin: 0 auto; }
.quote-block blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: var(--text);
  transition: opacity 0.4s ease;
}
.quote-block footer { margin-top: 28px; display: flex; flex-direction: column; gap: 4px; transition: opacity 0.4s ease; }
.quote-block footer span:first-child { font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: var(--ocean); }
.quote-role { font-size: 13px; color: var(--text-soft); }
.quote-dots { display: flex; gap: 8px; justify-content: center; margin-top: 32px; }
.quote-dots button { width: 7px; height: 7px; border-radius: 50%; border: none; background: var(--line); padding: 0; }
.quote-dots button.is-active { background: var(--ocean); width: 20px; border-radius: 4px; }
