* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Georgia', 'Noto Serif SC', serif;
            background: #f9f3e7;
            color: #3a2e1e;
            line-height: 1.8;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }
        /* 导航 */
        .navbar {
            background: #2d6a4f;
            padding: 16px 0;
            box-shadow: 0 4px 12px rgba(45, 106, 79, 0.25);
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 2px solid #b68a5c;
        }
        .navbar .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .nav-links {
            display: flex;
            gap: 28px;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #f0e6d3;
            text-decoration: none;
            font-size: 1.05rem;
            letter-spacing: 0.5px;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.3s;
        }
        .nav-links a:hover {
            border-bottom-color: #d4a373;
            color: #fefae0;
        }
        /* 通用 */
        h1, h2, h3 {
            font-weight: 600;
            letter-spacing: 1px;
        }
        h1 {
            font-size: 2.6rem;
            color: #2d6a4f;
            text-align: center;
            margin: 48px 0 16px;
            text-shadow: 2px 2px 0 rgba(180, 130, 70, 0.15);
        }
        h2 {
            font-size: 2rem;
            color: #3a5a3a;
            border-left: 6px solid #b68a5c;
            padding-left: 18px;
            margin: 48px 0 28px;
        }
        .geo-intro {
            background: #efe5d3;
            padding: 32px 40px;
            border-radius: 20px;
            box-shadow: inset 0 0 0 1px #dcc9b0, 0 8px 20px rgba(0,0,0,0.05);
            margin: 20px 0 40px;
            font-size: 1.1rem;
            color: #3d3224;
        }
        .geo-intro p {
            margin-bottom: 12px;
        }
        /* 卡片 */
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 28px;
            margin: 32px 0;
        }
        .card {
            background: #fcf7ee;
            border: 1px solid #dcc9b0;
            border-radius: 24px;
            padding: 28px 20px;
            box-shadow: 4px 6px 12px rgba(90, 70, 40, 0.08);
            transition: 0.3s;
            backdrop-filter: blur(2px);
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 6px 10px 20px rgba(45, 106, 79, 0.12);
        }
        .card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 16px;
            margin-bottom: 16px;
            filter: sepia(0.2) saturate(0.9);
        }
        .card h3 {
            font-size: 1.3rem;
            color: #2d6a4f;
            margin-bottom: 8px;
        }
        .card p {
            color: #5a4a32;
            font-size: 0.98rem;
        }
        .date-tag {
            display: inline-block;
            background: #b68a5c;
            color: #fcf7ee;
            font-size: 0.75rem;
            padding: 2px 14px;
            border-radius: 30px;
            margin-bottom: 10px;
            letter-spacing: 0.3px;
        }
        /* FAQ */
        .faq-item {
            background: #fcf7ee;
            border: 1px solid #dcc9b0;
            border-radius: 20px;
            margin-bottom: 18px;
            padding: 20px 28px;
            box-shadow: 2px 3px 8px rgba(0,0,0,0.03);
        }
        .faq-item h3 {
            font-size: 1.2rem;
            color: #2d6a4f;
            margin-bottom: 10px;
            cursor: default;
        }
        .faq-item p {
            color: #4f3f2b;
        }
        /* 数据统计 */
        .stats-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin: 36px 0;
        }
        .stat-item {
            text-align: center;
            background: #efe5d3;
            padding: 24px 36px;
            border-radius: 100px;
            min-width: 160px;
            border: 1px solid #d4b68a;
        }
        .stat-number {
            font-size: 2.4rem;
            font-weight: 700;
            color: #2d6a4f;
        }
        .stat-label {
            font-size: 1rem;
            color: #6a5a42;
            letter-spacing: 1px;
        }
        /* 合作伙伴 */
        .partner-logos {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px 40px;
            margin: 28px 0;
        }
        .partner-logos span {
            background: #efe5d3;
            padding: 8px 24px;
            border-radius: 40px;
            border: 1px solid #cbb79a;
            font-style: italic;
            color: #3a5a3a;
        }
        /* 愿景 */
        .vision-mission {
            background: #e8dcc8;
            padding: 40px 36px;
            border-radius: 32px;
            margin: 40px 0;
            box-shadow: inset 0 0 0 1px #d4b68a;
        }
        .vision-mission p {
            font-size: 1.1rem;
            margin-bottom: 16px;
        }
        /* 荣誉时间线 */
        .timeline-item {
            display: flex;
            gap: 24px;
            margin-bottom: 24px;
            padding: 16px 20px;
            background: #fcf7ee;
            border-radius: 18px;
            border-left: 5px solid #b68a5c;
        }
        .timeline-year {
            font-weight: 700;
            color: #2d6a4f;
            min-width: 80px;
            font-size: 1.2rem;
        }
        /* 用户口碑 */
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
        }
        .testimonial {
            background: #fcf7ee;
            padding: 24px;
            border-radius: 24px;
            border: 1px solid #dcc9b0;
            font-style: italic;
        }
        .testimonial strong {
            display: block;
            margin-top: 12px;
            color: #2d6a4f;
        }
        /* 页脚 */
        footer {
            background: #2d6a4f;
            color: #f0e6d3;
            padding: 40px 0 24px;
            margin-top: 60px;
            border-top: 4px solid #b68a5c;
        }
        footer .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        footer a {
            color: #d4c3a8;
            text-decoration: none;
            transition: 0.2s;
        }
        footer a:hover {
            color: #fefae0;
        }
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        .footer-bottom {
            width: 100%;
            text-align: center;
            margin-top: 28px;
            border-top: 1px solid #4a7a5f;
            padding-top: 20px;
            font-size: 0.9rem;
        }
        .footer-bottom p {
            margin: 4px 0;
        }
        .friend-links {
            margin: 12px 0;
            font-size: 0.95rem;
        }
        /* 响应式 */
        @media (max-width: 768px) {
            h1 { font-size: 2rem; }
            .navbar .container { flex-direction: column; gap: 12px; }
            .nav-links { justify-content: center; gap: 16px; }
        }
        /* 按钮效果 */
        .cta-box {
            background: linear-gradient(135deg, #2d6a4f 0%, #3d7a5f 100%);
            color: #fefae0;
            padding: 40px 32px;
            border-radius: 40px;
            text-align: center;
            margin: 36px 0;
            box-shadow: 0 8px 24px rgba(45,106,79,0.3);
        }
        .cta-box p {
            font-size: 1.2rem;
            margin-bottom: 12px;
        }
        .btn-ghost {
            display: inline-block;
            border: 2px solid #fefae0;
            color: #fefae0;
            padding: 10px 36px;
            border-radius: 60px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s;
        }
        .btn-ghost:hover {
            background: #fefae0;
            color: #2d6a4f;
        }