        html {
            scroll-behavior: smooth;
        }
        .hover-lift:hover {
            transform: translateY(-5px);
            transition: transform 0.3s ease;
        }
        .flink {
            display: inline-block;
            padding: 0.5rem 1rem;
            border-radius: 0.375rem;
            background-color: #f3f4f6;
            color: #4b5563;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .flink:hover {
            background-color: #e5e7eb;
            color: #1f2937;
        }
        .hero-overlay {
            background: rgba(0, 0, 0, 0.6);
        }
        .card-shadow {
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
