.flink a { transition: all 0.3s ease; }
        .flink a:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .hover-lift:hover { transform: translateY(-5px); transition: transform 0.3s ease; }
        .gradient-bg { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); }
        .text-shadow { text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
        .border-hover:hover { border-color: #3b82f6; }
        .stats-card { backdrop-filter: blur(10px); background: rgba(255, 255, 255, 0.1); }
        @media (max-width: 768px) {
            .mobile-stack { flex-direction: column; }
        }
