.flink {
            @apply text-gray-700 hover:text-primary transition-colors duration-300 border-b border-transparent hover:border-primary;
        }
        .hero-gradient {
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #3b82f6 100%);
        }
        .section-padding {
            @apply py-16 md:py-24;
        }
        .card-hover {
            @apply transition-all duration-500 hover:shadow-2xl hover:-translate-y-2;
        }
        .nav-link {
            @apply text-gray-800 hover:text-primary font-medium transition-colors duration-300 relative after:absolute after:left-0 after:-bottom-1 after:h-0.5 after:w-0 after:bg-primary after:transition-all after:duration-300 hover:after:w-full;
        }
