body { font-family: 'Noto Sans SC', sans-serif; }
        .hover-lift:hover { transform: translateY(-5px); transition: all 0.3s ease; }
        .flink { display: inline-block; padding: 0.75rem 1.5rem; margin: 0.5rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.5rem; color: #334155; text-decoration: none; transition: all 0.3s; }
        .flink:hover { background: #1e40af; color: white; border-color: #1e40af; }
        .section-padding { padding-top: 5rem; padding-bottom: 5rem; }
        @media (max-width: 768px) {
            .section-padding { padding-top: 3rem; padding-bottom: 3rem; }
        }
