* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; }
        body { background: linear-gradient(145deg, #f0fdf4 0%, #e6f7ec 100%); color: #1a2e2a; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        nav { background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(52,211,153,0.15); position: sticky; top: 0; z-index: 100; padding: 14px 0; border-bottom: 1px solid rgba(52,211,153,0.2); }
        .nav-links { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
        .nav-links a { color: #1f3b37; text-decoration: none; font-weight: 500; font-size: 16px; padding: 6px 14px; border-radius: 40px; transition: all 0.2s; background: transparent; }
        .nav-links a:hover { background: #34d399; color: white; box-shadow: 0 4px 12px rgba(52,211,153,0.3); }
        h1 { font-size: 2.8rem; font-weight: 700; background: linear-gradient(135deg, #0f766e, #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-align: center; padding: 48px 0 16px; letter-spacing: -0.5px; }
        .geo-desc { text-align: center; max-width: 800px; margin: 0 auto 40px; color: #2d4a44; font-size: 1.05rem; }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 40px 0; }
        .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin: 40px 0; }
        .grid-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; margin: 40px 0; }
        .card { background: rgba(255,255,255,0.75); backdrop-filter: blur(4px); border-radius: 28px; padding: 28px 24px; box-shadow: 0 8px 24px rgba(52,211,153,0.08); border: 1px solid rgba(52,211,153,0.15); transition: transform 0.2s; }
        .card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(52,211,153,0.15); }
        .card h2, .card h3 { color: #0f766e; margin-bottom: 12px; font-weight: 600; }
        .card p { color: #2f4f4a; font-size: 0.95rem; }
        .card img { width: 100%; border-radius: 16px; margin-bottom: 16px; object-fit: cover; height: 200px; }
        .stat-number { font-size: 2.4rem; font-weight: 700; color: #0f766e; display: block; }
        .stat-label { font-size: 0.9rem; color: #4a6b63; text-transform: uppercase; letter-spacing: 1px; }
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #34d399, #0f766e); color: white; padding: 14px 38px; border-radius: 60px; font-weight: 600; font-size: 1.1rem; text-decoration: none; box-shadow: 0 8px 20px rgba(52,211,153,0.3); transition: all 0.25s; border: none; cursor: pointer; }
        .btn-cta:hover { transform: scale(1.02); box-shadow: 0 12px 28px rgba(52,211,153,0.4); }
        .section-title { font-size: 2rem; font-weight: 600; color: #0b4f47; margin: 48px 0 24px; text-align: center; }
        .faq-item { margin-bottom: 24px; }
        .faq-item h4 { color: #0f766e; font-size: 1.05rem; margin-bottom: 6px; font-weight: 600; }
        .faq-item p { color: #2d4a44; border-left: 3px solid #34d399; padding-left: 16px; }
        .news-card { background: white; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); margin-bottom: 20px; border: 1px solid #e2f0ea; }
        .news-card h3 { color: #0b4f47; margin-bottom: 6px; }
        .news-card .date { font-size: 0.8rem; color: #6f8f87; margin-bottom: 8px; }
        .news-card p { color: #3a5f57; }
        footer { background: #0f2924; color: #b5d4cd; padding: 48px 0 28px; margin-top: 60px; }
        footer a { color: #7fc3b6; text-decoration: none; margin: 0 8px; }
        footer a:hover { color: #34d399; }
        footer .footer-addr, footer .footer-icp { text-align: center; font-size: 0.85rem; margin-top: 12px; opacity: 0.8; }
        .partner-link { display: inline-block; margin: 0 10px; color: #1f3b37; font-weight: 500; }
        .partner-link:hover { color: #34d399; }
        .flex-center { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
        .text-center { text-align: center; }
        .mt-24 { margin-top: 24px; }
        .mb-24 { margin-bottom: 24px; }
        @media (max-width: 768px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } h1 { font-size: 2rem; } .nav-links { gap: 16px; } }