.flink a {
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
            padding: 8px 16px;
            border-radius: 8px;
            display: inline-block;
            margin: 5px;
            background: #f9fafb;
        }
        .flink a:hover {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
            transform: translateY(-2px);
        }
        section {
            scroll-margin-top: 80px;
        }
        .hover-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .gradient-bg {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #1e40af 100%);
        }
