* { transition: all 0.3s ease; }
        .flink { @apply px-4 py-2 rounded-lg bg-blue-50 text-blue-700 hover:bg-blue-100 border border-blue-200 no-underline font-medium; }
        .hero-gradient { background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%); }
        .section-padding { @apply py-12 md:py-20; }
        .card-hover { @apply hover:shadow-xl hover:-translate-y-2; }
        .nav-link { @apply text-gray-700 hover:text-primary font-medium px-3 py-2; }
        .btn-primary { @apply bg-primary hover:bg-blue-800 text-white font-semibold py-3 px-6 rounded-lg shadow-md hover:shadow-lg; }
        .btn-secondary { @apply bg-secondary hover:bg-cyan-600 text-white font-semibold py-3 px-6 rounded-lg shadow-md hover:shadow-lg; }
        .footer-link { @apply text-gray-400 hover:text-white no-underline; }
        .text-balance { text-wrap: balance; }
