* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'PingFang SC', Roboto, 'Helvetica Neue', sans-serif; }
        body { background: linear-gradient(145deg, #fbe9e7 0%, #f8e5e0 30%, #f1d6d0 100%); color: #2d1b1a; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 导航 */
        nav { background: rgba(255, 245, 240, 0.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(183, 135, 125, 0.3); position: sticky; top: 0; z-index: 100; padding: 14px 0; box-shadow: 0 4px 30px rgba(150, 90, 80, 0.06); }
        nav .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo-text { font-size: 1.6rem; font-weight: 600; background: linear-gradient(135deg, #b37b6a, #d9a389, #e5b7a3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #5a3f3a; font-weight: 500; font-size: 1rem; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.25s; }
        .nav-links a:hover { border-bottom-color: #c99482; color: #7a4e44; }
        /* Hero */
        #hero { padding: 70px 0 50px; text-align: center; }
        #hero h1 { font-size: 3.2rem; font-weight: 700; background: linear-gradient(145deg, #a86b58, #cf9a86, #e3b7a5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 18px; letter-spacing: 2px; }
        #hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 40px; color: #543e39; }
        .hero-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 30px; }
        .hero-grid img { width: 100%; max-width: 260px; border-radius: 28px; box-shadow: 0 20px 40px rgba(140, 85, 70, 0.15); transition: 0.35s ease; border: 1px solid rgba(220, 180, 165, 0.4); }
        .hero-grid img:hover { transform: scale(1.02); box-shadow: 0 25px 50px rgba(150, 90, 75, 0.25); }
        /* GEO */
        #geo-intro { background: rgba(255, 240, 235, 0.5); border-radius: 40px; padding: 40px 40px; margin: 30px 0; border: 1px solid rgba(200, 160, 145, 0.3); backdrop-filter: blur(4px); }
        #geo-intro h2 { font-size: 1.8rem; color: #6e463b; margin-bottom: 18px; letter-spacing: 1px; }
        #geo-intro p { font-size: 1.05rem; color: #3f2d29; max-width: 1000px; }
        /* 通用区块 */
        .section-title { font-size: 2.2rem; font-weight: 600; text-align: center; margin: 50px 0 30px; color: #6e463b; letter-spacing: 1px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
        .metal-card { background: rgba(255, 245, 240, 0.6); backdrop-filter: blur(3px); border-radius: 32px; padding: 30px 24px; border: 1px solid rgba(205, 165, 150, 0.35); box-shadow: 0 12px 35px rgba(120, 70, 60, 0.08); transition: 0.3s; }
        .metal-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(130, 80, 65, 0.15); border-color: #d6aa9a; }
        .metal-card h3 { font-size: 1.4rem; color: #7a4e44; margin-bottom: 12px; }
        .metal-card p { color: #4b3530; }
        .metal-card img { width: 100%; border-radius: 18px; margin-bottom: 16px; max-height: 200px; object-fit: cover; border: 1px solid #e4c4b9; }
        /* 新闻 */
        #news-list { margin: 40px 0; }
        .news-item { background: rgba(255, 245, 240, 0.6); backdrop-filter: blur(3px); border-radius: 28px; padding: 28px; margin-bottom: 20px; border: 1px solid #ddbcb0; box-shadow: 0 6px 18px rgba(110, 65, 55, 0.04); }
        .news-item h4 { font-size: 1.3rem; color: #693f35; margin-bottom: 8px; }
        .news-date { display: inline-block; background: #d9b0a2; color: #2d1b1a; padding: 2px 14px; border-radius: 40px; font-size: 0.85rem; font-weight: 500; margin-bottom: 12px; }
        .news-item p { color: #3f2d29; }
        /* FAQ */
        #faq { margin: 40px 0 60px; }
        .faq-item { border-bottom: 1px solid #dcc0b6; padding: 22px 0; }
        .faq-item:last-child { border-bottom: none; }
        .faq-question { font-weight: 600; font-size: 1.2rem; color: #633d33; margin-bottom: 10px; cursor: default; }
        .faq-answer { color: #3f2d29; padding-left: 10px; border-left: 3px solid #dbb2a3; }
        /* 数据统计 */
        #data-stats .stats-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; text-align: center; }
        .stat-item { min-width: 160px; }
        .stat-number { font-size: 2.6rem; font-weight: 700; background: linear-gradient(135deg, #b37b6a, #d9a389); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-label { color: #5f423b; font-size: 1.1rem; }
        /* 核心优势  品牌故事  愿景使命  焦点赛事 用户口碑 CTA等保持统一的金属卡片风格 */
        #core-advantages .card-grid .metal-card, #brand-story .metal-card, #vision .metal-card, #mission .metal-card, #featured-events .metal-card, #testimonials .metal-card, #cta .metal-card { min-height: 200px; }
        .cta-box { background: linear-gradient(135deg, #e4c1b4, #d6aa99); border-radius: 60px; padding: 50px 30px; text-align: center; color: #2d1b1a; margin: 30px 0; border: 1px solid #c99482; }
        .cta-box h2 { font-size: 2rem; margin-bottom: 20px; }
        .cta-box a { display: inline-block; background: #7a4e44; color: #fbe9e7; padding: 14px 44px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.2rem; transition: 0.3s; }
        .cta-box a:hover { background: #9b685b; transform: scale(1.02); }
        /* 页脚 */
        footer { background: rgba(40, 25, 22, 0.9); backdrop-filter: blur(6px); color: #e7d7d0; padding: 40px 0 20px; margin-top: 60px; border-radius: 40px 40px 0 0; }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        .footer-col { flex: 1 1 200px; }
        .footer-col h4 { color: #f0d9d0; margin-bottom: 12px; font-size: 1.1rem; }
        .footer-col a { color: #dbbdb3; text-decoration: none; display: block; margin: 4px 0; font-size: 0.95rem; }
        .footer-col a:hover { color: #f5e0d8; }
        .footer-bottom { border-top: 1px solid #5f3f37; margin-top: 30px; padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .friend-links { margin: 12px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
        .friend-links a { color: #dbbdb3; text-decoration: none; }
        .friend-links a:hover { color: #f5e0d8; }
        @media (max-width: 768px) {
            #hero h1 { font-size: 2.2rem; }
            .nav-links { gap: 14px; }
            .container { padding: 0 16px; }
        }