* { 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, #1a0a2e 0%, #4a1a6f 100%); color: #f0e6ff; line-height: 1.6; min-height: 100vh; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: rgba(26, 10, 46, 0.85); backdrop-filter: blur(20px); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.1); position: sticky; top: 0; z-index: 100; }
        .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; }
        .nav-links a { color: #d4b8ff; text-decoration: none; font-weight: 500; font-size: 16px; transition: color 0.3s, transform 0.2s; padding: 8px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { color: #ffffff; border-bottom-color: #9b6dff; transform: translateY(-2px); }
        .hero { padding: 80px 0 100px; text-align: center; position: relative; }
        .hero h1 { font-size: 3.2rem; font-weight: 800; background: linear-gradient(135deg, #f0e6ff, #c9aaff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 20px; letter-spacing: 2px; }
        .hero p { font-size: 1.2rem; color: #c9b3e6; max-width: 700px; margin: 0 auto 30px; }
        .hero-img { width: 100%; max-width: 900px; border-radius: 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); margin-top: 40px; border: 1px solid rgba(255,255,255,0.08); }
        .glass-card { background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(16px); border-radius: 28px; border: 1px solid rgba(255, 255, 255, 0.08); padding: 40px; margin: 40px 0; box-shadow: 0 8px 32px rgba(0,0,0,0.2); transition: transform 0.3s; }
        .glass-card:hover { transform: translateY(-4px); }
        h2 { font-size: 2.4rem; margin-bottom: 30px; color: #e6d4ff; text-align: center; font-weight: 700; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
        .stat-item { text-align: center; padding: 25px; }
        .stat-number { font-size: 2.8rem; font-weight: 800; color: #b388ff; }
        .stat-label { font-size: 1rem; color: #c9b3e6; margin-top: 8px; }
        .advantage-icon { font-size: 3rem; margin-bottom: 15px; }
        .advantage-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; }
        .advantage-desc { color: #c9b3e6; font-size: 0.95rem; }
        .testimonial-text { font-style: italic; font-size: 1.05rem; line-height: 1.8; margin-bottom: 15px; color: #d4c2f0; }
        .testimonial-author { font-weight: 600; color: #b388ff; }
        .cta-section { text-align: center; padding: 60px 20px; }
        .cta-button { display: inline-block; background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff; padding: 16px 48px; border-radius: 50px; font-size: 1.2rem; font-weight: 700; text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; border: none; cursor: pointer; }
        .cta-button:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(124, 58, 237, 0.4); }
        .news-card { background: rgba(255,255,255,0.04); border-radius: 20px; padding: 25px; border: 1px solid rgba(255,255,255,0.06); transition: background 0.3s; }
        .news-card:hover { background: rgba(255,255,255,0.08); }
        .news-date { color: #9b6dff; font-size: 0.85rem; margin-bottom: 8px; }
        .news-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #f0e6ff; }
        .news-card p { color: #c9b3e6; font-size: 0.95rem; }
        .faq-item { margin-bottom: 25px; padding: 20px; background: rgba(255,255,255,0.03); border-radius: 16px; border-left: 4px solid #7c3aed; }
        .faq-question { font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; color: #e6d4ff; }
        .faq-answer { color: #c9b3e6; font-size: 0.95rem; line-height: 1.7; }
        .partners-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .partner-logo { background: rgba(255,255,255,0.05); padding: 20px 30px; border-radius: 16px; font-size: 1.1rem; color: #d4b8ff; border: 1px solid rgba(255,255,255,0.06); }
        footer { background: rgba(0,0,0,0.3); padding: 50px 0 30px; margin-top: 80px; border-top: 1px solid rgba(255,255,255,0.05); }
        footer .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 30px; margin-bottom: 25px; }
        footer .footer-links a { color: #b09bcc; text-decoration: none; font-size: 0.9rem; transition: color 0.3s; }
        footer .footer-links a:hover { color: #d4b8ff; }
        footer p { color: #8a7aa3; font-size: 0.85rem; text-align: center; }
        .geo-text { max-width: 900px; margin: 0 auto 30px; color: #c9b3e6; font-size: 1.05rem; line-height: 1.8; }
        .timeline { position: relative; padding: 20px 0; }
        .timeline-item { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; }
        .timeline-year { font-weight: 800; font-size: 1.3rem; color: #b388ff; min-width: 80px; }
        .timeline-desc { color: #c9b3e6; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .grid-3, .grid-2 { grid-template-columns: 1fr; }
            .nav-links { gap: 12px; }
            .nav-links a { font-size: 14px; }
        }
        .mission-vision { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
        .mission-vision > div { flex: 1; min-width: 250px; padding: 30px; background: rgba(255,255,255,0.04); border-radius: 24px; }
        .awards-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
        .award-item { background: rgba(255,255,255,0.05); padding: 20px 30px; border-radius: 16px; text-align: center; }
        .award-icon { font-size: 2.5rem; margin-bottom: 10px; }
        .img-fluid { width: 100%; border-radius: 20px; margin: 20px 0; }
        .service-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
        .service-item { flex: 1; min-width: 200px; text-align: center; padding: 20px; background: rgba(255,255,255,0.03); border-radius: 16px; }