* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; }
        body { background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%); min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        nav { background: rgba(12, 74, 110, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.15); position: sticky; top: 0; z-index: 100; padding: 12px 0; box-shadow: 0 8px 32px rgba(12, 74, 110, 0.2); }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
        .nav-links { display: flex; gap: 12px; flex-wrap: wrap; }
        .nav-links a { color: #fff; text-decoration: none; padding: 8px 18px; border-radius: 40px; background: rgba(255,255,255,0.08); backdrop-filter: blur(4px); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.3px; transition: all 0.25s ease; border: 1px solid rgba(255,255,255,0.05); }
        .nav-links a:hover { background: linear-gradient(135deg, #0d9488, #0c4a6e); color: #fff; border-color: #0d9488; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(13, 148, 136, 0.3); }
        .nav-brand { color: #fff; font-size: 1.4rem; font-weight: 700; background: linear-gradient(135deg, #a5f3fc, #ccfbf1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        h1 { font-size: 2.6rem; background: linear-gradient(135deg, #0c4a6e, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin: 40px 0 20px; text-align: center; font-weight: 800; letter-spacing: -0.5px; }
        .geo-text { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); border-radius: 32px; padding: 32px 40px; margin: 20px 0 40px; box-shadow: 0 8px 32px rgba(12,74,110,0.08); border: 1px solid rgba(255,255,255,0.7); line-height: 1.8; color: #1e293b; font-size: 1.05rem; }
        .glass-card { background: rgba(255,255,255,0.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 32px; padding: 28px 32px; margin: 20px 0; border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 12px 40px rgba(12,74,110,0.06); transition: all 0.3s ease; position: relative; overflow: hidden; }
        .glass-card::before { content: ''; position: absolute; top: -60%; left: -30%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 40%, rgba(13,148,136,0.04), transparent 60%); pointer-events: none; }
        .glass-card h2 { font-size: 1.6rem; color: #0c4a6e; margin-bottom: 20px; border-left: 5px solid #0d9488; padding-left: 16px; }
        .grid-2, .grid-3, .grid-4 { display: grid; gap: 24px; margin: 20px 0; }
        .grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
        .grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
        .grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
        .stat-item { text-align: center; padding: 20px; background: rgba(255,255,255,0.3); border-radius: 24px; backdrop-filter: blur(4px); }
        .stat-number { font-size: 2.2rem; font-weight: 700; background: linear-gradient(135deg, #0c4a6e, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .stat-label { color: #334155; margin-top: 6px; font-weight: 500; }
        .img-card { border-radius: 24px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.04); transition: transform 0.3s; }
        .img-card:hover { transform: scale(1.01); }
        .img-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
        .faq-item { border-bottom: 1px solid rgba(12,74,110,0.1); padding: 20px 0; }
        .faq-item:last-child { border-bottom: none; }
        .faq-q { font-weight: 600; color: #0c4a6e; font-size: 1.1rem; margin-bottom: 8px; }
        .faq-a { color: #334155; line-height: 1.7; }
        .news-date { color: #64748b; font-size: 0.85rem; margin: 8px 0 4px; }
        .news-summary { color: #1e293b; line-height: 1.7; }
        footer { background: rgba(12, 74, 110, 0.9); backdrop-filter: blur(12px); color: #e2e8f0; margin-top: 60px; padding: 40px 0 20px; border-top: 1px solid rgba(255,255,255,0.1); }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
        .footer-links a { color: #bae6fd; text-decoration: none; margin: 0 8px; }
        .footer-links a:hover { color: #fff; text-decoration: underline; }
        .footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 24px; font-size: 0.9rem; }
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #0c4a6e, #0d9488); color: #fff; padding: 14px 40px; border-radius: 60px; font-weight: 600; text-decoration: none; transition: all 0.3s; box-shadow: 0 8px 24px rgba(13,148,136,0.3); border: none; cursor: pointer; }
        .btn-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(13,148,136,0.4); }
        .partner-logo { background: rgba(255,255,255,0.3); border-radius: 20px; padding: 20px; text-align: center; font-weight: 500; color: #0c4a6e; }
        @media (max-width: 640px) { h1 { font-size: 1.8rem; } .glass-card { padding: 20px; } .geo-text { padding: 20px; } }