.ctlp {
  font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.ctlp * {
  font-family: inherit;
}

.ctlp-gradient {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f766e 100%);
}

.ctlp-accent {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
}

.ctlp-workshop-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ctlp-workshop-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.ctlp-testimonial {
  position: relative;
}

.ctlp-testimonial::before {
  content: "\201C";
  position: absolute;
  top: -0.25rem;
  left: -0.5rem;
  font-size: 3rem;
  color: #0d9488;
  opacity: 0.3;
  line-height: 1;
}
