* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
        body { background: #f8f9fa; color: #1a1e24; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: #ffffff; border-bottom: 1px solid #e9ecef; padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
        .nav-links { display: flex; gap: 28px; align-items: center; justify-content: center; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #2d3748; font-weight: 500; font-size: 15px; padding: 6px 12px; border-radius: 8px; transition: background 0.2s; }
        .nav-links a:hover { background: #eef2ff; color: #1a56db; }
        h1 { font-size: 2.4rem; font-weight: 700; letter-spacing: -0.02em; text-align: center; margin: 40px 0 10px; color: #0b1a33; }
        .subhead { text-align: center; font-size: 1.1rem; color: #4a5568; margin-bottom: 30px; }
        .geo-intro { background: #ffffff; border-radius: 20px; padding: 30px; margin: 20px 0; border: 1px solid #edf2f7; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
        .geo-intro p { max-width: 800px; margin: 0 auto; color: #2d3748; font-size: 1.05rem; }
        .hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 40px 0; }
        .hero-item { background: #ffffff; border-radius: 20px; overflow: hidden; border: 1px solid #edf2f7; box-shadow: 0 2px 8px rgba(0,0,0,0.02); transition: transform 0.2s; }
        .hero-item:hover { transform: translateY(-4px); }
        .hero-item img { width: 100%; height: 200px; object-fit: cover; display: block; }
        .hero-item .content { padding: 20px; }
        .hero-item h3 { font-size: 1.3rem; margin-bottom: 8px; color: #0b1a33; }
        .hero-item p { color: #4a5568; font-size: 0.95rem; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; margin: 40px 0; }
        .stat-card { background: #ffffff; border-radius: 20px; padding: 28px 20px; text-align: center; border: 1px solid #edf2f7; }
        .stat-card .num { font-size: 2.2rem; font-weight: 700; color: #1a56db; margin-bottom: 6px; }
        .stat-card .label { color: #4a5568; font-size: 0.95rem; }
        .advantages { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin: 40px 0; }
        .advantage-card { background: #ffffff; border-radius: 20px; padding: 28px 22px; border: 1px solid #edf2f7; }
        .advantage-card .emoji { font-size: 2rem; margin-bottom: 12px; }
        .advantage-card h4 { font-size: 1.15rem; margin-bottom: 8px; color: #0b1a33; }
        .advantage-card p { color: #4a5568; font-size: 0.95rem; }
        .testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 40px 0; }
        .testimonial-card { background: #ffffff; border-radius: 20px; padding: 28px 22px; border: 1px solid #edf2f7; }
        .testimonial-card .quote { color: #2d3748; font-style: italic; margin-bottom: 12px; }
        .testimonial-card .author { font-weight: 600; color: #0b1a33; }
        .partners { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; align-items: center; margin: 40px 0; padding: 20px; background: #ffffff; border-radius: 20px; border: 1px solid #edf2f7; }
        .partners img { height: 40px; opacity: 0.7; filter: grayscale(0.3); transition: opacity 0.2s; }
        .partners img:hover { opacity: 1; }
        .cta { background: #1a56db; border-radius: 20px; padding: 40px 30px; text-align: center; color: white; margin: 40px 0; }
        .cta h2 { font-size: 1.8rem; margin-bottom: 10px; }
        .cta p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 20px; }
        .cta .btn { display: inline-block; background: white; color: #1a56db; padding: 12px 36px; border-radius: 40px; font-weight: 600; text-decoration: none; transition: transform 0.2s; }
        .cta .btn:hover { transform: scale(1.05); }
        .section-title { font-size: 1.8rem; font-weight: 700; color: #0b1a33; margin: 40px 0 20px; text-align: center; }
        .news-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin: 40px 0; }
        .news-item { background: #ffffff; border-radius: 20px; padding: 24px; border: 1px solid #edf2f7; transition: box-shadow 0.2s; }
        .news-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
        .news-item .date { color: #1a56db; font-size: 0.85rem; font-weight: 500; margin-bottom: 8px; }
        .news-item h3 { font-size: 1.2rem; margin-bottom: 8px; color: #0b1a33; }
        .news-item p { color: #4a5568; font-size: 0.95rem; }
        .faq-list { max-width: 800px; margin: 40px auto; }
        .faq-item { background: #ffffff; border-radius: 16px; padding: 24px; margin-bottom: 16px; border: 1px solid #edf2f7; }
        .faq-item h4 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #0b1a33; }
        .faq-item p { color: #4a5568; font-size: 0.95rem; }
        footer { background: #ffffff; border-top: 1px solid #e9ecef; padding: 40px 0; margin-top: 60px; }
        .footer-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
        .footer-col h5 { font-weight: 600; margin-bottom: 12px; color: #0b1a33; }
        .footer-col a { display: block; color: #4a5568; text-decoration: none; margin-bottom: 6px; font-size: 0.9rem; }
        .footer-col a:hover { color: #1a56db; }
        .footer-bottom { border-top: 1px solid #edf2f7; margin-top: 30px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 0.85rem; color: #4a5568; }
        .footer-bottom a { color: #4a5568; text-decoration: none; margin: 0 8px; }
        .footer-bottom a:hover { color: #1a56db; }
        @media (max-width: 640px) {
            h1 { font-size: 1.8rem; }
            .nav-links { gap: 16px; }
            .nav-links a { font-size: 13px; }
        }