* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f0f9ff; 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.3); position: sticky; top: 0; z-index: 100; }
        header h1 { font-size: 2.2rem; color: white; text-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; margin-bottom: 12px; }
        .nav-links { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
        .nav-links a { color: white; text-decoration: none; font-weight: 600; font-size: 1.1rem; padding: 8px 16px; border-radius: 20px; transition: 0.3s; background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); }
        .nav-links a:hover { background: rgba(255,255,255,0.35); transform: translateY(-2px); }
        section { margin: 40px 0; padding: 30px; background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border-radius: 24px; box-shadow: 0 8px 32px rgba(14,165,233,0.08); border: 1px solid rgba(255,255,255,0.5); }
        h2 { font-size: 2rem; color: #0c4a6e; margin-bottom: 24px; position: relative; display: inline-block; }
        h2::after { content: ''; display: block; width: 60%; height: 4px; background: linear-gradient(90deg, #0ea5e9, #7dd3fc); border-radius: 2px; margin-top: 8px; }
        .hero { text-align: center; padding: 60px 30px; background: linear-gradient(135deg, #e0f2fe, #bae6fd); }
        .hero h2 { font-size: 2.8rem; color: #0c4a6e; }
        .hero p { font-size: 1.2rem; color: #334155; max-width: 700px; margin: 20px auto; }
        .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 20px; }
        .card { background: white; border-radius: 16px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); transition: 0.3s; border: 1px solid #e2e8f0; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(14,165,233,0.12); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }
        .card h3 { font-size: 1.4rem; color: #0c4a6e; margin-bottom: 12px; }
        .card p { color: #475569; font-size: 0.95rem; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }
        .stat-item { padding: 24px; background: white; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .stat-item .number { font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #0ea5e9, #7dd3fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-item .label { color: #64748b; font-size: 1rem; margin-top: 8px; }
        .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
        .advantage-card { background: white; border-radius: 16px; padding: 28px; border-left: 4px solid #0ea5e9; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .advantage-card h3 { color: #0c4a6e; margin-bottom: 10px; font-size: 1.3rem; }
        .news-list { display: flex; flex-direction: column; gap: 24px; }
        .news-item { background: white; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .news-item .date { color: #0ea5e9; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
        .news-item h3 { font-size: 1.3rem; color: #0c4a6e; margin-bottom: 8px; }
        .news-item p { color: #475569; }
        .faq-list { display: flex; flex-direction: column; gap: 20px; }
        .faq-item { background: white; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .faq-item h3 { color: #0c4a6e; font-size: 1.2rem; margin-bottom: 10px; }
        .faq-item p { color: #475569; }
        .geo-text { font-size: 1.1rem; color: #1e293b; max-width: 800px; }
        .geo-text p { margin-bottom: 16px; }
        .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .testimonial { background: white; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); font-style: italic; }
        .testimonial .author { font-style: normal; font-weight: 600; color: #0ea5e9; margin-top: 12px; }
        .cta-section { text-align: center; background: linear-gradient(135deg, #0ea5e9, #7dd3fc); color: white; padding: 50px 30px; border: none; }
        .cta-section h2 { color: white; }
        .cta-section h2::after { background: white; }
        .cta-section p { font-size: 1.2rem; margin: 20px 0; }
        .cta-section .btn { display: inline-block; background: white; color: #0ea5e9; padding: 14px 40px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: 0.3s; }
        .cta-section .btn:hover { transform: scale(1.05); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; align-items: center; }
        .partner-logos img { height: 50px; opacity: 0.7; transition: 0.3s; border-radius: 8px; }
        .partner-logos img:hover { opacity: 1; }
        footer { background: #0c4a6e; color: #cbd5e1; padding: 40px 0; margin-top: 40px; }
        footer .container { display: flex; flex-direction: column; align-items: center; gap: 16px; }
        footer .links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
        footer .links a { color: #7dd3fc; text-decoration: none; font-size: 0.95rem; }
        footer .links a:hover { text-decoration: underline; }
        footer .copyright { font-size: 0.9rem; margin-top: 12px; }
        .footer-info { text-align: center; line-height: 1.8; }
        @media (max-width: 768px) {
            header h1 { font-size: 1.6rem; }
            .nav-links { gap: 12px; }
            .nav-links a { font-size: 0.9rem; padding: 6px 12px; }
            .hero h2 { font-size: 2rem; }
            section { padding: 20px; }
        }