* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); color: #1e293b; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #0ea5e9, #7dd3fc); padding: 20px 0; box-shadow: 0 4px 20px rgba(14,165,233,0.15); position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
        .logo { font-size: 1.8rem; font-weight: 800; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.1); letter-spacing: -0.5px; }
        .nav-links { display: flex; gap: 10px; flex-wrap: wrap; }
        .nav-links a { color: white; text-decoration: none; padding: 8px 18px; border-radius: 25px; background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); font-weight: 500; transition: all 0.3s; font-size: 0.95rem; border: 1px solid rgba(255,255,255,0.2); }
        .nav-links a:hover { background: rgba(255,255,255,0.35); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        h1 { font-size: 2.6rem; font-weight: 800; background: linear-gradient(135deg, #0ea5e9, #38bdf8, #7dd3fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin: 40px 0 20px; text-align: center; line-height: 1.2; }
        .hero-section { background: linear-gradient(135deg, #0ea5e9, #38bdf8); border-radius: 30px; padding: 60px 40px; margin: 30px 0; color: white; text-align: center; box-shadow: 0 20px 60px rgba(14,165,233,0.3); position: relative; overflow: hidden; }
        .hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 60%); }
        .hero-section h2 { font-size: 2.2rem; font-weight: 700; margin-bottom: 15px; position: relative; z-index: 1; }
        .hero-section p { font-size: 1.15rem; opacity: 0.9; max-width: 700px; margin: 0 auto 25px; position: relative; z-index: 1; }
        .hero-btn { display: inline-block; background: white; color: #0ea5e9; padding: 14px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.1); position: relative; z-index: 1; }
        .hero-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
        .section-title { font-size: 1.9rem; font-weight: 700; color: #0c4a6e; margin: 50px 0 30px; text-align: center; position: relative; }
        .section-title::after { content: ''; display: block; width: 60px; height: 4px; background: linear-gradient(135deg, #0ea5e9, #7dd3fc); margin: 10px auto 0; border-radius: 2px; }
        .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin: 30px 0; }
        .card { background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border-radius: 20px; padding: 30px; box-shadow: 0 8px 32px rgba(14,165,233,0.08); border: 1px solid rgba(255,255,255,0.6); transition: all 0.3s; }
        .card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(14,165,233,0.15); }
        .card h3 { font-size: 1.3rem; color: #0c4a6e; margin-bottom: 12px; }
        .card p { color: #475569; font-size: 0.95rem; }
        .img-fluid { width: 100%; border-radius: 16px; margin-bottom: 15px; object-fit: cover; height: 220px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 30px 0; }
        .stat-card { background: linear-gradient(135deg, #0ea5e9, #38bdf8); color: white; border-radius: 20px; padding: 30px 20px; text-align: center; box-shadow: 0 8px 30px rgba(14,165,233,0.2); }
        .stat-card .number { font-size: 2.8rem; font-weight: 800; line-height: 1.2; }
        .stat-card .label { font-size: 1rem; opacity: 0.9; margin-top: 8px; }
        .news-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border-radius: 20px; padding: 25px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,0.6); transition: all 0.3s; }
        .news-card:hover { transform: translateX(5px); box-shadow: 0 8px 25px rgba(14,165,233,0.1); }
        .news-card .date { font-size: 0.85rem; color: #0ea5e9; font-weight: 600; margin-bottom: 8px; }
        .news-card h3 { font-size: 1.2rem; color: #0c4a6e; margin-bottom: 10px; }
        .news-card p { color: #475569; font-size: 0.95rem; }
        .faq-item { background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border-radius: 16px; padding: 25px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.6); }
        .faq-item h3 { font-size: 1.15rem; color: #0c4a6e; margin-bottom: 10px; }
        .faq-item p { color: #475569; font-size: 0.95rem; }
        .geo-text { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); border-radius: 20px; padding: 30px; margin: 20px 0; font-size: 1.05rem; color: #334155; line-height: 1.8; border: 1px solid rgba(255,255,255,0.4); }
        .cta-section { background: linear-gradient(135deg, #0ea5e9, #7dd3fc); border-radius: 30px; padding: 50px 40px; margin: 40px 0; text-align: center; color: white; box-shadow: 0 20px 60px rgba(14,165,233,0.2); }
        .cta-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 15px; }
        .cta-section p { font-size: 1.1rem; opacity: 0.9; max-width: 600px; margin: 0 auto 25px; }
        .cta-btn { display: inline-block; background: white; color: #0ea5e9; padding: 14px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: all 0.3s; }
        .cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
        .partners-flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 30px 0; }
        .partner-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(6px); border-radius: 16px; padding: 20px 30px; text-align: center; border: 1px solid rgba(255,255,255,0.4); min-width: 140px; font-weight: 600; color: #0c4a6e; }
        .footer { background: #0c4a6e; color: #bae6fd; padding: 50px 0 30px; margin-top: 60px; border-radius: 30px 30px 0 0; }
        .footer a { color: #7dd3fc; text-decoration: none; transition: color 0.3s; }
        .footer a:hover { color: white; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 15px 0; }
        @media (max-width: 768px) {
            h1 { font-size: 1.8rem; }
            .hero-section { padding: 40px 20px; }
            .hero-section h2 { font-size: 1.6rem; }
            .nav-links { justify-content: center; }
            .header-inner { flex-direction: column; }
        }