* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
        body { background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%); min-height: 100vh; color: #1e293b; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        nav { background: rgba(255,255,255,0.75); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(14,165,233,0.15); position: sticky; top: 0; z-index: 100; padding: 12px 0; }
        nav .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .nav-brand { font-size: 1.5rem; font-weight: 700; background: linear-gradient(135deg, #0ea5e9, #7dd3fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #1e293b; font-weight: 500; font-size: 1rem; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.2s; }
        .nav-links a:hover { color: #0ea5e9; border-bottom-color: #0ea5e9; }
        .nav-links a.active { color: #0ea5e9; border-bottom-color: #0ea5e9; }
        h1 { font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #0c4a6e, #0ea5e9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin: 40px 0 16px; line-height: 1.2; text-align: center; }
        .subhead { text-align: center; font-size: 1.15rem; color: #475569; max-width: 780px; margin: 0 auto 48px; line-height: 1.6; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 32px 0; }
        .card { background: rgba(255,255,255,0.6); backdrop-filter: blur(6px); border-radius: 28px; padding: 28px 20px; box-shadow: 0 8px 32px rgba(14,165,233,0.08); border: 1px solid rgba(255,255,255,0.5); transition: transform 0.2s, box-shadow 0.2s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(14,165,233,0.12); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 16px; margin-bottom: 16px; background: #e2e8f0; }
        .card h3 { font-size: 1.4rem; margin-bottom: 12px; color: #0c4a6e; }
        .card p { font-size: 0.95rem; line-height: 1.6; color: #334155; }
        .section-title { font-size: 2rem; font-weight: 700; color: #0c4a6e; margin: 60px 0 24px; text-align: center; position: relative; }
        .section-title::after { content: ''; display: block; width: 60px; height: 4px; background: linear-gradient(90deg, #0ea5e9, #7dd3fc); margin: 10px auto 0; border-radius: 4px; }
        .geo-intro { background: rgba(255,255,255,0.5); border-radius: 32px; padding: 32px 28px; margin: 20px 0 40px; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.7); }
        .geo-intro p { font-size: 1.05rem; line-height: 1.75; color: #1e293b; }
        .stats-box { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin: 40px 0; }
        .stat-item { text-align: center; background: white; padding: 28px 32px; border-radius: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); min-width: 140px; }
        .stat-item .num { font-size: 2.8rem; font-weight: 800; color: #0ea5e9; }
        .stat-item .label { color: #64748b; font-size: 0.95rem; margin-top: 6px; }
        .faq-item { background: rgba(255,255,255,0.5); backdrop-filter: blur(4px); border-radius: 20px; padding: 24px 24px; margin-bottom: 16px; border: 1px solid rgba(255,255,255,0.6); }
        .faq-item h3 { font-size: 1.1rem; font-weight: 600; color: #0c4a6e; margin-bottom: 10px; }
        .faq-item p { font-size: 0.95rem; line-height: 1.7; color: #334155; }
        .news-card { background: white; border-radius: 24px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); margin-bottom: 20px; border-left: 5px solid #0ea5e9; }
        .news-card h3 { font-size: 1.25rem; color: #0c4a6e; margin-bottom: 8px; }
        .news-card .date { font-size: 0.8rem; color: #94a3b8; margin-bottom: 10px; display: block; }
        .news-card p { font-size: 0.95rem; line-height: 1.65; color: #334155; }
        .btn { display: inline-block; background: linear-gradient(135deg, #0ea5e9, #7dd3fc); color: white; padding: 14px 40px; border-radius: 60px; font-weight: 600; text-decoration: none; font-size: 1.1rem; box-shadow: 0 8px 24px rgba(14,165,233,0.25); transition: all 0.2s; border: none; cursor: pointer; margin: 20px 0; }
        .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(14,165,233,0.35); }
        .center { text-align: center; }
        .badge { display: inline-block; background: rgba(14,165,233,0.12); color: #0ea5e9; font-size: 0.75rem; padding: 4px 12px; border-radius: 40px; font-weight: 600; margin-bottom: 8px; }
        footer { background: rgba(15,23,42,0.9); backdrop-filter: blur(12px); color: #cbd5e1; padding: 48px 0 24px; margin-top: 80px; border-radius: 40px 40px 0 0; }
        footer .container { display: flex; flex-direction: column; gap: 20px; }
        footer a { color: #7dd3fc; text-decoration: none; margin: 0 8px; }
        footer a:hover { color: white; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
        .footer-meta { text-align: center; font-size: 0.9rem; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; margin: 30px 0; }
        .partner-logos img { height: 52px; opacity: 0.6; transition: opacity 0.2s; }
        .partner-logos img:hover { opacity: 1; }
        @media (max-width: 640px) { h1 { font-size: 2rem; } .nav-links { gap: 12px; } .card-grid { grid-template-columns: 1fr; } }