* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
body {
    background: #1a1a1a;
    color: #fef9c3;
    line-height: 1.7;
    overflow-x: hidden;
}
a {
    color: #eab308;
    text-decoration: none;
    transition: color 0.3s;
}
a:hover {
    color: #fde047;
}
img {
    max-width: 100%;
    display: block;
    border-radius: 8px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 导航栏 */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid #eab308;
    box-shadow: 0 4px 30px rgba(234, 179, 8, 0.15);
    padding: 0 24px;
}
.navbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
}
.nav-links a {
    color: #fef9c3;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 6px 4px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
.nav-links a:hover {
    color: #eab308;
    border-bottom-color: #eab308;
}
.nav-brand {
    font-size: 22px;
    font-weight: 800;
    color: #eab308;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

/* Hero */
.hero {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2a1e 60%, #1a1a1a 100%);
    padding: 80px 0;
    overflow: hidden;
    border-bottom: 3px solid #eab308;
}
.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(234,179,8,0.2) 0%, transparent 70%);
    animation: pulse 4s infinite alternate;
}
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.2); opacity: 1; }
}
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hero h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.3;
    color: #fef9c3;
    text-shadow: 0 0 40px rgba(234,179,8,0.4);
    margin-bottom: 24px;
}
.hero h1 span {
    color: #eab308;
}
.hero-img {
    border-radius: 12px;
    box-shadow: 0 0 50px rgba(234,179,8,0.3);
    border: 2px solid #eab308;
}

/* GEO 介绍 */
.geo-intro {
    padding: 64px 0;
    background: #1e1e1e;
    border-bottom: 1px solid rgba(234,179,8,0.2);
}
.geo-intro .intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: #e5e5e5;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

/* 统计数据 */
.stats {
    padding: 70px 0;
    background: linear-gradient(180deg, #1e1e1e, #1a1a1a);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.stat-card {
    text-align: center;
    padding: 36px 20px;
    background: #242424;
    border: 1px solid rgba(234,179,8,0.3);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 15px rgba(234,179,8,0.1);
}
.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 35px rgba(234,179,8,0.25);
}
.stat-num {
    font-size: 48px;
    font-weight: 900;
    color: #eab308;
    line-height: 1.2;
}
.stat-label {
    font-size: 14px;
    color: #fef9c3;
    margin-top: 8px;
    letter-spacing: 2px;
}
.stat-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

