<style>
/* Gradient CTA – pillerformad, mjuk övergång */
.hs-cta-wrapper a,
.hs-cta a,
.cta_button a {
  background: linear-gradient(90deg, #DE4059 0%, #F5B52E 50%, #4AB07D 100%) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 14px 36px !important;
  border: none !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.2 !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
  overflow: hidden; /* säkra runda hörn */
}

.hs-cta-wrapper a:hover,
.hs-cta a:hover,
.cta_button a:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
</style>