.final-cta-section {
  background: linear-gradient(90deg, #0066ff 0%, #00b8a9 100%);
}

.gradient-button {
  background: linear-gradient(90deg, #0066ff 0%, #00b8a9 100%);
}
.gradient-button:hover {
  background: linear-gradient(90deg, #0052cc 0%, #009688 100%);
}
