* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', system-ui, -apple-system, sans-serif; }
        body { background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #3c1f5e 100%); color: #f0e6ff; min-height: 100vh; line-height: 1.6; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        nav { background: rgba(26, 10, 46, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(217, 70, 239, 0.25); position: sticky; top: 0; z-index: 100; padding: 12px 0; }
        .nav-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .nav-links { display: flex; gap: 24px; flex-wrap: wrap; }
        .nav-links a { color: #d4b8ff; text-decoration: none; font-weight: 500; padding: 6px 14px; border-radius: 30px; transition: all 0.3s; font-size: 0.95rem; border: 1px solid transparent; }
        .nav-links a:hover { background: rgba(217, 70, 239, 0.15); border-color: #d946ef; color: #fff; box-shadow: 0 0 18px rgba(217,70,239,0.3); }
        .logo-area { font-size: 1.3rem; font-weight: 700; background: linear-gradient(135deg, #d946ef, #a855f7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        h1 { font-size: 2.6rem; font-weight: 800; text-align: center; padding: 60px 0 20px; background: linear-gradient(135deg, #e9d5ff, #f0abfc, #d946ef); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2; }
        h2 { font-size: 2rem; font-weight: 700; margin-bottom: 28px; border-left: 4px solid #d946ef; padding-left: 18px; color: #f0e6ff; }
        .geo-desc { background: rgba(217, 70, 239, 0.08); border: 1px solid rgba(217, 70, 239, 0.2); border-radius: 20px; padding: 30px; margin-bottom: 40px; font-size: 1.05rem; line-height: 1.8; backdrop-filter: blur(4px); }
        .section-card { background: rgba(26, 10, 46, 0.6); backdrop-filter: blur(6px); border: 1px solid rgba(217, 70, 239, 0.2); border-radius: 24px; padding: 40px 32px; margin-bottom: 50px; transition: all 0.3s; box-shadow: 0 0 30px rgba(217,70,239,0.05); }
        .section-card:hover { border-color: rgba(217, 70, 239, 0.5); box-shadow: 0 0 40px rgba(217,70,239,0.15); }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
        .feature-item, .stat-item, .testimonial-item, .partner-item, .timeline-item, .service-item, .mission-item { background: rgba(45, 27, 78, 0.5); border-radius: 20px; padding: 24px; border: 1px solid rgba(217, 70, 239, 0.15); transition: 0.3s; }
        .feature-item:hover, .stat-item:hover { border-color: #d946ef; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(217,70,239,0.2); }
        .feature-icon { font-size: 2.5rem; margin-bottom: 12px; }
        .stat-number { font-size: 2.4rem; font-weight: 800; color: #d946ef; }
        .stat-label { color: #b8a0d8; }
        .image-showcase { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 30px 0; }
        .image-showcase img { width: 100%; max-width: 280px; border-radius: 16px; border: 2px solid rgba(217, 70, 239, 0.2); transition: 0.3s; object-fit: cover; aspect-ratio: 16/10; }
        .image-showcase img:hover { transform: scale(1.02); border-color: #d946ef; box-shadow: 0 0 25px rgba(217,70,239,0.3); }
        .news-item { border-bottom: 1px solid rgba(217, 70, 239, 0.1); padding: 20px 0; }
        .news-item:last-child { border-bottom: none; }
        .news-date { color: #a78bfa; font-size: 0.9rem; margin-bottom: 6px; display: block; }
        .news-title { font-size: 1.2rem; font-weight: 600; color: #f0e6ff; margin-bottom: 8px; }
        .news-summary { color: #c4b0e0; font-size: 0.95rem; }
        .faq-item { margin-bottom: 22px; background: rgba(45, 27, 78, 0.3); border-radius: 16px; padding: 20px 24px; border-left: 4px solid #d946ef; }
        .faq-q { font-weight: 700; font-size: 1.1rem; color: #e9d5ff; margin-bottom: 10px; }
        .faq-a { color: #c4b0e0; line-height: 1.7; }
        .cta-button { display: inline-block; background: linear-gradient(135deg, #d946ef, #a855f7); color: #fff; padding: 14px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; font-size: 1.1rem; transition: 0.3s; box-shadow: 0 4px 20px rgba(217,70,239,0.3); margin-top: 20px; }
        .cta-button:hover { transform: scale(1.04); box-shadow: 0 8px 35px rgba(217,70,239,0.5); }
        footer { background: rgba(12, 4, 22, 0.8); border-top: 1px solid rgba(217, 70, 239, 0.2); padding: 40px 0 20px; margin-top: 60px; }
        .footer-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
        .footer-col { flex: 1; min-width: 200px; }
        .footer-col p, .footer-col a { color: #b8a0d8; font-size: 0.9rem; line-height: 2; }
        .footer-col a { text-decoration: none; }
        .footer-col a:hover { color: #d946ef; }
        .friend-links { text-align: center; padding: 20px 0; border-top: 1px solid rgba(217, 70, 239, 0.15); margin-top: 30px; }
        .friend-links a { color: #a78bfa; margin: 0 8px; }
        .friend-links a:hover { color: #d946ef; }
        .copyright { text-align: center; color: #7c6a9a; font-size: 0.85rem; padding-top: 16px; }
        .nav-links a[href*="sport-feed"], .nav-links a[href*="live"] { background: rgba(217, 70, 239, 0.1); border-color: #d946ef; }
        @media (max-width: 768px) {
            h1 { font-size: 1.9rem; }
            .nav-links { gap: 12px; }
            .section-card { padding: 24px 16px; }
            .image-showcase img { max-width: 100%; }
        }