* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: #fdf6f2; color: #2d2a2a; line-height: 1.6; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* 玫瑰金到粉金主色调 */
        :root { --gold: #e6b8a8; --rose: #d69a8a; --pink: #f2c9c0; --light: #fef6f3; --dark: #3d2c2a; }
        a { color: #b07a6a; text-decoration: none; }
        a:hover { color: #8f5e4e; }
        h1, h2, h3 { font-weight: 300; letter-spacing: 0.5px; }
        .hero { background: linear-gradient(135deg, #f2d9d0, #ecc7bc, #f0d4ca); padding: 80px 0 70px; text-align: center; border-bottom: 1px solid rgba(214, 154, 138, 0.3); }
        .hero h1 { font-size: 3rem; margin-bottom: 20px; color: #3d2c2a; font-weight: 400; }
        .hero p { font-size: 1.25rem; max-width: 700px; margin: 0 auto; color: #5c4540; }
        nav { background: #fffbf9; border-bottom: 1px solid #e8d3cc; padding: 14px 0; box-shadow: 0 4px 12px rgba(214, 154, 138, 0.08); }
        .nav-links { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
        .nav-links a { color: #5c4540; font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; transition: border 0.2s; }
        .nav-links a:hover { border-bottom-color: #d69a8a; }
        .section-title { font-size: 2rem; margin-bottom: 40px; text-align: center; color: #3d2c2a; position: relative; }
        .section-title::after { content: ''; display: block; width: 70px; height: 3px; background: #d69a8a; margin: 12px auto 0; border-radius: 4px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; margin: 40px 0; }
        .card { background: #fffcf9; border-radius: 24px; padding: 28px 20px; box-shadow: 0 12px 28px rgba(214, 154, 138, 0.12); border: 1px solid #f0dbd4; transition: transform 0.25s, box-shadow 0.3s; backdrop-filter: blur(2px); }
        .card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(214, 154, 138, 0.2); }
        .card img { width: 100%; border-radius: 16px; margin-bottom: 16px; height: 180px; object-fit: cover; background: #f5e7e2; }
        .card h3 { font-size: 1.3rem; margin-bottom: 8px; }
        .card p { color: #5c4a45; font-size: 0.95rem; }
        .badge { display: inline-block; background: #ecc7bc; color: #3d2c2a; padding: 4px 14px; border-radius: 30px; font-size: 0.8rem; margin-bottom: 12px; }
        .geo-section { background: #fffbf9; padding: 60px 0; border-top: 1px solid #f0dbd4; }
        .geo-content { max-width: 900px; margin: 0 auto; font-size: 1.05rem; color: #4a3b37; }
        .faq-item { background: #fffcf9; border-radius: 20px; padding: 24px 28px; margin-bottom: 20px; box-shadow: 0 4px 12px rgba(214, 154, 138, 0.06); border: 1px solid #f3e0d9; }
        .faq-item h4 { font-size: 1.2rem; margin-bottom: 12px; color: #3d2c2a; }
        .faq-item p { color: #5c4a45; }
        .news-card { background: #fffcf9; border-radius: 20px; padding: 24px; margin-bottom: 24px; border: 1px solid #f3e0d9; }
        .news-date { color: #b07a6a; font-size: 0.85rem; margin-bottom: 6px; }
        .news-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
        .news-card p { color: #5c4a45; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin: 40px 0; }
        .stat-item { text-align: center; padding: 28px 12px; background: #fffcf9; border-radius: 28px; border: 1px solid #f0dbd4; }
        .stat-item .number { font-size: 2.6rem; font-weight: 300; color: #b07a6a; }
        .stat-item .label { color: #5c4540; }
        .testimonial { background: #fffbf9; padding: 54px 0; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 30px; }
        .testi-card { background: #fffcf9; border-radius: 28px; padding: 28px; border: 1px solid #f0dbd4; font-style: italic; }
        .testi-card strong { display: block; margin-top: 16px; font-style: normal; color: #8f5e4e; }
        .cta { background: linear-gradient(145deg, #ecc7bc, #d69a8a); padding: 64px 0; text-align: center; color: #2d2a2a; }
        .cta h2 { font-size: 2.2rem; margin-bottom: 16px; }
        .cta a { display: inline-block; background: #3d2c2a; color: #fdf6f2; padding: 14px 48px; border-radius: 40px; font-size: 1.2rem; margin-top: 20px; transition: background 0.2s; }
        .cta a:hover { background: #5c4540; }
        footer { background: #2d2a2a; color: #e4d5ce; padding: 40px 0 24px; margin-top: 60px; }
        footer a { color: #e4b8aa; }
        footer .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 32px; margin-bottom: 20px; }
        footer .footer-addr { text-align: center; font-size: 0.9rem; opacity: 0.8; }
        footer .footer-bottom { border-top: 1px solid #4a3b37; margin-top: 24px; padding-top: 20px; text-align: center; font-size: 0.85rem; }
        @media (max-width: 768px) { .hero h1 { font-size: 2.2rem; } .nav-links { gap: 16px; } .section-title { font-size: 1.6rem; } }