html {
            scroll-behavior: smooth;
        }
        .flink {
            @apply inline-block px-4 py-2 mx-2 my-1 bg-white border border-gray-300 rounded-lg shadow-sm hover:bg-primary hover:text-white hover:border-primary transition-all duration-300;
        }
        .section-padding {
            @apply py-12 px-4 sm:px-6 lg:px-8 lg:py-20;
        }
        .hover-lift {
            @apply transition-transform duration-300 hover:-translate-y-1;
        }
        .gradient-bg {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
        }
