* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', system-ui, sans-serif; background: linear-gradient(145deg, #1a0a2e 0%, #2d1060 40%, #4a1a7a 100%); color: #e2d9f3; min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 导航栏 */
        .navbar { background: rgba(15, 5, 30, 0.85); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(217, 70, 239, 0.2); position: sticky; top: 0; z-index: 100; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
        .nav-links { display: flex; gap: 32px; align-items: center; }
        .nav-links a { color: #c4b5e3; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: 0.3s; padding: 6px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { color: #d946ef; border-bottom-color: #d946ef; }
        .logo { font-size: 1.6rem; font-weight: 800; background: linear-gradient(90deg, #d946ef, #f0abfc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; background: none; border: none; }
        .hamburger span { width: 28px; height: 2px; background: #d946ef; border-radius: 2px; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: rgba(15, 5, 30, 0.98); padding: 20px; border-bottom: 1px solid #d946ef; gap: 18px; }
            .nav-links.open { display: flex; }
            .hamburger { display: flex; }
        }
        /* 卡片通用 */
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 40px 0; }
        .glass-card { background: rgba(26, 10, 46, 0.6); border: 1px solid rgba(217, 70, 239, 0.25); border-radius: 20px; padding: 28px 24px; backdrop-filter: blur(8px); box-shadow: 0 0 20px rgba(217, 70, 239, 0.08); transition: 0.3s; }
        .glass-card:hover { box-shadow: 0 0 40px rgba(217, 70, 239, 0.2); border-color: #d946ef; transform: translateY(-4px); }
        .card-img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; border: 1px solid rgba(217, 70, 239, 0.15); }
        /* 标题组件 */
        .section-title { font-size: 2.2rem; font-weight: 700; margin: 50px 0 20px; background: linear-gradient(135deg, #f0abfc, #d946ef); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align: center; }
        .section-sub { text-align: center; color: #a78bbf; margin-bottom: 20px; font-size: 1.05rem; }
        /* 按钮 */
        .btn-primary { display: inline-block; background: linear-gradient(135deg, #d946ef, #9333ea); color: #fff; padding: 12px 34px; border-radius: 40px; font-weight: 600; text-decoration: none; transition: 0.3s; border: none; cursor: pointer; font-size: 1rem; box-shadow: 0 0 20px rgba(217, 70, 239, 0.3); }
        .btn-primary:hover { box-shadow: 0 0 40px rgba(217, 70, 239, 0.6); transform: scale(1.03); }
        /* H1 */
        .hero-title { font-size: 3.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; background: linear-gradient(135deg, #fff, #f0abfc, #d946ef); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align: center; }
        .hero-desc { font-size: 1.2rem; color: #c4b5e3; max-width: 800px; margin: 0 auto 30px; text-align: center; }
        .hero-wrapper { padding: 70px 0 40px; text-align: center; }
        /* GEO */
        .geo-text { background: rgba(26, 10, 46, 0.4); border-left: 4px solid #d946ef; padding: 24px; border-radius: 12px; margin: 30px 0; font-size: 1rem; line-height: 1.8; color: #d4c5ed; }
        /* FAQ */
        .faq-item { margin-bottom: 20px; border-bottom: 1px solid rgba(217, 70, 239, 0.15); padding-bottom: 20px; }
        .faq-question { font-weight: 600; font-size: 1.15rem; color: #f0abfc; margin-bottom: 8px; cursor: pointer; }
        .faq-answer { color: #c4b5e3; line-height: 1.7; padding-left: 8px; }
        /* 新闻 */
        .news-item { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(217, 70, 239, 0.1); }
        .news-date { color: #a78bbf; font-size: 0.9rem; min-width: 110px; }
        .news-title { font-size: 1.2rem; font-weight: 600; color: #f0abfc; margin-bottom: 6px; }
        .news-summary { color: #b6a3d6; line-height: 1.6; }
        .news-thumb { width: 160px; height: 100px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(217, 70, 239, 0.2); flex-shrink: 0; }
        @media (max-width: 640px) { .news-item { flex-direction: column; } .news-thumb { width: 100%; height: 180px; } }
        /* 统计数字 */
        .stat-number { font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #d946ef, #f0abfc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-label { color: #a78bbf; font-size: 1rem; margin-top: 4px; }
        /* 核心优势 */
        .advantage-icon { font-size: 2.5rem; margin-bottom: 10px; }
        /* 合作伙伴 */
        .partner-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 30px 0; }
        .partner-item { font-size: 1.8rem; opacity: 0.7; transition: 0.3s; filter: grayscale(0.4); }
        .partner-item:hover { opacity: 1; filter: grayscale(0); }
        /* 时间线 */
        .timeline { position: relative; padding-left: 30px; margin: 30px 0; }
        .timeline::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(to bottom, #d946ef, #9333ea); }
        .timeline-item { position: relative; padding: 10px 0 20px 20px; }
        .timeline-item::before { content: '✦'; position: absolute; left: -22px; top: 10px; color: #d946ef; font-size: 1.2rem; }
        .timeline-year { font-weight: 700; color: #f0abfc; }
        /* 口碑 */
        .testimonial-text { font-style: italic; color: #d4c5ed; line-height: 1.7; }
        .testimonial-author { margin-top: 12px; font-weight: 600; color: #d946ef; }
        /* CTA */
        .cta-section { text-align: center; padding: 60px 0; }
        /* 页脚 */
        .footer { background: rgba(15, 5, 30, 0.8); border-top: 1px solid rgba(217, 70, 239, 0.15); padding: 40px 0 20px; margin-top: 60px; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 16px 24px; justify-content: center; margin-bottom: 24px; }
        .footer-links a { color: #a78bbf; text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
        .footer-links a:hover { color: #d946ef; }
        .footer-info { text-align: center; color: #7a6b96; font-size: 0.85rem; line-height: 1.8; }
        .footer-info p { margin: 4px 0; }
        .friend-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; padding: 16px 0; border-top: 1px solid rgba(217, 70, 239, 0.1); margin-top: 20px; }
        .friend-links a { color: #c4b5e3; text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
        .friend-links a:hover { color: #d946ef; }
        /* 随机组件 */
        .random-section { margin: 30px 0; }
        .flex-center { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
        /* 评分 */
        .stars { color: #fbbf24; letter-spacing: 2px; }