* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: #fff; min-height: 100vh; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #ff6b35, #ff2e63); padding: 15px 0; box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4); position: sticky; top: 0; z-index: 1000; }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #fff, #ffe500); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 2px 2px 10px rgba(255, 46, 99, 0.6); }
        .nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
        .nav-links a { color: #fff; text-decoration: none; padding: 8px 18px; border-radius: 30px; background: rgba(255,255,255,0.15); backdrop-filter: blur(5px); font-weight: 600; transition: all 0.3s; border: 1px solid rgba(255,255,255,0.2); }
        .nav-links a:hover { background: #fff; color: #ff2e63; transform: scale(1.05); }
        .hero { padding: 80px 0; text-align: center; background: linear-gradient(135deg, #ff6b35, #ff2e63, #9b59b6); border-radius: 30px; margin: 30px 0; position: relative; overflow: hidden; }
        .hero h1 { font-size: 2.8rem; margin-bottom: 20px; text-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .hero p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; opacity: 0.9; }
        .hero .btn { display: inline-block; padding: 15px 40px; background: #fff; color: #ff2e63; border-radius: 50px; font-weight: 700; text-decoration: none; transition: 0.3s; }
        .hero .btn:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(255, 46, 99, 0.5); }
        .hero img { width: 100%; max-height: 400px; object-fit: cover; border-radius: 20px; margin-top: 30px; }
        section { margin: 60px 0; }
        .section-title { font-size: 2.2rem; text-align: center; margin-bottom: 40px; background: linear-gradient(135deg, #ff6b35, #ff2e63, #9b59b6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .geo-intro { background: rgba(255,255,255,0.05); padding: 40px; border-radius: 30px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); margin: 40px 0; }
        .geo-intro h2 { font-size: 1.8rem; margin-bottom: 20px; color: #ff6b35; }
        .geo-intro p { line-height: 1.8; font-size: 1.05rem; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .card { background: linear-gradient(145deg, rgba(255,107,53,0.2), rgba(255,46,99,0.2), rgba(155,89,182,0.2)); border-radius: 20px; padding: 30px; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); transition: 0.3s; }
        .card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(255,107,53,0.3); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 15px; }
        .card h3 { font-size: 1.4rem; margin-bottom: 10px; }
        .card p { opacity: 0.85; line-height: 1.6; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
        .stat-item { text-align: center; padding: 30px; background: rgba(255,255,255,0.05); border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); }
        .stat-item .number { font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, #ff6b35, #ff2e63); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .faq-item { background: rgba(255,255,255,0.05); border-radius: 20px; padding: 25px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.1); }
        .faq-item h3 { color: #ff6b35; margin-bottom: 10px; font-size: 1.3rem; }
        .faq-item p { line-height: 1.7; }
        .news-item { background: linear-gradient(145deg, rgba(255,107,53,0.1), rgba(255,46,99,0.1)); border-radius: 20px; padding: 25px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.1); }
        .news-item .date { color: #ff6b35; font-weight: 600; margin-bottom: 8px; display: block; }
        .news-item h3 { font-size: 1.3rem; margin-bottom: 10px; }
        .news-item p { line-height: 1.7; opacity: 0.9; }
        footer { background: linear-gradient(135deg, #1a1a2e, #16213e); padding: 50px 0 20px; border-top: 2px solid rgba(255,107,53,0.3); margin-top: 60px; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin: 20px 0; }
        .footer-links a { color: #ccc; text-decoration: none; padding: 5px 15px; border-radius: 20px; background: rgba(255,255,255,0.05); }
        .footer-links a:hover { color: #ff6b35; }
        .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 0.9rem; }
        .footer-bottom .friend-links { margin: 15px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
        .footer-bottom .friend-links a { color: #ff6b35; text-decoration: none; }
        .footer-bottom .friend-links a:hover { text-decoration: underline; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            .nav-links { justify-content: center; margin-top: 10px; }
            .header-inner { flex-direction: column; }
        }