* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: linear-gradient(145deg, #fef9f3 0%, #fff7ed 100%); color: #2d1f0c; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 导航 */
        .navbar { background: rgba(255,255,255,0.75); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(249,115,22,0.2); padding: 12px 0; position: sticky; top: 0; z-index: 100; }
        .navbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .logo { font-size: 1.6rem; font-weight: 800; background: linear-gradient(135deg, #f97316, #4a2c0a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #4a2c0a; font-weight: 600; font-size: 1rem; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.2s; }
        .nav-links a:hover { border-bottom-color: #f97316; color: #f97316; }
        /* H1 */
        .hero-section { padding: 80px 0 60px; text-align: center; }
        .hero-section h1 { font-size: 3.2rem; font-weight: 800; background: linear-gradient(135deg, #f97316 0%, #c2410c 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; }
        .hero-sub { font-size: 1.15rem; color: #6b4b2a; max-width: 760px; margin: 0 auto 16px; }
        .geo-text { max-width: 860px; margin: 24px auto 0; font-size: 1.05rem; color: #3d2a13; background: rgba(249,115,22,0.05); padding: 20px 28px; border-radius: 32px; border-left: 4px solid #f97316; text-align: left; }
        /* 通用卡片 */
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 40px; }
        .glass-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 32px; padding: 28px 22px; box-shadow: 0 8px 24px rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); transition: all 0.3s; }
        .glass-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(249,115,22,0.15); }
        .glass-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 20px; margin-bottom: 16px; background: #f5e7db; }
        .glass-card h3 { font-size: 1.4rem; color: #4a2c0a; margin-bottom: 10px; }
        .glass-card p { color: #5c3f1e; font-size: 0.98rem; }
        .section-title { font-size: 2.2rem; font-weight: 700; color: #3d2410; margin: 60px 0 16px; position: relative; display: inline-block; }
        .section-title:after { content: ''; display: block; width: 60px; height: 4px; background: #f97316; border-radius: 4px; margin-top: 6px; }
        /* 新闻卡片特殊 */
        .news-card { background: rgba(255,255,255,0.65); backdrop-filter: blur(8px); border-radius: 28px; padding: 24px; border: 1px solid rgba(249,115,22,0.12); margin-bottom: 20px; }
        .news-card .date { font-size: 0.85rem; color: #b9743e; font-weight: 600; margin-bottom: 6px; }
        .news-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
        .news-card p { color: #4d3419; }
        /* faq */
        .faq-item { background: rgba(255,255,255,0.55); backdrop-filter: blur(8px); border-radius: 24px; padding: 22px 24px; margin-bottom: 18px; border-left: 4px solid #f97316; }
        .faq-item h4 { font-size: 1.15rem; color: #3d2410; margin-bottom: 8px; }
        .faq-item p { color: #4f361c; }
        /* 统计 */
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap: 20px; text-align: center; }
        .stat-num { font-size: 2.6rem; font-weight: 800; color: #f97316; }
        .stat-label { color: #5c3f1e; font-weight: 500; }
        /* 合作伙伴logo */
        .partner-badge { display: inline-block; background: rgba(255,255,255,0.5); border-radius: 40px; padding: 8px 20px; margin: 6px 10px; border: 1px solid rgba(249,115,22,0.2); }
        /* 按钮 */
        .btn-primary { display: inline-block; background: linear-gradient(135deg, #f97316, #d95b0a); color: #fff; padding: 12px 36px; border-radius: 60px; font-weight: 700; text-decoration: none; transition: 0.2s; box-shadow: 0 4px 14px rgba(249,115,22,0.35); }
        .btn-primary:hover { transform: scale(1.04); box-shadow: 0 8px 24px rgba(249,115,22,0.5); }
        .cta-wrap { margin: 48px 0 24px; text-align: center; }
        /* 页脚 */
        .footer { background: #2d1b08; color: #faead9; padding: 48px 0 28px; margin-top: 60px; border-radius: 48px 48px 0 0; }
        .footer a { color: #fbb68a; text-decoration: none; }
        .footer a:hover { color: #fff; }
        .footer .links { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; margin: 20px 0; }
        .footer .copy { text-align: center; border-top: 1px solid rgba(251,182,138,0.2); padding-top: 20px; font-size: 0.9rem; color: #bda68c; }
        .friend-links { text-align: center; margin: 16px 0; word-break: break-word; }
        .friend-links a { margin: 0 6px; }
        @media (max-width: 768px) {
            .hero-section h1 { font-size: 2.2rem; }
            .nav-links { gap: 14px; }
            .navbar .container { flex-direction: column; gap: 12px; }
        }
        .badge-tag { background: #f97316; color: #fff; font-size: 0.75rem; padding: 2px 12px; border-radius: 40px; display: inline-block; margin-right: 8px; }