* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: linear-gradient(135deg, #f5f0e8 0%, #e8dfd0 100%); color: #2e2b26; line-height: 1.7; }
        .wrapper { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        header { background: linear-gradient(145deg, #1a3a1a 0%, #2d5a2d 40%, #3b6e3b 100%); padding: 18px 0; box-shadow: 0 6px 20px rgba(0,0,0,0.3); position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; }
        .logo { font-size: 1.8rem; font-weight: 700; color: #f5e6c8; letter-spacing: 2px; text-shadow: 2px 2px 0 #3b2a1a; }
        .logo em { font-style: normal; background: #b58d5a; padding: 0 6px; border-radius: 6px; color: #1a2c1a; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #efe6d0; text-decoration: none; font-weight: 500; padding: 6px 10px; border-radius: 20px; transition: 0.3s; font-size: 1rem; background: rgba(255,255,240,0.08); }
        .nav-links a:hover { background: #b58d5a; color: #1a2c1a; transform: scale(1.02); }
        .hero { position: relative; background: url('/img/home.webp') center/cover no-repeat; min-height: 420px; display: flex; align-items: center; justify-content: center; border-radius: 32px; margin: 40px 0; box-shadow: 0 16px 40px rgba(0,0,0,0.25); overflow: hidden; border: 1px solid #bcaa8a; }
        .hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,58,26,0.7) 0%, rgba(124,92,58,0.5) 100%); }
        .hero-content { position: relative; z-index: 2; text-align: center; color: #faf7ef; padding: 60px 30px; max-width: 700px; }
        .hero-content h1 { font-size: 3rem; margin-bottom: 20px; text-shadow: 4px 4px 0 #2d4a2d; letter-spacing: 1px; }
        .hero-content p { font-size: 1.25rem; background: rgba(0,0,0,0.3); backdrop-filter: blur(6px); padding: 20px 30px; border-radius: 40px; display: inline-block; border: 1px solid #dcc9a8; }
        .section-title { text-align: center; font-size: 2.2rem; margin: 60px 0 30px; color: #2d4a2d; position: relative; display: inline-block; left: 50%; transform: translateX(-50%); padding: 0 20px 10px; border-bottom: 4px solid #7c5c3a; }
        .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; margin: 40px 0; }
        .card { background: #fffbf2; border-radius: 28px; padding: 30px 20px; box-shadow: 0 8px 24px rgba(90,70,40,0.12); border: 1px solid #dcc9a8; transition: 0.3s; position: relative; overflow: hidden; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(90,70,40,0.2); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 18px; margin-bottom: 18px; border: 2px solid #cbb58a; }
        .card h3 { color: #2d4a2d; font-size: 1.4rem; margin-bottom: 12px; }
        .card p { color: #4a4036; font-size: 0.95rem; }
        .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 40px 0; background: #2d4a2d; padding: 30px; border-radius: 40px; color: #f5e6c8; text-align: center; }
        .stats-grid .stat h4 { font-size: 2.6rem; font-weight: 800; color: #dbbd8a; }
        .stats-grid .stat p { font-size: 1rem; opacity: 0.9; }
        .faq-item { background: #fffbf2; border-radius: 24px; padding: 24px 28px; margin-bottom: 18px; border-left: 6px solid #7c5c3a; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .faq-item h4 { font-size: 1.2rem; color: #1a3a1a; margin-bottom: 10px; }
        .faq-item p { color: #3e372f; }
        .news-card { background: #fffbf2; border-radius: 28px; padding: 28px; margin-bottom: 30px; border: 1px solid #dcc9a8; }
        .news-card .date { color: #7c5c3a; font-weight: 600; font-size: 0.85rem; background: #efe2cc; display: inline-block; padding: 2px 14px; border-radius: 30px; margin-bottom: 10px; }
        .news-card h3 { font-size: 1.5rem; margin-bottom: 10px; color: #1a3a1a; }
        .news-card p { color: #4a4036; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 40px 0; }
        .testimonial-card { background: #fffbf2; border-radius: 28px; padding: 30px; border: 1px solid #dcc9a8; box-shadow: 0 6px 16px rgba(0,0,0,0.04); }
        .testimonial-card p { font-style: italic; color: #3e372f; }
        .testimonial-card .author { margin-top: 16px; font-weight: 700; color: #2d4a2d; }
        .cta-block { background: linear-gradient(145deg, #1a3a1a, #4a6a3a); border-radius: 40px; padding: 50px 30px; text-align: center; color: #faf7ef; margin: 50px 0; box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
        .cta-block h2 { font-size: 2.2rem; margin-bottom: 16px; }
        .cta-block .btn { background: #b58d5a; color: #1a2c1a; padding: 16px 44px; border-radius: 60px; font-weight: 700; font-size: 1.2rem; display: inline-block; margin-top: 20px; text-decoration: none; transition: 0.3s; border: 2px solid #dbbd8a; }
        .cta-block .btn:hover { background: #cfa66a; transform: scale(1.02); }
        footer { background: #1a3a1a; color: #d4c6aa; padding: 40px 0 30px; margin-top: 60px; border-radius: 40px 40px 0 0; }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        .footer-links a { color: #d4c6aa; text-decoration: none; margin: 0 10px; }
        .footer-links a:hover { color: #dbbd8a; }
        .beian { font-size: 0.85rem; opacity: 0.75; margin-top: 20px; }
        .partner-logos { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 30px 0; }
        .partner-logos img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid #bcaa8a; background: #fffbf2; }
        .breadcrumb { font-size: 0.9rem; color: #7c5c3a; margin-bottom: 20px; }
        .breadcrumb a { color: #2d4a2d; text-decoration: none; }
        @media (max-width: 768px) { .nav-links { gap: 12px; } .hero-content h1 { font-size: 2rem; } .stats-grid { grid-template-columns: 1fr 1fr; } }