/* CTA v15 — social proof quote + headline + actions */

.cta-v15 .cta-v15__inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.cta-v15 .cta-v15__eyebrow {
  margin: 0 0 0.85rem;
  font-size: clamp(0.68rem, 1.6vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cta-accent);
}

.cta-v15 .cta-v15__quote {
  margin: 0 0 1.15rem;
  padding: 0;
  border: none;
  position: relative;
}

.cta-v15 .cta-v15__quote-text {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
  opacity: 0.94;
}

.cta-v15 .cta-v15__quote-by {
  font-size: clamp(0.8rem, 1.9vw, 0.9rem);
  font-style: normal;
  font-weight: 600;
  opacity: 0.72;
}

.cta-v15 .cta-v15__title {
  margin: 0 0 1.2rem;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cta-v15 .cta-v15__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
