.template-assistant-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(110deg, #6d28d9, #a855f7, #6366f1, #c026d3);
  background-size: 300% 100%;
  box-shadow: 0 10px 28px rgba(124, 58, 237, .38);
  animation: template-assistant-shimmer 3s ease infinite;
}

@keyframes template-assistant-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
