* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: #0a0a0a; color: #f0e6d2; line-height: 1.7; }
        a { color: #d4af37; text-decoration: none; transition: 0.3s; }
        a:hover { color: #ffdf7e; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 导航 */
        nav { background: linear-gradient(135deg, #4a0a0a 0%, #991b1b 100%); border-bottom: 2px solid #d4af37; padding: 12px 0; position: sticky; top: 0; z-index: 1000; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; }
        .logo { font-size: 1.6rem; font-weight: 800; letter-spacing: 2px; background: linear-gradient(to right, #d4af37, #f5d776); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { font-weight: 600; padding: 6px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { border-bottom-color: #d4af37; }
        /* 通用卡片 */
        .card { background: rgba(74, 10, 10, 0.5); backdrop-filter: blur(4px); border: 1px solid #d4af37; border-radius: 12px; padding: 32px; margin: 40px 0; box-shadow: 0 8px 32px rgba(0,0,0,0.6); }
        .card h2, .card h3 { color: #f5d776; margin-bottom: 20px; font-weight: 700; }
        /* H1 */
        h1 { font-size: 2.6rem; font-weight: 800; text-align: center; padding: 60px 0 30px; background: linear-gradient(180deg, #4a0a0a, #0a0a0a); color: #f5d776; letter-spacing: 3px; text-shadow: 0 4px 20px rgba(153,27,27,0.6); }
        /* 图片布局 */
        .img-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 30px 0; }
        .img-grid img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; border: 1px solid #d4af37; transition: transform 0.4s; }
        .img-grid img:hover { transform: scale(1.02); }
        /* 新闻 */
        .news-list { display: flex; flex-direction: column; gap: 30px; }
        .news-item { background: rgba(0,0,0,0.4); border-left: 4px solid #d4af37; padding: 20px 24px; border-radius: 0 10px 10px 0; }
        .news-item h3 { font-size: 1.3rem; margin-bottom: 8px; }
        .news-item .date { color: #a08040; font-size: 0.9rem; margin-bottom: 8px; }
        .news-item p { color: #dcd0c0; }
        /* FAQ */
        .faq-item { border-bottom: 1px solid #3a2a1a; padding: 20px 0; }
        .faq-item:last-child { border: none; }
        .faq-question { font-weight: 700; font-size: 1.1rem; color: #f5d776; cursor: default; margin-bottom: 8px; }
        .faq-answer { color: #c8bca8; }
        /* 统计 */
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 30px; text-align: center; }
        .stat-item { padding: 20px; background: #1a0a0a; border-radius: 12px; border: 1px solid #6a2a2a; }
        .stat-number { font-size: 2.8rem; font-weight: 900; color: #d4af37; }
        .stat-label { font-size: 1rem; color: #b0a090; margin-top: 8px; }
        /* 优势 */
        .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
        .advantage { background: #1f0f0f; padding: 24px; border-radius: 10px; border: 1px solid #7a2a2a; }
        .advantage h3 { color: #d4af37; margin-bottom: 12px; }
        /* 合作伙伴/口碑 */
        .partner-list, .testimonial-list { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
        .partner-item, .testimonial-item { background: #1a0a0a; padding: 20px; border-radius: 10px; border: 1px solid #5a2a2a; flex: 1 1 200px; text-align: center; }
        /* CTA */
        .cta-section { text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #4a0a0a, #991b1b); border-radius: 16px; border: 2px solid #d4af37; margin: 50px 0; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 20px; }
        .cta-button { display: inline-block; padding: 16px 48px; background: #d4af37; color: #1a0a0a; font-weight: 700; border-radius: 40px; font-size: 1.2rem; transition: 0.3s; }
        .cta-button:hover { background: #f5d776; transform: scale(1.05); }
        /* 品牌故事 */
        .story-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }
        .story-text { flex: 2; }
        .story-img { flex: 1; min-width: 200px; }
        .story-img img { width: 100%; border-radius: 12px; border: 1px solid #d4af37; }
        /* 页脚 */
        footer { background: #0a0a0a; border-top: 2px solid #4a0a0a; padding: 40px 0 20px; margin-top: 60px; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-grid h4 { color: #d4af37; margin-bottom: 16px; }
        .footer-links a { display: block; margin: 6px 0; font-size: 0.95rem; }
        .footer-bottom { border-top: 1px solid #2a1a0a; padding-top: 20px; text-align: center; font-size: 0.9rem; color: #8a7a6a; }
        .footer-bottom .friend-links { margin: 10px 0; word-break: break-all; }
        .footer-bottom a { margin: 0 6px; }
        @media (max-width: 768px) {
            h1 { font-size: 1.8rem; }
            .nav-links { gap: 12px; }
            .card { padding: 20px; }
        }