html,
body {
  scroll-behavior: smooth;
}

.gradient-text {
  background: linear-gradient(to right, #16a34a, #eab308);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-gradient {
  background: radial-gradient(circle at top left, #bbf7d0 0, transparent 55%),
    radial-gradient(circle at bottom right, #facc15 0, transparent 55%);
}

.glass-card {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.9);
}

.tab-active {
  background: #111827;
  color: #f9fafb;
}

.accordion-item[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}