* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Roboto, system-ui, sans-serif; }
        body { background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%); color: #1e293b; min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        .nav { background: rgba(12, 74, 110, 0.92); backdrop-filter: blur(12px); padding: 16px 0; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
        .nav .logo { font-size: 1.6rem; font-weight: 700; background: linear-gradient(135deg, #7dd3fc, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
        .nav-links a { color: #e2e8f0; text-decoration: none; font-weight: 500; font-size: 0.95rem; padding: 6px 14px; border-radius: 30px; transition: all 0.2s; background: rgba(255,255,255,0.05); border: 1px solid transparent; }
        .nav-links a:hover { background: rgba(255,255,255,0.15); border-color: #0d9488; color: white; transform: translateY(-1px); }
        .hero { padding: 80px 0 60px; text-align: center; background: radial-gradient(circle at 20% 30%, rgba(13,148,136,0.08), transparent 60%); }
        .hero h1 { font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #0c4a6e, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 20px; line-height: 1.2; }
        .geo-intro { background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); border-radius: 32px; padding: 40px 44px; margin: 40px 0; border: 1px solid rgba(255,255,255,0.7); box-shadow: 0 12px 40px rgba(0,0,0,0.03); }
        .geo-intro p { font-size: 1.1rem; line-height: 1.8; color: #1e293b; max-width: 900px; margin: 0 auto; }
        .section-title { font-size: 2rem; font-weight: 700; margin: 56px 0 32px; text-align: center; background: linear-gradient(135deg, #0c4a6e, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; }
        .section-title::after { content: ''; display: block; width: 60px; height: 4px; background: linear-gradient(90deg, #0c4a6e, #0d9488); border-radius: 4px; margin: 12px auto 0; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin: 24px 0; }
        .glass-card { background: rgba(255,255,255,0.65); backdrop-filter: blur(16px); border-radius: 28px; padding: 28px 24px; border: 1px solid rgba(255,255,255,0.8); box-shadow: 0 8px 32px rgba(0,0,0,0.04); transition: all 0.25s; position: relative; overflow: hidden; }
        .glass-card::before { content: ''; position: absolute; top: -40%; left: -20%; width: 140%; height: 80%; background: radial-gradient(circle, rgba(13,148,136,0.06), transparent 60%); pointer-events: none; }
        .glass-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); border-color: rgba(13,148,136,0.2); }
        .glass-card h3 { font-size: 1.3rem; margin-bottom: 12px; color: #0c4a6e; }
        .glass-card p { line-height: 1.7; color: #334155; font-size: 0.95rem; }
        .glass-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 16px; margin-bottom: 16px; background: #e2e8f0; }
        .img-row { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 32px 0; }
        .img-row img { width: calc(25% - 12px); min-width: 140px; border-radius: 20px; height: 140px; object-fit: cover; box-shadow: 0 6px 20px rgba(0,0,0,0.05); transition: transform 0.2s; }
        .img-row img:hover { transform: scale(1.02); }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 20px; }
        .stat-item { text-align: center; padding: 24px 12px; }
        .stat-item .num { font-size: 2.6rem; font-weight: 800; background: linear-gradient(135deg,#0c4a6e,#0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-item .label { color: #475569; font-size: 0.95rem; margin-top: 6px; }
        .news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 28px; }
        .news-card { background: white; border-radius: 24px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; transition: all 0.2s; }
        .news-card:hover { border-color: #0d9488; box-shadow: 0 8px 30px rgba(13,148,136,0.08); }
        .news-card .date { color: #0d9488; font-weight: 600; font-size: 0.85rem; margin-bottom: 8px; display: block; }
        .news-card h4 { font-size: 1.15rem; margin-bottom: 8px; color: #0c4a6e; }
        .news-card p { color: #475569; line-height: 1.7; font-size: 0.95rem; }
        .faq-item { background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); border-radius: 24px; padding: 28px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.7); }
        .faq-item h3 { color: #0c4a6e; margin-bottom: 12px; font-size: 1.2rem; }
        .faq-item p { line-height: 1.8; color: #334155; }
        .footer { margin-top: 80px; background: rgba(12,74,110,0.92); backdrop-filter: blur(12px); padding: 48px 0 24px; color: #cbd5e1; border-top: 1px solid rgba(255,255,255,0.05); }
        .footer .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 32px; }
        .footer a { color: #7dd3fc; text-decoration: none; transition: color 0.2s; }
        .footer a:hover { color: white; }
        .footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; margin-top: 16px; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; font-size: 0.9rem; }
        .friend-links { display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; margin: 12px 0; }
        .friend-links a { color: #99f6e4; }
        .btn-cta { display: inline-block; background: linear-gradient(135deg,#0c4a6e,#0d9488); color: white; padding: 14px 40px; border-radius: 60px; font-weight: 700; font-size: 1.1rem; text-decoration: none; transition: all 0.2s; box-shadow: 0 8px 24px rgba(13,148,136,0.25); border: none; cursor: pointer; }
        .btn-cta:hover { transform: scale(1.03); box-shadow: 0 12px 32px rgba(13,148,136,0.35); }
        .cta-section { text-align: center; padding: 60px 20px; background: rgba(255,255,255,0.3); backdrop-filter: blur(6px); border-radius: 40px; margin: 48px 0; }
        @media (max-width: 640px) { .hero h1 { font-size: 2rem; } .nav-links { gap: 10px; } .nav-links a { font-size: 0.8rem; padding: 4px 10px; } }