* { 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%); color: #0f172a; min-height: 100vh; }
        .wave-bg { position: relative; overflow: hidden; }
        .wave-bg::before { content: ''; position: absolute; top: -20%; left: -10%; width: 120%; height: 60%; background: radial-gradient(ellipse at 30% 50%, rgba(12, 74, 110, 0.08) 0%, transparent 70%); pointer-events: none; z-index: 0; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
        nav { background: rgba(255,255,255,0.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(12, 74, 110, 0.12); padding: 16px 0; position: sticky; top: 0; z-index: 100; }
        .nav-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
        .logo { font-size: 1.6rem; font-weight: 800; background: linear-gradient(135deg, #0c4a6e, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.5px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
        .nav-links a { text-decoration: none; color: #1e293b; font-weight: 600; font-size: 0.95rem; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.2s; }
        .nav-links a:hover { border-bottom-color: #0d9488; color: #0c4a6e; }
        .glass-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); border-radius: 32px; padding: 32px 28px; box-shadow: 0 8px 32px rgba(12, 74, 110, 0.08); border: 1px solid rgba(255,255,255,0.4); margin-bottom: 40px; transition: transform 0.2s; }
        .glass-card:hover { transform: translateY(-2px); }
        h1 { font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; background: linear-gradient(135deg, #0c4a6e, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        h2 { font-size: 2rem; font-weight: 700; color: #0c4a6e; margin-bottom: 24px; border-left: 6px solid #0d9488; padding-left: 18px; }
        .geo-text { font-size: 1.1rem; line-height: 1.7; color: #1e293b; max-width: 900px; margin-bottom: 20px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
        .stat-item { text-align: center; padding: 20px; }
        .stat-number { font-size: 2.6rem; font-weight: 800; color: #0c4a6e; }
        .stat-label { color: #475569; font-size: 0.95rem; margin-top: 6px; }
        .icon-feature { width: 52px; height: 52px; background: linear-gradient(135deg, #0c4a6e20, #0d948820); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 16px; }
        .feature-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
        .feature-desc { color: #334155; font-size: 0.95rem; line-height: 1.6; }
        .news-card { background: white; border-radius: 24px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: all 0.2s; border-left: 4px solid #0d9488; }
        .news-card h3 { font-size: 1.2rem; margin-bottom: 8px; color: #0c4a6e; }
        .news-card .date { font-size: 0.85rem; color: #64748b; margin-bottom: 10px; }
        .news-card p { color: #334155; line-height: 1.7; font-size: 0.95rem; }
        .faq-item { background: white; border-radius: 20px; padding: 20px 24px; margin-bottom: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
        .faq-question { font-weight: 700; font-size: 1.05rem; color: #0c4a6e; margin-bottom: 10px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { color: #334155; line-height: 1.7; }
        .hero-banner { position: relative; min-height: 360px; display: flex; align-items: center; }
        .hero-img { width: 100%; max-height: 340px; object-fit: cover; border-radius: 28px; margin-top: 20px; }
        .partner-logos { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: center; }
        .partner-logos img { width: 80px; height: 80px; object-fit: contain; border-radius: 16px; background: white; padding: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .cta-btn { display: inline-block; background: linear-gradient(135deg, #0c4a6e, #0d9488); color: white; font-weight: 700; padding: 14px 40px; border-radius: 60px; text-decoration: none; font-size: 1.1rem; transition: all 0.2s; box-shadow: 0 8px 24px rgba(12, 74, 110, 0.25); }
        .cta-btn:hover { transform: scale(1.03); box-shadow: 0 12px 32px rgba(12, 74, 110, 0.35); }
        footer { background: rgba(12, 74, 110, 0.95); backdrop-filter: blur(8px); color: #e2e8f0; padding: 48px 0 32px; margin-top: 60px; border-radius: 40px 40px 0 0; }
        footer a { color: #a5f3fc; text-decoration: none; transition: color 0.2s; }
        footer a:hover { color: white; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; margin-bottom: 32px; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: center; margin-bottom: 20px; }
        .footer-copy { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; font-size: 0.9rem; }
        @media (max-width: 640px) { h1 { font-size: 2rem; } .glass-card { padding: 24px 16px; } .nav-links { justify-content: center; } }
        .img-round { border-radius: 24px; width: 100%; height: auto; object-fit: cover; max-height: 300px; margin: 12px 0; }
        .tag { display: inline-block; background: #0d948820; color: #0c4a6e; border-radius: 40px; padding: 4px 16px; font-size: 0.8rem; font-weight: 600; margin-right: 8px; }
        .flex-center { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }