* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: linear-gradient(135deg, #0f1a12 0%, #1a3a2a 100%); color: #e0f0e0; font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; min-height: 100vh; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 导航 */
        nav { background: rgba(15, 26, 18, 0.85); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(74, 222, 128, 0.15); position: sticky; top: 0; z-index: 100; padding: 16px 0; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 12px 24px; }
        .nav-links a { color: #b8d8c0; text-decoration: none; font-weight: 500; font-size: 0.95rem; padding: 8px 0; border-bottom: 2px solid transparent; transition: all 0.3s ease; }
        .nav-links a:hover { color: #4ade80; border-bottom-color: #4ade80; }
        .nav-brand { font-size: 1.3rem; font-weight: 700; color: #4ade80; letter-spacing: 1px; }
        /* H1 */
        h1 { font-size: 2.6rem; font-weight: 800; text-align: center; padding: 60px 0 20px; background: linear-gradient(135deg, #4ade80, #a7f3d0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        /* 通用区块 */
        section { padding: 60px 0; }
        .section-title { font-size: 2rem; font-weight: 700; margin-bottom: 36px; text-align: center; color: #4ade80; }
        .card-glass { background: rgba(26, 58, 42, 0.55); backdrop-filter: blur(12px); border: 1px solid rgba(74, 222, 128, 0.2); border-radius: 24px; padding: 28px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); transition: transform 0.3s, box-shadow 0.3s; }
        .card-glass:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(74, 222, 128, 0.15); }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
        .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
        img { max-width: 100%; border-radius: 16px; display: block; width: 100%; height: auto; object-fit: cover; border: 1px solid rgba(74, 222, 128, 0.1); }
        .img-wrap { overflow: hidden; border-radius: 16px; }
        /* 按钮 */
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #4ade80, #22c55e); color: #0f1a12; font-weight: 700; padding: 14px 40px; border-radius: 50px; text-decoration: none; font-size: 1.1rem; transition: all 0.3s; border: none; cursor: pointer; }
        .btn-cta:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(74, 222, 128, 0.4); }
        /* 新闻 */
        .news-item { padding: 20px 0; border-bottom: 1px solid rgba(74, 222, 128, 0.1); }
        .news-item:last-child { border-bottom: none; }
        .news-date { color: #7ad09a; font-size: 0.85rem; margin-bottom: 6px; }
        .news-title { font-size: 1.2rem; font-weight: 600; color: #f0fff0; margin-bottom: 8px; }
        .news-summary { color: #c0dcc8; font-size: 0.95rem; }
        /* FAQ */
        .faq-item { margin-bottom: 20px; }
        .faq-question { font-weight: 700; font-size: 1.1rem; color: #4ade80; margin-bottom: 8px; }
        .faq-answer { color: #d0e8d8; padding-left: 12px; border-left: 3px solid #4ade80; }
        /* Hero */
        .hero { text-align: center; padding: 80px 0 60px; }
        .hero h2 { font-size: 2.4rem; margin-bottom: 20px; }
        .hero p { font-size: 1.15rem; max-width: 700px; margin: 0 auto 30px; color: #c8e0d0; }
        /* 统计 */
        .stat-num { font-size: 2.8rem; font-weight: 800; color: #4ade80; }
        .stat-label { color: #a0c8b0; font-size: 0.95rem; }
        /* 合作伙伴 */
        .partner-item { text-align: center; padding: 20px; background: rgba(26,58,42,0.4); border-radius: 20px; border: 1px solid rgba(74,222,128,0.1); }
        /* 用户口碑 */
        .testimonial-text { font-style: italic; margin-bottom: 10px; color: #d8f0e0; }
        .testimonial-author { font-weight: 600; color: #4ade80; }
        /* 品牌故事 */
        .story-text { font-size: 1.05rem; color: #d0e8d8; max-width: 800px; margin: 0 auto; }
        /* 核心优势 */
        .advantage-icon { font-size: 2.2rem; margin-bottom: 12px; }
        /* 焦点赛事 */
        .event-item { padding: 16px; background: rgba(26,58,42,0.5); border-radius: 16px; border-left: 4px solid #4ade80; }
        /* 愿景使命 */
        .vision-box { background: rgba(26,58,42,0.4); border-radius: 24px; padding: 32px; text-align: center; }
        /* 页脚 */
        footer { background: rgba(10,20,14,0.9); border-top: 1px solid rgba(74,222,128,0.1); padding: 40px 0 20px; margin-top: 40px; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
        .footer-links a { color: #b0d0bc; text-decoration: none; display: inline-block; margin: 0 12px 8px 0; }
        .footer-links a:hover { color: #4ade80; }
        .footer-bottom { border-top: 1px solid rgba(74,222,128,0.1); margin-top: 32px; padding-top: 20px; text-align: center; font-size: 0.85rem; color: #80a890; }
        .friend-links { margin: 16px 0; word-break: break-all; }
        .friend-links a { color: #7ad09a; text-decoration: underline; margin: 0 8px; }
        /* 响应式 */
        @media (max-width: 768px) {
            h1 { font-size: 1.8rem; padding: 40px 0 12px; }
            .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
            .nav-inner { flex-direction: column; align-items: flex-start; }
            .nav-links { width: 100%; justify-content: flex-start; }
            .footer-grid { grid-template-columns: 1fr; gap: 24px; }
            .hero h2 { font-size: 1.6rem; }
            .stat-num { font-size: 2rem; }
        }
        .geo-section { background: rgba(26,58,42,0.3); border-radius: 24px; padding: 32px; margin: 20px 0 40px; }
        .geo-section p { color: #d0e8d8; font-size: 1.05rem; }
        .cta-section { text-align: center; padding: 60px 0; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 16px; }
        .cta-section p { margin-bottom: 24px; font-size: 1.1rem; color: #c8e0d0; }
        .highlight-badge { background: rgba(74,222,128,0.15); border-radius: 40px; padding: 4px 16px; display: inline-block; font-size: 0.8rem; color: #4ade80; margin-bottom: 8px; }