* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); color: #1e293b; line-height: 1.7; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(14,165,233,0.08); position: sticky; top: 0; z-index: 100; padding: 14px 0; border-bottom: 1px solid rgba(125,211,252,0.3); }
        .nav-links { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; align-items: center; }
        .nav-links a { color: #0c4a6e; text-decoration: none; font-weight: 500; font-size: 1rem; padding: 6px 0; transition: color 0.2s; border-bottom: 2px solid transparent; }
        .nav-links a:hover { color: #0ea5e9; border-bottom-color: #0ea5e9; }
        h1 { font-size: 2.4rem; font-weight: 800; text-align: center; margin: 40px 0 10px; background: linear-gradient(135deg, #0ea5e9, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em; }
        .subtitle { text-align: center; color: #475569; margin-bottom: 30px; font-size: 1.1rem; }
        .geo-text { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 24px; padding: 28px 32px; margin-bottom: 40px; border: 1px solid rgba(125,211,252,0.4); box-shadow: 0 8px 30px rgba(14,165,233,0.06); }
        .geo-text p { font-size: 1rem; color: #1e293b; }
        .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 40px 0; }
        .card { background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); border-radius: 24px; padding: 28px 24px; border: 1px solid rgba(125,211,252,0.3); box-shadow: 0 8px 24px rgba(14,165,233,0.05); transition: transform 0.2s, box-shadow 0.2s; }
        .card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(14,165,233,0.1); }
        .card img { width: 100%; height: auto; border-radius: 16px; margin-bottom: 16px; object-fit: cover; max-height: 220px; }
        .card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; color: #0c4a6e; }
        .card p { color: #334155; font-size: 0.95rem; }
        .badge { display: inline-block; background: linear-gradient(135deg, #0ea5e9, #7dd3fc); color: white; padding: 4px 14px; border-radius: 40px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; }
        .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; margin: 40px 0; }
        .stat-item { text-align: center; padding: 24px 12px; background: rgba(255,255,255,0.5); border-radius: 20px; backdrop-filter: blur(4px); border: 1px solid rgba(125,211,252,0.2); }
        .stat-number { font-size: 2.4rem; font-weight: 800; background: linear-gradient(135deg, #0ea5e9, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .stat-label { color: #475569; font-size: 0.9rem; margin-top: 6px; }
        .faq-item { background: rgba(255,255,255,0.5); backdrop-filter: blur(4px); border-radius: 20px; padding: 24px; margin-bottom: 16px; border: 1px solid rgba(125,211,252,0.2); }
        .faq-item h4 { font-size: 1.1rem; font-weight: 700; color: #0c4a6e; margin-bottom: 10px; }
        .faq-item p { color: #334155; }
        .news-item { background: rgba(255,255,255,0.6); backdrop-filter: blur(6px); border-radius: 20px; padding: 24px; margin-bottom: 20px; border: 1px solid rgba(125,211,252,0.3); }
        .news-item .date { font-size: 0.85rem; color: #64748b; margin-bottom: 8px; display: block; }
        .news-item h4 { font-size: 1.2rem; font-weight: 700; color: #0c4a6e; margin-bottom: 8px; }
        .news-item p { color: #334155; }
        footer { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); border-top: 1px solid rgba(125,211,252,0.3); padding: 40px 0 30px; margin-top: 60px; }
        footer .container { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
        footer a { color: #0ea5e9; text-decoration: none; margin: 0 6px; }
        footer a:hover { text-decoration: underline; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; font-size: 0.9rem; }
        .footer-extra { font-size: 0.85rem; color: #475569; }
        .cta-section { background: linear-gradient(135deg, rgba(14,165,233,0.1), rgba(125,211,252,0.2)); border-radius: 32px; padding: 48px 32px; text-align: center; margin: 40px 0; border: 1px solid rgba(125,211,252,0.3); }
        .cta-section h2 { font-size: 2rem; font-weight: 700; color: #0c4a6e; margin-bottom: 16px; }
        .cta-section p { color: #334155; max-width: 600px; margin: 0 auto 24px; }
        .btn-primary { display: inline-block; background: linear-gradient(135deg, #0ea5e9, #38bdf8); 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.3); transition: transform 0.2s; border: none; cursor: pointer; }
        .btn-primary:hover { transform: scale(1.03); }
        .section-title { font-size: 1.8rem; font-weight: 700; color: #0c4a6e; margin: 40px 0 20px; text-align: center; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin: 30px 0; }
        .testimonial-card { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); border-radius: 20px; padding: 24px; border: 1px solid rgba(125,211,252,0.2); }
        .testimonial-card .quote { font-style: italic; color: #1e293b; margin-bottom: 12px; }
        .testimonial-card .author { font-weight: 600; color: #0c4a6e; }
        .partner-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 30px 0; }
        .partner-grid img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; background: white; padding: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        @media (max-width: 640px) { h1 { font-size: 1.8rem; } .nav-links { gap: 14px; } }