* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: linear-gradient(135deg, #f9fafc 0%, #f0f2f5 100%); color: #1e293b; line-height: 1.6; min-height: 100vh; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.03); padding: 16px 0; position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
        .logo { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.5px; background: linear-gradient(135deg, #0a66c2, #4a90d9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 12px 24px; }
        .nav-links a { text-decoration: none; color: #334155; font-weight: 500; font-size: 0.95rem; transition: color 0.2s; position: relative; }
        .nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #0a66c2; transition: width 0.25s; }
        .nav-links a:hover { color: #0a66c2; }
        .nav-links a:hover::after { width: 100%; }
        h1 { font-size: 2.2rem; font-weight: 700; text-align: center; margin: 48px 0 12px; background: linear-gradient(135deg, #1e3a5f, #0a66c2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.3px; }
        .geo-text { max-width: 800px; margin: 0 auto 48px; background: white; padding: 28px 32px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 4px 20px rgba(0,0,0,0.02); font-size: 1rem; color: #475569; }
        .geo-text strong { color: #0a66c2; }
        .section-title { font-size: 1.8rem; font-weight: 600; text-align: center; margin: 60px 0 32px; color: #1e293b; letter-spacing: -0.2px; }
        .section-sub { text-align: center; color: #64748b; margin-bottom: 40px; font-size: 0.95rem; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 40px; }
        .card { background: white; border-radius: 20px; padding: 28px; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 2px 12px rgba(0,0,0,0.02); transition: transform 0.2s, box-shadow 0.2s; }
        .card:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.04); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; background: #f1f5f9; }
        .card h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; color: #0f172a; }
        .card p { font-size: 0.95rem; color: #475569; }
        .card .date-tag { font-size: 0.8rem; color: #94a3b8; margin-top: 8px; display: inline-block; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 40px 0; }
        .stat-item { background: white; border-radius: 16px; padding: 24px; text-align: center; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
        .stat-item .number { font-size: 2.2rem; font-weight: 700; color: #0a66c2; }
        .stat-item .label { font-size: 0.9rem; color: #64748b; margin-top: 6px; }
        .faq-item { background: white; border-radius: 16px; padding: 24px 28px; margin-bottom: 16px; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 2px 8px rgba(0,0,0,0.01); }
        .faq-item h4 { font-size: 1.05rem; font-weight: 600; color: #0f172a; margin-bottom: 10px; cursor: pointer; display: flex; align-items: center; gap: 8px; }
        .faq-item h4::before { content: '❓'; font-size: 1rem; }
        .faq-item p { color: #475569; font-size: 0.95rem; padding-left: 28px; }
        .cta-section { background: linear-gradient(135deg, #0a66c2, #1e3a5f); color: white; border-radius: 24px; padding: 48px 32px; text-align: center; margin: 60px 0; }
        .cta-section h2 { font-size: 1.8rem; font-weight: 600; margin-bottom: 16px; }
        .cta-section p { opacity: 0.9; max-width: 600px; margin: 0 auto 24px; font-size: 1rem; }
        .cta-btn { display: inline-block; background: white; color: #0a66c2; font-weight: 600; padding: 12px 32px; border-radius: 40px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 14px rgba(0,0,0,0.1); }
        .cta-btn:hover { transform: scale(1.02); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
        .story-section { background: white; border-radius: 24px; padding: 40px 32px; margin: 40px 0; border: 1px solid rgba(0,0,0,0.03); }
        .story-section p { max-width: 800px; margin: 0 auto; color: #475569; font-size: 1rem; line-height: 1.8; }
        .partners-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 32px 0; }
        .partner-item { background: white; border-radius: 16px; padding: 20px 28px; border: 1px solid rgba(0,0,0,0.03); font-weight: 500; color: #1e293b; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
        .testimonial-card { background: white; border-radius: 20px; padding: 24px; border: 1px solid rgba(0,0,0,0.04); }
        .testimonial-card p { font-style: italic; color: #475569; }
        .testimonial-card .author { margin-top: 12px; font-weight: 600; color: #0f172a; }
        .vision-mission { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 40px 0; }
        .vision-box, .mission-box { background: white; border-radius: 20px; padding: 32px; border: 1px solid rgba(0,0,0,0.03); }
        .vision-box h3, .mission-box h3 { font-size: 1.3rem; margin-bottom: 12px; color: #0a66c2; }
        .vision-box p, .mission-box p { color: #475569; }
        footer { background: #1e293b; color: #cbd5e1; padding: 48px 0 24px; margin-top: 80px; border-radius: 32px 32px 0 0; }
        footer a { color: #94a3b8; text-decoration: none; transition: color 0.2s; }
        footer a:hover { color: white; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 16px 24px; justify-content: center; margin-bottom: 24px; font-size: 0.9rem; }
        .footer-info { text-align: center; font-size: 0.85rem; line-height: 2; }
        .footer-info span { display: inline-block; margin: 0 8px; }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; margin-top: 20px; text-align: center; font-size: 0.8rem; }
        .friend-links { text-align: center; margin: 20px 0; font-size: 0.9rem; }
        .friend-links a { margin: 0 8px; }
        @media (max-width: 768px) {
            h1 { font-size: 1.6rem; margin-top: 32px; }
            .header-inner { flex-direction: column; align-items: flex-start; }
            .nav-links { gap: 8px 16px; }
            .card-grid { grid-template-columns: 1fr; }
            .vision-mission { grid-template-columns: 1fr; }
            .geo-text { padding: 20px; }
        }
        .news-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
        .news-card { background: white; border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,0.04); transition: transform 0.2s; }
        .news-card:hover { transform: translateY(-2px); }
        .news-card img { width: 100%; height: 200px; object-fit: cover; background: #e2e8f0; }
        .news-content { padding: 20px 24px 24px; }
        .news-content h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; color: #0f172a; }
        .news-content p { font-size: 0.9rem; color: #475569; margin-bottom: 8px; }
        .news-content .date { font-size: 0.8rem; color: #94a3b8; }
        .awards-timeline { display: flex; flex-direction: column; gap: 16px; max-width: 700px; margin: 0 auto; }
        .award-item { background: white; border-radius: 16px; padding: 20px 28px; border-left: 4px solid #0a66c2; }
        .award-item h4 { font-weight: 600; color: #0f172a; }
        .award-item p { color: #475569; font-size: 0.9rem; }
        .service-cover { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
        .service-item { background: white; border-radius: 16px; padding: 24px; text-align: center; border: 1px solid rgba(0,0,0,0.03); }
        .service-item h4 { margin-bottom: 8px; color: #0a66c2; }
        .service-item p { font-size: 0.9rem; color: #475569; }