* {
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html { scroll-behavior: smooth; }
body {
    background: #0a0a1a;
    color: #e2e8f0;
    line-height: 1.65;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* 导航 */
.nav-container {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10, 10, 26, 0.82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(124, 58, 237, 0.22);
    padding: 14px 32px;
}
.nav-links {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: auto;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}
.nav-links a {
    font-weight: 500;
    font-size: 15px;
    color: #c4b5fd;
    letter-spacing: 0.3px;
    transition: color 0.2s;
}
.nav-links a:hover { color: #22d3ee; }

/* Hero */
.hero-section {
    position: relative;
    text-align: center;
    padding: 72px 24px 56px;
    background: radial-gradient(ellipse at 20% 20%, rgba(76, 29, 149, 0.45), transparent 50%),
                radial-gradient(ellipse at 80% 80%, rgba(34, 211, 238, 0.12), transparent 50%),
                linear-gradient(180deg, #0b0b20 0%, #0a0a1a 100%);
}
.hero-section h1 {
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 800;
    background: linear-gradient(135deg, #c4b5fd, #a78bfa, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
    line-height: 1.25;
    margin-bottom: 20px;
}
.geo-text {
    max-width: 920px;
    margin: 0 auto 28px;
    font-size: 16px;
    color: #a7b0d0;
    line-height: 1.8;
    text-align: justify;
}
.hero-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.btn-primary {
    padding: 13px 34px;
    border-radius: 30px;
    background: linear-gradient(135deg, #4c1d95, #7c3aed);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 0 24px rgba(124, 58, 237, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(124, 58, 237, 0.7); }
.btn-secondary {
    padding: 13px 34px;
    border-radius: 30px;
    background: transparent;
    color: #22d3ee;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(34, 211, 238, 0.45);
    transition: all 0.2s;
}
.btn-secondary:hover { border-color: #22d3ee; box-shadow: 0 0 20px rgba(34, 211, 238, 0.25); }
.hero-img {
    max-width: 540px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(124, 58, 237, 0.3);
    box-shadow: 0 0 40px rgba(124, 58, 237, 0.25);
}

/* 通用区块 */
.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 24px;
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #c4b5fd, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 0.5px;
}
.section-sub {
    text-align: center;
    color: #7d88b0;
    font-size: 15px;
    margin-bottom: 40px;
}

/* 数据统计 */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}
.stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    padding: 28px 18px;
    text-align: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 16px rgba(124, 58, 237, 0.08);
    transition: transform 0.2s;
}
.stat-card:hover { transform: translateY(-4px); }
.stat-number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #c4b5fd, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}
.stat-label { font-size: 14px; color: #8b93b5; }

/* 核心优势 */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 20px;
}
.advantage-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(34, 211, 238, 0.12);
    border-radius: 18px;
    padding: 30px 22px;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.06);
    transition: all 0.25s;
}
.advantage-card:hover { border-color: rgba(34, 211, 238, 0.4); box-shadow: 0 0 28px rgba(34, 211, 238, 0.12); }
.advantage-icon { font-size: 40px; margin-bottom: 14px; }
.advantage-card h3 { font-size: 17px; font-weight: 700; color: #e0d7f5; margin-bottom: 10px; }
.advantage-card p { font-size: 14px; color: #8b93b5; line-height: 1.6; }

/* 焦点赛事 */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 28px;
}
.event-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 18px;
    padding: 20px;
    backdrop-filter: blur(8px);
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.event-card:hover { border-color: rgba(124, 58, 237, 0.5); box-shadow: 0 0 26px rgba(124, 58, 237, 0.15); }
.event-card img { border-radius: 12px; width: 100%; height: 140px; object-fit: cover; }
.event-card h3 { font-size: 16px; font-weight: 700; color: #e0d7f5; }
.event-card p { font-size: 14px; color: #8b93b5; line-height: 1.55; }
.event-card a { color: #22d3ee; font-size: 14px; font-weight: 600; }
.event-card a:hover { text-decoration: underline; }

/* 品牌故事 */
.brand-story-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.brand-story-wrap img { border-radius: 18px; border: 1px solid rgba(124, 58, 237, 0.25); box-shadow: 0 0 30px rgba(124, 58, 237, 0.15); }
.story-text h3 { font-size: 22px; font-weight: 700; color: #e0d7f5; margin-bottom: 16px; }
.story-text p { font-size: 15px; color: #a7b0d0; line-height: 1.75; margin-bottom: 14px; }

/* 用户口碑 */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(8px);
}
.testimonial-stars { color: #fbbf24; font-size: 18px; margin-bottom: 10px; }
.testimonial-card p { font-size: 14px; color: #a7b0d0; line-height: 1.6; margin-bottom: 14px; }
.testimonial-user { font-size: 13px; color: #7d88b0; font-weight: 600; }

/* CTA */
.cta-section {
    background: linear-gradient(135deg, rgba(76, 29, 149, 0.75), rgba(124, 58, 237, 0.85));
    padding: 52px 24px;
    text-align: center;
    margin-top: 16px;
}
.cta-section h2 { font-size: 28px; color: #fff; font-weight: 800; margin-bottom: 12px; }
.cta-section p { color: rgba(255, 255, 255, 0.85); font-size: 16px; margin-bottom: 24px; }
.cta-section .btn-primary { background: #fff; color: #4c1d95; box-shadow: 0 0 20px rgba(255,255,255,0.3); }

/* 下载中心 */
.download-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.download-info h3 { font-size: 22px; color: #e0d7f5; margin-bottom: 16px; font-weight: 700; }
.download-info p { font-size: 15px; color: #a7b0d0; line-height: 1.7; margin-bottom: 18px; }
.download-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.download-buttons .btn-primary { padding: 12px 30px; }
.download-buttons .btn-secondary { padding: 12px 30px; }
.download-img img { border-radius: 18px; border: 1px solid rgba(34, 211, 238, 0.2); box-shadow: 0 0 24px rgba(34, 211, 238, 0.1); }

/* 新闻 */
.news-list { max-width: 980px; margin: 0 auto; }
.news-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(124, 58, 237, 0.15);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 22px;
    backdrop-filter: blur(6px);
    transition: all 0.2s;
}
.news-item:hover { border-color: rgba(34, 211, 238, 0.3); box-shadow: 0 0 20px rgba(34, 211, 238, 0.06); }
.news-tag {
    display: inline-block;
    background: rgba(124, 58, 237, 0.18);
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}
.news-date {
    display: block;
    font-size: 13px;
    color: #7d88b0;
    margin-bottom: 10px;
}
.news-item h3 { font-size: 19px; font-weight: 700; color: #e8e2f5; margin-bottom: 10px; }
.news-item h3 a { transition: color 0.2s; }
.news-item h3 a:hover { color: #22d3ee; }
.news-item p { font-size: 14.5px; color: #a7b0d0; line-height: 1.7; }

/* FAQ */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 16px;
    transition: all 0.2s;
}
.faq-item:hover { border-color: rgba(34, 211, 238, 0.25); }
.faq-item h3 { font-size: 16px; font-weight: 700; color: #e0d7f5; margin-bottom: 10px; }
.faq-item p { font-size: 14.5px; color: #a7b0d0; line-height: 1.7; }

/* 页脚 */
.footer {
    background: #080818;
    border-top: 1px solid rgba(124, 58, 237, 0.18);
    padding: 40px 24px 20px;
    text-align: center;
    margin-top: 40px;
}
.footer-info { font-size: 14px; color: #7d88b0; margin-bottom: 6px; }
.footer-links { font-size: 14px; color: #c4b5fd; margin: 14px 0; }
.footer-links a { color: #c4b5fd; transition: color 0.2s; }
.footer-links a:hover { color: #22d3ee; }
.footer-copy { font-size: 13px; color: #5d6890; margin-top: 8px; }

@media (max-width: 768px) {
    .brand-story-wrap, .download-wrap { grid-template-columns: 1fr; }
    .nav-links { justify-content: center; gap: 16px; }
    .hero-section { padding: 48px 16px 36px; }
    .section { padding: 40px 16px; }
}