.hero-section {
  padding: 100px 0;
  background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.15), transparent),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.1), transparent);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.feature-card {
  height: 100%;
  border-radius: 20px !important;
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #6366f1, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}