/* 核心优势 */
.advantages {
    padding: 70px 0;
    background: #1a1a1a;
}
.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #fef9c3;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 16px;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #eab308, transparent);
    border-radius: 2px;
}
.section-desc {
    text-align: center;
    color: #a3a3a3;
    margin-bottom: 48px;
    font-size: 16px;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.advantage-card {
    background: #242424;
    padding: 36px 28px;
    border-radius: 4px;
    border: 1px solid rgba(234,179,8,0.3);
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.advantage-card::before {
    content: '⚡';
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 80px;
    opacity: 0.06;
    transform: rotate(-20deg);
}
.advantage-card:hover {
    border-color: #eab308;
    box-shadow: 0 0 30px rgba(234,179,8,0.2);
}
.advantage-icon {
    font-size: 40px;
    margin-bottom: 16px;
}
.advantage-card h3 {
    font-size: 22px;
    color: #eab308;
    margin-bottom: 12px;
}
.advantage-card p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.7;
}

/* 品牌故事 */
.story {
    padding: 80px 0;
    background: #1e1e1e;
    border-top: 1px solid rgba(234,179,8,0.2);
}
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.story-text h3 {
    font-size: 28px;
    color: #eab308;
    margin-bottom: 20px;
}
.story-text p {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.story-img {
    border-radius: 12px;
    border: 2px solid #eab308;
    box-shadow: 0 0 40px rgba(234,179,8,0.2);
}

/* 焦点赛事 */
.events {
    padding: 70px 0;
    background: #1a1a1a;
}
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.event-card {
    background: #242424;
    border-radius: 4px;
    border: 1px solid rgba(234,179,8,0.25);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 40px rgba(234,179,8,0.2);
}
.event-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 2px solid #eab308;
}
.event-card-body {
    padding: 24px;
}
.event-card-body h3 {
    font-size: 20px;
    color: #fef9c3;
    margin-bottom: 10px;
}
.event-card-body p {
    color: #a3a3a3;
    font-size: 14px;
}
.event-tag {
    display: inline-block;
    background: rgba(234,179,8,0.2);
    color: #eab308;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

/* 新闻 */
.news-list {
    padding: 80px 0;
    background: #1e1e1e;
    border-top: 1px solid rgba(234,179,8,0.2);
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.news-card {
    background: #242424;
    border: 1px solid rgba(234,179,8,0.2);
    border-radius: 4px;
    padding: 28px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.news-card:hover {
    border-color: #eab308;
    box-shadow: 0 0 30px rgba(234,179,8,0.15);
}
.news-date {
    display: inline-block;
    background: rgba(234,179,8,0.15);
    color: #eab308;
    font-size: 14px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    font-weight: 600;
}
.news-card h3 {
    font-size: 19px;
    color: #fef9c3;
    margin-bottom: 12px;
    line-height: 1.4;
}
.news-card p {
    color: #a3a3a3;
    font-size: 15px;
    line-height: 1.7;
}
.news-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 14px;
    font-size: 14px;
    color: #eab308;
    font-weight: 600;
}
.news-more:hover {
    color: #fde047;
}

/* 用户口碑 */
.reviews {
    padding: 70px 0;
    background: #1a1a1a;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.review-card {
    background: #242424;
    border: 1px solid rgba(234,179,8,0.2);
    border-radius: 4px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.3s;
}
.review-card:hover {
    border-color: #eab308;
    box-shadow: 0 0 25px rgba(234,179,8,0.15);
}
.review-stars {
    color: #eab308;
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 4px;
}
.review-text {
    color: #d4d4d4;
    font-size: 15px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px;
}
.review-author {
    color: #eab308;
    font-weight: 700;
    font-size: 16px;
}
.review-role {
    color: #888;
    font-size: 13px;
}

/* 愿景使命 */
.vision {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1e1e, #1a1a1a);
    border-top: 1px solid rgba(234,179,8,0.2);
}
.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.vision-item {
    text-align: center;
    padding: 40px 32px;
    background: #242424;
    border: 1px solid rgba(234,179,8,0.25);
    border-radius: 4px;
    transition: all 0.3s;
}
.vision-item:hover {
    border-color: #eab308;
    box-shadow: 0 0 30px rgba(234,179,8,0.15);
}
.vision-icon {
    font-size: 48px;
    margin-bottom: 20px;
}
.vision-item h3 {
    font-size: 24px;
    color: #eab308;
    margin-bottom: 16px;
}
.vision-item p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.8;
}

/* 合作伙伴 */
.partners {
    padding: 70px 0;
    background: #1e1e1e;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
}
.partner-item {
    text-align: center;
    padding: 24px;
    background: #242424;
    border: 1px solid rgba(234,179,8,0.2);
    border-radius: 4px;
    transition: all 0.3s;
    font-weight: 700;
    color: #fef9c3;
    font-size: 18px;
}
.partner-item:hover {
    border-color: #eab308;
    color: #eab308;
    background: rgba(234,179,8,0.05);
}

/* 行动呼吁 */
.cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #2d2a1e, #1a1a1a);
    border-top: 2px solid #eab308;
    text-align: center;
}
.cta h2 {
    font-size: 38px;
    color: #fef9c3;
    margin-bottom: 16px;
    font-weight: 800;
}
.cta p {
    font-size: 16px;
    color: #a3a3a3;
    margin-bottom: 32px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, #eab308, #fde047);
    color: #1a1a1a;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 30px rgba(234,179,8,0.3);
}
.cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 50px rgba(234,179,8,0.5);
    color: #1a1a1a;
}

/* FAQ */
.faq {
    padding: 80px 0;
    background: #1a1a1a;
}
.faq-grid {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-item {
    background: #242424;
    border: 1px solid rgba(234,179,8,0.2);
    border-radius: 4px;
    padding: 28px 32px;
    transition: border-color 0.3s;
}
.faq-item:hover {
    border-color: #eab308;
}
.faq-item h3 {
    color: #eab308;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}
.faq-item p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.8;
}

/* 下载中心 */
.download {
    padding: 80px 0;
    background: #1e1e1e;
    border-top: 1px solid rgba(234,179,8,0.2);
}
.download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.download-text h3 {
    font-size: 30px;
    color: #fef9c3;
    margin-bottom: 20px;
    font-weight: 800;
}
.download-text p {
    color: #a3a3a3;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.8;
}
.download-btn {
    display: inline-block;
    background: linear-gradient(90deg, #eab308, #fde047);
    color: #1a1a1a;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 4px;
    margin-right: 12px;
    margin-top: 12px;
    transition: transform 0.3s;
}
.download-btn:hover {
    transform: translateY(-2px);
}
.download-img {
    border-radius: 12px;
    border: 2px solid #eab308;
    box-shadow: 0 0 40px rgba(234,179,8,0.2);
}

/* 页脚 */
.footer {
    background: #111;
    border-top: 3px solid #eab308;
    padding: 48px 0 24px;
    color: #888;
}
.footer-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}
.footer h4 {
    color: #fef9c3;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}
.footer p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}
.footer-links a {
    color: #a3a3a3;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: #eab308;
}
.footer-bottom {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 24px 24px 0;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bottom a {
    color: #888;
}
.footer-bottom a:hover {
    color: #eab308;
}

/* 响应式 */
@media (max-width: 768px) {
    .hero-content, .story-grid, .vision-grid, .download-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid, .advantages-grid, .events-grid, .news-grid, .reviews-grid, .partners-grid {
        grid-template-columns: 1fr;
    }
    .hero h1 {
        font-size: 30px;
    }
    .navbar-inner {
        flex-direction: column;
        height: auto;
        padding: 12px 0;
    }
    .nav-links {
        gap: 12px;
        justify-content: center;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
}