* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
        body { background: #f9fafb; color: #1a1a2e; line-height: 1.6; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        nav { background: #ffffff; border-bottom: 1px solid #eef0f2; padding: 16px 0; position: sticky; top: 0; z-index: 100; }
        .nav-links { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #2c3e50; font-weight: 500; font-size: 15px; padding: 6px 0; border-bottom: 2px solid transparent; transition: 0.2s; }
        .nav-links a:hover { border-bottom-color: #a0c4ff; color: #1a1a2e; }
        h1 { text-align: center; padding: 60px 20px 20px; font-size: 2.4rem; font-weight: 700; letter-spacing: -0.5px; color: #1a1a2e; background: linear-gradient(145deg, #ffffff, #f2f4f7); }
        .geo-intro { max-width: 800px; margin: 0 auto 40px; padding: 0 24px; font-size: 1rem; color: #3a3a4a; text-align: center; line-height: 1.8; }
        .section-title { text-align: center; font-size: 1.8rem; font-weight: 600; margin: 56px 0 32px; position: relative; display: inline-block; left: 50%; transform: translateX(-50%); }
        .section-title::after { content: ''; display: block; width: 60px; height: 3px; background: #a0c4ff; margin: 12px auto 0; border-radius: 4px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 32px 0; }
        .card { background: #ffffff; border: 1px solid #eef0f2; border-radius: 20px; padding: 28px 24px; transition: box-shadow 0.25s; }
        .card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.03); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 14px; margin-bottom: 16px; display: block; }
        .card h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; }
        .card p { color: #4a4a5a; font-size: 0.95rem; }
        .btn-primary { display: inline-block; background: #1a1a2e; color: #fff; padding: 12px 36px; border-radius: 40px; text-decoration: none; font-weight: 500; transition: 0.2s; }
        .btn-primary:hover { background: #2c3e50; }
        .center { text-align: center; }
        .stats-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin: 40px 0; }
        .stat-item { text-align: center; }
        .stat-number { font-size: 2.6rem; font-weight: 700; color: #1a1a2e; }
        .stat-label { color: #6c6c7a; font-size: 0.9rem; }
        .faq-item { border-bottom: 1px solid #eef0f2; padding: 18px 0; }
        .faq-question { font-weight: 600; font-size: 1.05rem; cursor: default; }
        .faq-answer { margin-top: 10px; color: #4a4a5a; }
        .news-list { margin: 20px 0; }
        .news-item { background: #ffffff; border: 1px solid #eef0f2; border-radius: 16px; padding: 24px; margin-bottom: 20px; }
        .news-date { font-size: 0.85rem; color: #8a8a9a; margin-bottom: 6px; }
        .news-title { font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; }
        .news-summary { color: #4a4a5a; }
        footer { background: #ffffff; border-top: 1px solid #eef0f2; margin-top: 60px; padding: 40px 24px 24px; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin-bottom: 20px; font-size: 0.9rem; }
        .footer-links a { color: #2c3e50; text-decoration: none; }
        .footer-links a:hover { text-decoration: underline; }
        .footer-info { text-align: center; color: #6c6c7a; font-size: 0.85rem; line-height: 2; }
        .partner-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .partner-grid a { background: #fff; border: 1px solid #eef0f2; border-radius: 12px; padding: 12px 24px; text-decoration: none; color: #2c3e50; font-weight: 500; transition: 0.2s; }
        .partner-grid a:hover { background: #f2f4f7; }
        @media (max-width: 640px) { h1 { font-size: 1.8rem; padding: 40px 16px 16px; } .nav-links { gap: 14px; } .card img { height: 160px; } }