* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Georgia', 'Times New Roman', serif; background: #f7f4f0; color: #1e1e2a; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        header { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); padding: 20px 0; box-shadow: 0 4px 20px rgba(30,58,138,0.3); border-bottom: 3px solid #d4af37; }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .logo { color: #ffffff; font-size: 28px; font-weight: 700; letter-spacing: 2px; text-shadow: 1px 1px 4px #00000033; }
        .logo span { color: #d4af37; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #f0e9d8; text-decoration: none; font-size: 17px; font-weight: 500; padding: 8px 0; border-bottom: 2px solid transparent; transition: all 0.3s; }
        .nav-links a:hover { border-bottom-color: #d4af37; color: #ffffff; }
        .hero-section { background: linear-gradient(rgba(30,58,138,0.88), rgba(37,99,235,0.82)), url('/img/app.webp') center/cover; padding: 80px 0; text-align: center; color: #fff; border-bottom: 3px solid #d4af37; }
        .hero-section h1 { font-size: 44px; margin-bottom: 24px; letter-spacing: 1px; }
        .hero-section p { font-size: 20px; max-width: 700px; margin: 0 auto; opacity: 0.92; }
        .section-title { text-align: center; margin: 56px 0 36px; position: relative; }
        .section-title h2 { display: inline-block; background: #1e3a8a; color: #fff; padding: 10px 40px; border-radius: 40px; font-size: 28px; letter-spacing: 2px; box-shadow: 0 6px 0 #d4af37; }
        .geo-block { background: #ffffff; border: 1px solid #e0d6c8; border-left: 6px solid #1e3a8a; padding: 32px 40px; margin: 40px 0; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
        .geo-block strong { color: #1e3a8a; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 36px 0; }
        .card { background: #ffffff; border-radius: 16px; padding: 28px 24px; box-shadow: 0 8px 24px rgba(30,58,138,0.08); border-top: 4px solid #d4af37; transition: transform 0.25s; }
        .card:hover { transform: translateY(-6px); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 16px; background: #ececec; }
        .card h3 { color: #1e3a8a; font-size: 22px; margin-bottom: 12px; }
        .card p { color: #3d3d4a; }
        .stats-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; background: #1e3a8a; padding: 48px 24px; border-radius: 20px; margin: 36px 0; color: #fff; }
        .stat-item { text-align: center; min-width: 140px; }
        .stat-item .num { font-size: 42px; font-weight: 700; color: #d4af37; }
        .faq-item { border-bottom: 1px solid #ddd6c8; padding: 24px 0; }
        .faq-item h4 { color: #1e3a8a; font-size: 20px; margin-bottom: 10px; cursor: pointer; }
        .faq-item p { padding-left: 20px; border-left: 3px solid #d4af37; }
        .news-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.05); border-bottom: 3px solid #1e3a8a; }
        .news-card .date { color: #b8860b; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
        .news-card h3 { color: #1e3a8a; font-size: 20px; margin-bottom: 10px; }
        .news-card p { color: #444; }
        .testimonial-slider { display: flex; gap: 24px; overflow-x: auto; padding: 20px 0; }
        .testimonial-item { min-width: 280px; background: #fff; border-radius: 16px; padding: 28px; border-left: 6px solid #d4af37; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
        .testimonial-item p { font-style: italic; color: #2d2d3a; }
        .partner-logos { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; align-items: center; padding: 32px 0; }
        .partner-logos a { color: #1e3a8a; font-weight: 600; text-decoration: none; padding: 8px 20px; border: 2px solid #d4af37; border-radius: 40px; transition: all 0.25s; }
        .partner-logos a:hover { background: #1e3a8a; color: #fff; border-color: #1e3a8a; }
        .cta-block { background: linear-gradient(135deg, #1e3a8a, #2563eb); padding: 56px 24px; text-align: center; border-radius: 24px; margin: 48px 0; color: #fff; }
        .cta-block h2 { font-size: 34px; margin-bottom: 16px; color: #d4af37; }
        .cta-block p { font-size: 18px; max-width: 600px; margin: 0 auto 24px; }
        .btn { display: inline-block; background: #d4af37; color: #1e3a8a; padding: 14px 44px; border-radius: 40px; font-weight: 700; font-size: 18px; text-decoration: none; box-shadow: 0 6px 0 #b8962e; transition: 0.2s; }
        .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #b8962e; }
        footer { background: #0f1f3d; color: #cbd5e1; padding: 40px 0 24px; margin-top: 60px; border-top: 5px solid #d4af37; }
        footer a { color: #d4af37; text-decoration: none; }
        footer a:hover { text-decoration: underline; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; margin-bottom: 20px; }
        .footer-addr { text-align: center; font-size: 15px; margin: 16px 0; opacity: 0.8; }
        .footer-copy { text-align: center; border-top: 1px solid #2d3f5f; padding-top: 20px; margin-top: 20px; font-size: 14px; }
        @media (max-width: 768px) { .hero-section h1 { font-size: 30px; } .nav-links { gap: 14px; } .nav-links a { font-size: 15px; } }