* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: linear-gradient(145deg, #1a0a2e 0%, #4a1a6f 100%); color: #f0e6ff; min-height: 100vh; line-height: 1.6; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        nav { background: rgba(26,10,46,0.85); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
        .nav-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
        .logo { font-weight: 700; font-size: 1.6rem; background: linear-gradient(135deg, #d4a5ff, #9f7aea); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 1px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 20px; }
        .nav-links a { color: #e6d4ff; text-decoration: none; font-weight: 500; padding: 6px 14px; border-radius: 40px; transition: 0.3s; background: rgba(255,255,255,0.04); border: 1px solid transparent; font-size: 0.95rem; }
        .nav-links a:hover { background: rgba(154, 106, 255, 0.25); border-color: #b48aff; color: #fff; transform: translateY(-1px); }
        .gen-link { color: #c7b3ff; text-decoration: none; margin: 0 6px; font-size: 0.9rem; }
        .gen-link:hover { color: #fff; text-decoration: underline; }
        h1 { font-size: 3rem; font-weight: 800; text-align: center; padding: 50px 0 10px; background: linear-gradient(135deg, #e9d8fd, #c6b3ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        h2 { font-size: 2rem; margin-bottom: 28px; border-left: 5px solid #9f7aea; padding-left: 20px; font-weight: 600; letter-spacing: 1px; }
        .geo-text { background: rgba(255,255,255,0.04); border-radius: 32px; padding: 30px; margin: 20px 0 40px; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.06); font-size: 1.1rem; line-height: 1.9; color: #ddd6ff; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin: 40px 0; }
        .glass-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 28px; padding: 28px 22px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 10px 40px rgba(0,0,0,0.25); transition: 0.4s; position: relative; overflow: hidden; }
        .glass-card::before { content: ''; position: absolute; top: -30%; left: -30%; width: 140%; height: 140%; background: radial-gradient(circle at 30% 30%, rgba(180,140,255,0.08), transparent 70%); pointer-events: none; }
        .glass-card:hover { transform: translateY(-8px); border-color: rgba(180,140,255,0.3); box-shadow: 0 20px 60px rgba(74,26,111,0.4); }
        .glass-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 20px; margin-bottom: 18px; }
        .glass-card h3 { font-size: 1.4rem; margin-bottom: 12px; color: #ebdaff; }
        .glass-card p { color: #cbbce8; font-size: 0.95rem; }
        .stats-wrap { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; padding: 40px 10px; text-align: center; background: rgba(0,0,0,0.2); border-radius: 40px; margin: 40px 0; }
        .stat-item { min-width: 140px; }
        .stat-item .num { font-size: 2.8rem; font-weight: 700; color: #d4b5ff; }
        .stat-item .label { color: #b7a2d9; font-size: 1rem; }
        .news-list { display: flex; flex-direction: column; gap: 28px; }
        .news-item { background: rgba(255,255,255,0.04); backdrop-filter: blur(10px); border-radius: 24px; padding: 24px; border: 1px solid rgba(255,255,255,0.05); }
        .news-item .date { color: #b99eff; font-size: 0.85rem; margin-bottom: 6px; }
        .news-item h3 { font-size: 1.3rem; margin-bottom: 8px; }
        .news-item p { color: #cdbef0; }
        .faq-item { background: rgba(255,255,255,0.03); border-radius: 20px; padding: 22px 28px; margin-bottom: 18px; border-left: 4px solid #9f7aea; }
        .faq-item h4 { font-size: 1.2rem; margin-bottom: 10px; color: #e5d3ff; }
        .faq-item p { color: #cbbce8; }
        footer { background: rgba(10,4,20,0.7); backdrop-filter: blur(12px); padding: 40px 0 30px; margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.06); }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        .footer-col { flex: 1 1 200px; }
        .footer-col h4 { margin-bottom: 15px; color: #dccaff; }
        .footer-col a { color: #b09ce0; text-decoration: none; display: block; margin: 6px 0; font-size: 0.9rem; }
        .footer-col a:hover { color: #fff; }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); margin-top: 30px; padding-top: 25px; text-align: center; font-size: 0.85rem; color: #9f8bc2; }
        .footer-bottom a { color: #b9a6e0; margin: 0 10px; text-decoration: none; }
        .footer-bottom a:hover { color: #fff; }
        .partner-logos { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; padding: 30px 0; }
        .partner-logos span { background: rgba(255,255,255,0.05); padding: 10px 22px; border-radius: 40px; border: 1px solid rgba(255,255,255,0.05); color: #dccaff; }
        @media (max-width: 720px) { h1 { font-size: 2.2rem; } .nav-inner { flex-direction: column; align-items: stretch; } .nav-links { justify-content: center; } }
        .badge { display: inline-block; background: rgba(154,106,255,0.2); padding: 4px 14px; border-radius: 30px; font-size: 0.8rem; }
        .cta-button { display: inline-block; background: linear-gradient(135deg, #7c3aed, #9f7aea); color: #fff; padding: 14px 38px; border-radius: 60px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin: 10px 0; transition: 0.3s; box-shadow: 0 8px 24px rgba(124,58,237,0.3); border: none; }
        .cta-button:hover { transform: scale(1.04); background: linear-gradient(135deg, #8b5cf6, #b48aff); }
        .hero-section { text-align: center; padding: 60px 20px 30px; }
        .hero-section p { max-width: 700px; margin: 20px auto; color: #d1c2f0; font-size: 1.2rem; }