/**
 * Primary filled CTAs — same green gradient as navbar “Get Demo”
 * (teal-400 → teal-500 → primary; hover shifts darker)
 */
.ac-cta-gradient,
a.ac-nav-cta-demo {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom right, #2dd4bf, #14b8a6, #0d9488);
  color: #fff !important;
}
.ac-cta-gradient:hover,
a.ac-nav-cta-demo:hover {
  background-image: linear-gradient(to bottom right, #14b8a6, #0d9488, #0f766e);
}

.text-secondary {
  color: #c45f0a;
}
