 .tag {
    @apply bg-gray-100 text-gray-700 px-3 py-1 rounded-full text-sm font-medium;
  }
  .btn-primary {
    @apply inline-block mt-2 px-6 py-3 bg-black text-white rounded-lg font-semibold hover:bg-gray-800 transition;
  }