* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; background: #1a0505; color: #f5e6cc; line-height: 1.7; }
        a { color: #e8b84e; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #ffd700; }
        img { max-width: 100%; height: auto; border-radius: 12px; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

        /* 导航 */
        nav { background: linear-gradient(135deg, #4a0a0a, #991b1b); padding: 16px 0; border-bottom: 3px solid #e8b84e; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.6); }
        .nav-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { font-weight: 700; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 1px; padding: 6px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { border-bottom-color: #e8b84e; }

        /* H1 */
        h1 { font-size: 2.6rem; background: linear-gradient(135deg, #e8b84e, #ffd700); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-align: center; padding: 50px 20px 20px; letter-spacing: 2px; text-shadow: 0 0 30px rgba(232,184,78,0.3); }

        /* 卡片通用 */
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 30px; margin: 30px 0; }
        .card { background: linear-gradient(145deg, #3a0a0a, #5c1010); border: 2px solid #e8b84e; border-radius: 20px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.7); transition: transform 0.3s, box-shadow 0.3s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(232,184,78,0.25); }
        .card h3 { color: #e8b84e; font-size: 1.4rem; margin-bottom: 12px; }
        .card p { color: #d4c5a0; font-size: 0.95rem; }
        .card img { margin-bottom: 15px; width: 100%; }

        /* 新闻 */
        .news-item { background: #2d0808; border-left: 6px solid #e8b84e; padding: 20px 25px; margin-bottom: 25px; border-radius: 12px; }
        .news-item h3 { font-size: 1.3rem; color: #ffd700; }
        .news-item .date { font-size: 0.85rem; color: #b89a5a; display: block; margin: 6px 0 10px; }
        .news-item p { color: #d4c5a0; }

        /* FAQ */
        .faq-item { background: #2d0808; border: 1px solid #6b2a2a; border-radius: 16px; padding: 20px 25px; margin-bottom: 18px; }
        .faq-item h4 { color: #e8b84e; font-size: 1.15rem; margin-bottom: 8px; cursor: default; }
        .faq-item p { color: #cfbea0; margin-left: 10px; }

        /* GEO */
        .geo-section { background: linear-gradient(135deg, #2d0808, #4a0a0a); border: 2px solid #e8b84e; border-radius: 20px; padding: 40px; margin: 30px 0; }
        .geo-section p { font-size: 1.05rem; color: #e0d0b0; }

        /* 页脚 */
        footer { background: #1f0404; border-top: 4px solid #991b1b; padding: 40px 0 30px; margin-top: 60px; }
        .footer-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 30px; }
        .footer-inner h4 { color: #e8b84e; margin-bottom: 12px; }
        .footer-inner p, .footer-inner a { color: #b89a5a; font-size: 0.9rem; }
        .footer-bottom { text-align: center; border-top: 1px solid #3a1a1a; padding-top: 20px; margin-top: 30px; font-size: 0.85rem; }
        .footer-bottom a { margin: 0 10px; }
        .friend-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 15px 0; }
        .friend-links a { color: #e8b84e; font-weight: 600; padding: 0 8px; border-right: 1px solid #5c3a1a; }
        .friend-links a:last-child { border-right: none; }

        /* 组件 */
        .section-title { font-size: 2rem; color: #e8b84e; text-align: center; margin: 50px 0 30px; border-bottom: 3px solid #991b1b; padding-bottom: 10px; display: inline-block; width: 100%; }
        .hero { display: flex; align-items: center; gap: 40px; padding: 30px 0; flex-wrap: wrap; }
        .hero-text { flex: 1; min-width: 280px; }
        .hero-text h2 { font-size: 2.2rem; color: #ffd700; margin-bottom: 20px; }
        .hero-text p { font-size: 1.1rem; color: #d4c5a0; }
        .hero-img { flex: 1; min-width: 280px; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 20px; text-align: center; }
        .stat-item { background: #2d0808; padding: 25px 10px; border-radius: 16px; border: 1px solid #6b2a2a; }
        .stat-num { font-size: 2.5rem; font-weight: 800; color: #ffd700; }
        .stat-label { color: #b89a5a; margin-top: 6px; }
        .testimonial { background: #2d0808; padding: 25px; border-radius: 20px; border: 1px solid #6b2a2a; }
        .testimonial p { font-style: italic; color: #cfbea0; }
        .testimonial .author { color: #e8b84e; font-weight: 700; margin-top: 12px; }
        .cta-btn { display: inline-block; background: linear-gradient(135deg, #e8b84e, #ffd700); color: #1a0505; font-weight: 700; padding: 14px 40px; border-radius: 40px; font-size: 1.1rem; margin-top: 20px; box-shadow: 0 6px 20px rgba(232,184,78,0.4); transition: 0.3s; border: none; cursor: default; }
        .cta-btn:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(232,184,78,0.6); }
        @media (max-width: 768px) {
            h1 { font-size: 1.8rem; }
            .nav-links { gap: 14px; justify-content: center; width: 100%; }
            .hero { flex-direction: column; }
        }