.flink a {
            @apply inline-flex items-center px-4 py-2 bg-gray-100 hover:bg-blue-500 hover:text-white rounded-lg transition-all duration-300;
        }
        .hover-lift:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .gradient-bg {
            background: linear-gradient(135deg, #1d4ed8 0%, #059669 100%);
        }
        .section-padding {
            @apply py-12 px-4 md:px-8 lg:px-16;
        }
        .text-balance {
            text-wrap: balance;
        }
