.flink {
            @apply inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-lg shadow-sm hover:bg-gray-50 hover:shadow-md transition-all duration-300;
        }
        .hero-gradient {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        .card-hover {
            @apply transition-transform duration-300 hover:-translate-y-2 hover:shadow-xl;
        }
        .section-padding {
            @apply py-12 md:py-20;
        }
        .text-balance {
            text-wrap: balance;
        }
