html {
            scroll-behavior: smooth;
        }
        .flink {
            @apply px-4 py-2 bg-fiero-light rounded-lg hover:bg-blue-100 transition-colors duration-300 text-blue-900 font-medium;
        }
        .nav-link {
            @apply hover:text-fiero-gold transition-colors duration-200;
        }
        .btn-primary {
            @apply bg-fiero-blue text-white px-6 py-3 rounded-lg font-semibold hover:bg-blue-900 transition-colors duration-300 shadow-md hover:shadow-lg;
        }
        .btn-secondary {
            @apply bg-fiero-gold text-white px-6 py-3 rounded-lg font-semibold hover:bg-yellow-600 transition-colors duration-300 shadow-md hover:shadow-lg;
        }
        .section-padding {
            @apply py-12 md:py-20 px-4 md:px-8;
        }
        .card-hover {
            @apply transition-all duration-300 hover:shadow-2xl hover:-translate-y-2;
        }
        .stat-number {
            @apply text-4xl md:text-5xl font-bold text-fiero-blue;
        }
