* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: linear-gradient(135deg, #0b1120 0%, #1a1a2e 100%); color: #e5e7eb; min-height: 100vh; line-height: 1.6; }
        a { color: #fbbf24; text-decoration: none; transition: all 0.3s ease; }
        a:hover { color: #fcd34d; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        nav { background: rgba(11, 17, 32, 0.85); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(251, 191, 36, 0.15); position: sticky; top: 0; z-index: 1000; padding: 16px 0; }
        nav .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
        .nav-links { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
        .nav-links a { font-size: 15px; font-weight: 500; letter-spacing: 0.5px; padding: 8px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { border-bottom-color: #fbbf24; }
        .logo { font-size: 22px; font-weight: 700; color: #fbbf24; display: flex; align-items: center; gap: 8px; }
        .logo span { background: linear-gradient(135deg, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; text-align: center; margin: 60px 0 24px; background: linear-gradient(135deg, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2; }
        .section-title { font-size: 2rem; font-weight: 700; margin-bottom: 40px; text-align: center; color: #fbbf24; position: relative; padding-bottom: 16px; }
        .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, transparent, #fbbf24, transparent); border-radius: 2px; }
        .glass-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(16px); border: 1px solid rgba(251, 191, 36, 0.1); border-radius: 20px; padding: 32px; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
        .glass-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(251, 191, 36, 0.15); border-color: rgba(251, 191, 36, 0.3); }
        .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
        .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
        img { width: 100%; height: auto; border-radius: 16px; object-fit: cover; display: block; }
        .img-wrap { overflow: hidden; border-radius: 16px; }
        .img-wrap img { transition: transform 0.5s ease; }
        .img-wrap:hover img { transform: scale(1.05); }
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #0b1120; font-weight: 700; padding: 14px 40px; border-radius: 50px; font-size: 16px; border: none; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3); }
        .btn-cta:hover { background: linear-gradient(135deg, #fcd34d, #fbbf24); transform: scale(1.03); color: #0b1120; box-shadow: 0 8px 30px rgba(251, 191, 36, 0.5); }
        .faq-item { margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 16px; }
        .faq-question { font-size: 1.1rem; font-weight: 600; color: #fbbf24; margin-bottom: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; }
        .faq-answer { color: #d1d5db; padding-left: 24px; }
        .news-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); border: 1px solid rgba(251,191,36,0.08); border-radius: 20px; padding: 24px; transition: all 0.3s; }
        .news-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
        .news-date { color: #9ca3af; font-size: 0.85rem; margin-bottom: 8px; display: block; }
        .news-card h3 { color: #fbbf24; font-size: 1.2rem; margin-bottom: 12px; }
        .news-card p { color: #d1d5db; font-size: 0.95rem; }
        .footer { background: rgba(11, 17, 32, 0.95); backdrop-filter: blur(20px); border-top: 1px solid rgba(251, 191, 36, 0.1); padding: 48px 0 32px; margin-top: 80px; }
        .footer .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
        .footer h4 { color: #fbbf24; font-size: 1.1rem; margin-bottom: 16px; }
        .footer a { display: block; margin-bottom: 8px; font-size: 0.9rem; }
        .footer-bottom { text-align: center; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 32px; font-size: 0.85rem; color: #9ca3af; }
        .footer-bottom a { display: inline; margin: 0 8px; }
        .geo-intro { background: rgba(255,255,255,0.03); border-radius: 24px; padding: 40px; margin: 40px 0; border: 1px solid rgba(251,191,36,0.06); }
        .geo-intro p { font-size: 1.05rem; max-width: 800px; margin: 0 auto; text-align: center; }
        .badge { display: inline-block; background: rgba(251,191,36,0.12); color: #fbbf24; padding: 6px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; }
        .stat-number { font-size: 2.8rem; font-weight: 800; color: #fbbf24; line-height: 1; }
        .stat-label { color: #9ca3af; font-size: 0.9rem; margin-top: 8px; }
        .partner-logo { background: rgba(255,255,255,0.04); border-radius: 16px; padding: 20px; text-align: center; border: 1px solid rgba(251,191,36,0.06); transition: all 0.3s; }
        .partner-logo:hover { border-color: rgba(251,191,36,0.2); background: rgba(255,255,255,0.06); }
        .partner-logo span { font-size: 2rem; display: block; margin-bottom: 8px; }
        .timeline-item { display: flex; gap: 20px; margin-bottom: 32px; }
        .timeline-year { min-width: 80px; font-weight: 700; color: #fbbf24; font-size: 1.2rem; }
        .cta-section { background: linear-gradient(135deg, rgba(251,191,36,0.08), rgba(245,158,11,0.04)); border-radius: 24px; padding: 64px 40px; text-align: center; margin: 48px 0; border: 1px solid rgba(251,191,36,0.1); }
        .cta-section h2 { color: #fbbf24; font-size: 2rem; margin-bottom: 16px; }
        .cta-section p { max-width: 600px; margin: 0 auto 24px; color: #d1d5db; }
        .icon-em { font-size: 1.4rem; margin-right: 6px; }
        @media (max-width: 768px) {
            nav .container { flex-direction: column; gap: 12px; }
            .nav-links { justify-content: center; gap: 16px; }
            h1 { margin-top: 40px; }
            .glass-card { padding: 24px; }
            .geo-intro { padding: 24px; }
        }