/* TopAICompare hero title gradient polish */
.topai-gradient-hero-title {
  background: linear-gradient(90deg, #67e8f9 0%, #38bdf8 38%, #818cf8 70%, #c084fc 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-wrap: balance;
}

.topai-gradient-hero-subtitle {
  background: linear-gradient(90deg, #22d3ee 0%, #60a5fa 55%, #a78bfa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
