* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 100%); color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.7; min-height: 100vh; display: flex; flex-direction: column; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        /* ===== 导航 ===== */
        nav { background: rgba(10,10,10,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.04); position: sticky; top: 0; z-index: 100; padding: 14px 0; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 18px; }
        .nav-links a { color: #ccc; text-decoration: none; font-size: 0.95rem; letter-spacing: 0.3px; transition: color 0.2s; padding: 4px 0; border-bottom: 1px solid transparent; }
        .nav-links a:hover { color: #fff; border-bottom-color: #c9a84c; }
        .nav-brand { font-size: 1.2rem; font-weight: 600; color: #fff; letter-spacing: 1px; }
        .nav-brand span { color: #c9a84c; }
        /* ===== H1 ===== */
        h1 { font-size: 2.6rem; font-weight: 300; letter-spacing: -0.5px; color: #fff; margin: 60px 0 16px; line-height: 1.2; text-align: center; }
        h1 span { color: #c9a84c; font-weight: 400; }
        .subhead { text-align: center; max-width: 720px; margin: 0 auto 50px; color: #aaa; font-size: 1.05rem; }
        /* ===== 通用标题 ===== */
        h2 { font-size: 2rem; font-weight: 300; color: #fff; margin-bottom: 32px; letter-spacing: -0.3px; }
        h2 i { color: #c9a84c; font-style: normal; }
        h3 { font-size: 1.3rem; font-weight: 400; color: #eee; margin-bottom: 12px; }
        /* ===== 卡片与区块 ===== */
        section { padding: 70px 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
        .grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
        .grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
        @media (max-width: 860px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
        .card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 20px; padding: 28px; transition: transform 0.2s, background 0.2s; }
        .card:hover { background: rgba(255,255,255,0.06); transform: translateY(-4px); }
        .card img { width: 100%; height: auto; border-radius: 12px; margin-bottom: 16px; object-fit: cover; aspect-ratio: 16/9; background: #222; }
        .stat-num { font-size: 2.6rem; font-weight: 200; color: #c9a84c; line-height: 1; margin-bottom: 6px; }
        .stat-label { color: #aaa; font-size: 0.95rem; }
        /* ===== 新闻 ===== */
        .news-item { margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .news-item:last-child { border-bottom: none; }
        .news-date { color: #888; font-size: 0.85rem; margin-bottom: 6px; letter-spacing: 0.3px; }
        .news-title { font-size: 1.3rem; color: #fff; margin-bottom: 8px; font-weight: 400; }
        .news-summary { color: #b0b0b0; font-size: 0.95rem; }
        /* ===== FAQ ===== */
        .faq-item { margin-bottom: 28px; }
        .faq-q { font-weight: 500; color: #fff; margin-bottom: 6px; font-size: 1.05rem; }
        .faq-a { color: #b8b8b8; padding-left: 8px; border-left: 2px solid #c9a84c; }
        /* ===== 页脚 ===== */
        footer { background: #0d0d0d; border-top: 1px solid rgba(255,255,255,0.04); padding: 48px 0 32px; margin-top: auto; }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        .footer-col { flex: 1 1 200px; }
        .footer-col h4 { color: #fff; font-weight: 400; margin-bottom: 14px; font-size: 1.05rem; }
        .footer-col a { display: block; color: #999; text-decoration: none; font-size: 0.9rem; margin-bottom: 6px; transition: color 0.2s; }
        .footer-col a:hover { color: #c9a84c; }
        .footer-bottom { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; font-size: 0.85rem; color: #777; }
        .footer-bottom a { color: #999; text-decoration: none; margin: 0 6px; }
        .footer-bottom a:hover { color: #c9a84c; }
        .friend-links { margin-top: 20px; line-height: 2; }
        .friend-links a { color: #888; font-size: 0.85rem; margin: 0 6px; }
        /* ===== Hero / CTA ===== */
        .hero { text-align: center; padding: 40px 0 20px; }
        .hero img { max-width: 100%; border-radius: 24px; margin: 30px 0; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
        .cta-box { background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); border-radius: 28px; padding: 48px 32px; text-align: center; }
        .cta-box p { font-size: 1.1rem; color: #ddd; margin-bottom: 24px; }
        .btn { display: inline-block; padding: 14px 42px; background: #c9a84c; color: #0a0a0a; font-weight: 500; border-radius: 40px; text-decoration: none; font-size: 1rem; transition: background 0.2s, transform 0.2s; border: none; cursor: default; }
        .btn:hover { background: #dbb95a; transform: scale(1.02); }
        /* ===== 口碑 ===== */
        .review-card { background: rgba(255,255,255,0.02); border-radius: 18px; padding: 24px; }
        .review-card p { font-style: italic; color: #c0c0c0; }
        .review-author { color: #c9a84c; margin-top: 12px; font-size: 0.9rem; }
        /* ===== GEO ===== */
        .geo-text { color: #b0b0b0; font-size: 1rem; max-width: 900px; margin: 0 auto; line-height: 1.8; }
        /* ===== 通用 ===== */
        .text-gold { color: #c9a84c; }
        .mb-0 { margin-bottom: 0; }
        .mt-20 { margin-top: 20px; }