* { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'PingFang SC', 'Helvetica Neue', Arial, sans-serif; background: linear-gradient(145deg, #fdf6f0 0%, #fce9e0 100%); color: #3d2c2b; line-height: 1.7; }
    .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    /* 主色调：玫瑰金到粉金 */
    :root { --rose-gold: #d4a5a5; --pink-gold: #e8b4b4; --shadow-metal: rgba(180, 130, 120, 0.3); --card-bg: rgba(255, 240, 235, 0.7); }
    h1, h2, h3 { font-weight: 600; letter-spacing: 0.02em; }
    h1 { font-size: 2.8rem; background: linear-gradient(135deg, #b67e6e, #d4a5a5, #eac2b0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 40px 0 20px; text-align: center; }
    h2 { font-size: 2rem; color: #a07164; margin: 40px 0 20px; border-left: 6px solid #d4a5a5; padding-left: 16px; }
    .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 20px; background: rgba(212, 165, 165, 0.25); backdrop-filter: blur(8px); padding: 16px 24px; border-radius: 60px; margin: 20px 0 30px; border: 1px solid rgba(212, 165, 165, 0.4); }
    .nav-links a { color: #5a3d39; text-decoration: none; font-weight: 500; padding: 6px 16px; border-radius: 30px; transition: all 0.3s; background: rgba(255,245,240,0.6); }
    .nav-links a:hover { background: #d4a5a5; color: #fff; transform: scale(1.04); box-shadow: 0 4px 18px var(--shadow-metal); }
    .card { background: var(--card-bg); backdrop-filter: blur(4px); border-radius: 32px; padding: 32px; margin-bottom: 32px; box-shadow: 0 12px 40px var(--shadow-metal), inset 0 0 0 1px rgba(255,255,255,0.7); transition: 0.3s; }
    .card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px var(--shadow-metal); }
    .img-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin: 20px 0; }
    .img-grid img { width: 100%; border-radius: 24px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); transition: 0.3s; border: 2px solid rgba(212,165,165,0.3); }
    .img-grid img:hover { transform: scale(1.02); border-color: #d4a5a5; }
    .news-list article { padding: 20px 0; border-bottom: 1px dashed #e0cac0; }
    .news-list article:last-child { border: none; }
    .news-list time { color: #b07f72; font-size: 0.9rem; display: block; margin-bottom: 6px; font-weight: 500; }
    .news-list h3 { font-size: 1.3rem; color: #5a3d39; }
    .news-list p { color: #5f4a45; margin-top: 8px; }
    .faq-item { margin: 20px 0; padding: 18px 22px; background: rgba(255,245,240,0.6); border-radius: 28px; border-left: 6px solid #d4a5a5; }
    .faq-item strong { color: #7a554b; font-size: 1.1rem; }
    .faq-item p { margin-top: 10px; color: #4f3b37; }
    footer { background: rgba(212,165,165,0.15); backdrop-filter: blur(8px); padding: 40px 24px 24px; border-radius: 48px 48px 0 0; margin-top: 60px; text-align: center; color: #4f3b37; border-top: 1px solid rgba(212,165,165,0.3); }
    footer a { color: #7a554b; text-decoration: none; margin: 0 8px; }
    footer a:hover { color: #d4a5a5; text-decoration: underline; }
    .friend-links { margin: 20px 0; font-size: 0.95rem; }
    .friend-links a { margin: 0 6px; }
    .btn-cta { display: inline-block; background: linear-gradient(135deg, #d4a5a5, #eac2b0); color: #fff; padding: 14px 40px; border-radius: 50px; font-weight: 600; font-size: 1.2rem; text-decoration: none; transition: 0.3s; box-shadow: 0 6px 24px var(--shadow-metal); }
    .btn-cta:hover { transform: scale(1.05); box-shadow: 0 10px 32px #d4a5a5; }
    .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; text-align: center; }
    .stat-item { background: rgba(255,240,235,0.6); padding: 24px 12px; border-radius: 28px; backdrop-filter: blur(2px); border: 1px solid rgba(212,165,165,0.2); }
    .stat-item .num { font-size: 2.4rem; font-weight: 700; color: #b67e6e; }
    .stat-item .label { color: #5f4a45; margin-top: 6px; }
    .partner-logos { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
    .partner-logos span { background: rgba(255,245,240,0.8); padding: 12px 24px; border-radius: 40px; border: 1px solid #e0cac0; color: #7a554b; font-weight: 500; }
    .testimonial-card { background: rgba(255,240,235,0.5); border-radius: 28px; padding: 24px; margin: 16px 0; border-left: 6px solid #eac2b0; }
    @media (max-width: 768px) { h1 { font-size: 2rem; } .nav-links { border-radius: 30px; padding: 12px 16px; } }