        .flink {
            @apply inline-flex items-center justify-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 hover:border-primary transition-all duration-200;
        }
        .hover-lift {
            @apply transition-transform duration-300 hover:-translate-y-1;
        }
        .section-padding {
            @apply py-12 md:py-20;
        }
        .prose-custom {
            @apply text-gray-700 leading-relaxed;
            line-height: 1.8;
        }
        .gradient-bg {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
