* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; }
        body { background: linear-gradient(135deg, #1a0a2e 0%, #4a1a6f 100%); min-height: 100vh; color: #f0e6ff; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        /* 导航 */
        nav { background: rgba(26, 10, 46, 0.9); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255,255,255,0.08); position: sticky; top: 0; z-index: 1000; padding: 15px 0; }
        .nav-links { display: flex; justify-content: center; gap: 35px; flex-wrap: wrap; }
        .nav-links a { color: #d4b8ff; text-decoration: none; font-size: 16px; font-weight: 500; transition: all 0.3s; padding: 6px 12px; border-radius: 20px; }
        .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.1); }
        /* H1 */
        h1 { text-align: center; padding: 60px 0 20px; font-size: 2.8rem; background: linear-gradient(135deg, #e8d0ff, #b388ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; letter-spacing: 2px; }
        /* 卡片通用 */
        .glass-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(10px); border-radius: 24px; padding: 30px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 8px 32px rgba(0,0,0,0.3); margin-bottom: 30px; transition: transform 0.3s; }
        .glass-card:hover { transform: translateY(-4px); }
        h2 { font-size: 2rem; margin-bottom: 25px; color: #e8d0ff; border-left: 4px solid #b388ff; padding-left: 15px; }
        .grid-2, .grid-3 { display: grid; gap: 25px; }
        .grid-2 { grid-template-columns: 1fr 1fr; }
        .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
        @media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } h1 { font-size: 2rem; } }
        img { max-width: 100%; border-radius: 16px; display: block; margin: 0 auto 15px; width: 100%; height: auto; object-fit: cover; }
        .btn { display: inline-block; background: linear-gradient(135deg, #b388ff, #7c4dff); color: #fff; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; }
        .btn:hover { transform: scale(1.05); box-shadow: 0 8px 25px rgba(179,136,255,0.4); }
        .text-center { text-align: center; }
        .mt-20 { margin-top: 20px; }
        .mb-20 { margin-bottom: 20px; }
        /* FAQ */
        .faq-item { margin: 15px 0; padding: 18px; background: rgba(255,255,255,0.04); border-radius: 16px; border-left: 3px solid #b388ff; }
        .faq-item h3 { color: #d4b8ff; margin-bottom: 8px; font-size: 1.2rem; }
        .faq-item p { line-height: 1.8; color: #c9b8e6; }
        /* 新闻 */
        .news-item { padding: 20px; margin: 15px 0; background: rgba(255,255,255,0.04); border-radius: 16px; border-left: 3px solid #7c4dff; }
        .news-item h3 { color: #e8d0ff; margin-bottom: 6px; }
        .news-item .date { color: #b388ff; font-size: 0.85rem; margin-bottom: 10px; display: block; }
        .news-item p { line-height: 1.8; color: #c9b8e6; }
        /* 页脚 */
        footer { background: rgba(0,0,0,0.4); backdrop-filter: blur(10px); padding: 50px 0 30px; margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.05); }
        footer a { color: #b388ff; text-decoration: none; margin: 0 8px; }
        footer a:hover { color: #fff; }
        .footer-links { text-align: center; margin: 15px 0; line-height: 2; }
        .footer-info { text-align: center; color: #a898c4; font-size: 0.9rem; line-height: 2; }
        /* 统计数字 */
        .stat-number { font-size: 2.5rem; font-weight: 800; color: #b388ff; }
        .stat-label { font-size: 1rem; color: #c9b8e6; margin-top: 5px; }
        /* 合作伙伴logo区 */
        .partner-logo { background: rgba(255,255,255,0.03); border-radius: 12px; padding: 20px; text-align: center; font-size: 0.9rem; color: #a898c4; border: 1px solid rgba(255,255,255,0.05); }
        /* Geo介绍 */
        .geo-text { font-size: 1.1rem; line-height: 2; color: #d4c0f0; }