* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #1a0a2e 100%); color: #f0e6ff; font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* Navigation */
        nav { background: rgba(26, 10, 46, 0.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(217, 70, 239, 0.3); position: sticky; top: 0; z-index: 100; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; flex-wrap: wrap; }
        .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
        .nav-links a { color: #d8b4fe; text-decoration: none; padding: 8px 18px; border-radius: 30px; font-weight: 500; font-size: 0.95rem; transition: all 0.3s; border: 1px solid transparent; }
        .nav-links a:hover { background: linear-gradient(135deg, #d946ef, #a21caf); color: #fff; border-color: #d946ef; box-shadow: 0 0 20px rgba(217, 70, 239, 0.4); }
        /* Cards & Sections */
        .section-title { font-size: 2.2rem; font-weight: 700; background: linear-gradient(135deg, #e9d5ff, #d946ef); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 32px; text-align: center; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin: 40px 0; }
        .card { background: rgba(45, 27, 78, 0.6); border: 1px solid rgba(217, 70, 239, 0.3); border-radius: 20px; padding: 28px 20px; backdrop-filter: blur(8px); transition: 0.3s; box-shadow: 0 0 15px rgba(217, 70, 239, 0.1); }
        .card:hover { border-color: #d946ef; box-shadow: 0 0 35px rgba(217, 70, 239, 0.3); transform: translateY(-4px); }
        .card h3 { color: #d946ef; font-size: 1.3rem; margin-bottom: 12px; }
        .card p { color: #c4b5d4; line-height: 1.7; }
        /* Hero */
        .hero { padding: 80px 0 60px; text-align: center; position: relative; }
        .hero h1 { font-size: 3rem; font-weight: 800; background: linear-gradient(135deg, #f0e6ff, #d946ef, #e9d5ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 24px; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto; color: #d8b4fe; line-height: 1.8; }
        .hero img { width: 100%; max-width: 700px; border-radius: 24px; margin: 40px auto 0; border: 2px solid rgba(217, 70, 239, 0.3); }
        /* Geo */
        .geo-box { background: rgba(45, 27, 78, 0.5); border-radius: 24px; padding: 32px; border: 1px solid rgba(217, 70, 239, 0.2); margin: 32px 0; }
        .geo-box p { color: #d8b4fe; line-height: 1.9; font-size: 1.05rem; }
        /* News */
        .news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
        .news-card { background: rgba(45, 27, 78, 0.7); border: 1px solid rgba(217, 70, 239, 0.25); border-radius: 20px; padding: 24px; transition: 0.3s; }
        .news-card:hover { border-color: #d946ef; box-shadow: 0 0 25px rgba(217, 70, 239, 0.2); }
        .news-card .date { font-size: 0.85rem; color: #a78bfa; margin-bottom: 8px; display: inline-block; background: rgba(217, 70, 239, 0.1); padding: 2px 12px; border-radius: 20px; }
        .news-card h3 { color: #e9d5ff; margin: 8px 0 12px; font-size: 1.2rem; }
        .news-card p { color: #c4b5d4; line-height: 1.7; font-size: 0.95rem; }
        /* Footer */
        footer { background: rgba(26, 10, 46, 0.8); border-top: 1px solid rgba(217, 70, 239, 0.2); padding: 48px 0 24px; margin-top: 60px; }
        .footer-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
        .footer-col h4 { color: #d946ef; margin-bottom: 16px; font-size: 1.1rem; }
        .footer-col p, .footer-col a { color: #a78bfa; font-size: 0.9rem; line-height: 2; }
        .footer-col a { text-decoration: none; }
        .footer-col a:hover { color: #d946ef; }
        .footer-bottom { border-top: 1px solid rgba(217, 70, 239, 0.15); margin-top: 32px; padding-top: 24px; text-align: center; color: #7c6a9a; font-size: 0.85rem; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; margin: 16px 0; }
        .footer-links a { color: #a78bfa; text-decoration: none; }
        .footer-links a:hover { color: #d946ef; }
        /* FAQ */
        .faq-item { background: rgba(45, 27, 78, 0.5); border-radius: 16px; margin-bottom: 16px; padding: 20px 24px; border-left: 3px solid #d946ef; }
        .faq-item h4 { color: #d946ef; font-size: 1.1rem; margin-bottom: 8px; }
        .faq-item p { color: #c4b5d4; line-height: 1.7; }
        /* Stats */
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; text-align: center; }
        .stat-item { background: rgba(217, 70, 239, 0.08); border-radius: 16px; padding: 24px 16px; border: 1px solid rgba(217, 70, 239, 0.15); }
        .stat-number { font-size: 2.5rem; font-weight: 700; color: #d946ef; }
        .stat-label { color: #a78bfa; margin-top: 8px; }
        /* Buttons */
        .btn-glow { display: inline-block; background: linear-gradient(135deg, #d946ef, #a21caf); color: #fff; padding: 12px 32px; border-radius: 40px; font-weight: 600; text-decoration: none; transition: 0.3s; border: none; cursor: pointer; }
        .btn-glow:hover { box-shadow: 0 0 30px rgba(217, 70, 239, 0.6); transform: scale(1.03); }
        .center-text { text-align: center; }
        img { max-width: 100%; height: auto; border-radius: 16px; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            .section-title { font-size: 1.6rem; }
            .nav-links a { padding: 6px 14px; font-size: 0.85rem; }
        }