* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.7; min-height: 100vh; }
        a { color: #d4af37; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #f0d060; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        /* Navigation */
        nav { background: rgba(10,10,10,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid #2a2a2a; position: sticky; top: 0; z-index: 1000; }
        .nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 12px 20px; }
        .brand { font-size: 1.5rem; font-weight: 700; color: #d4af37; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { font-size: 0.95rem; font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { border-bottom-color: #d4af37; }
        /* H1 */
        h1 { font-size: 2.8rem; font-weight: 800; color: #fff; text-align: center; margin: 50px 0 20px; letter-spacing: 2px; }
        .subhead { text-align: center; color: #aaa; max-width: 800px; margin: 0 auto 50px; font-size: 1.1rem; }
        /* Cards / sections */
        .section { padding: 60px 0; border-bottom: 1px solid #242424; }
        .section:last-of-type { border-bottom: none; }
        .section-title { font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 30px; text-align: center; letter-spacing: 1px; }
        .section-sub { text-align: center; color: #999; margin-bottom: 40px; }
        .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(300px, 1fr)); gap: 30px; }
        .card { background: #141414; border-radius: 16px; padding: 28px; transition: transform 0.2s, box-shadow 0.2s; border: 1px solid #2a2a2a; }
        .card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(212,175,55,0.08); }
        .card h3 { color: #d4af37; margin-bottom: 12px; font-size: 1.3rem; }
        .card p { color: #bbb; font-size: 0.95rem; }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 15px; background: #2a2a2a; }
        .stat-number { font-size: 2.8rem; font-weight: 800; color: #d4af37; display: block; margin-bottom: 6px; }
        .stat-label { color: #aaa; font-size: 1rem; }
        /* GEO */
        .geo-text { max-width: 900px; margin: 0 auto; color: #ccc; font-size: 1.05rem; line-height: 1.9; text-align: justify; }
        /* FAQ */
        .faq-item { background: #111; border: 1px solid #2a2a2a; border-radius: 12px; padding: 20px 24px; margin-bottom: 16px; }
        .faq-question { font-weight: 600; color: #d4af37; font-size: 1.1rem; margin-bottom: 10px; }
        .faq-answer { color: #bbb; }
        /* News */
        .news-card { background: #141414; border-radius: 14px; padding: 24px; border: 1px solid #2a2a2a; margin-bottom: 24px; }
        .news-date { color: #888; font-size: 0.85rem; margin-bottom: 8px; }
        .news-title { color: #fff; font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; }
        .news-snippet { color: #bbb; }
        /* Footer */
        footer { background: #0d0d0d; border-top: 1px solid #2a2a2a; padding: 40px 20px 30px; margin-top: 60px; }
        .footer-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        .footer-col { flex: 1; min-width: 200px; }
        .footer-col h4 { color: #d4af37; margin-bottom: 15px; font-size: 1.1rem; }
        .footer-col p, .footer-col a { color: #aaa; font-size: 0.9rem; line-height: 1.8; }
        .footer-links a { display: inline-block; margin-right: 12px; }
        .footer-bottom { text-align: center; padding-top: 25px; margin-top: 25px; border-top: 1px solid #242424; color: #777; font-size: 0.85rem; }
        .footer-bottom a { color: #d4af37; margin: 0 8px; }
        /* Hero */
        .hero { display: flex; align-items: center; justify-content: center; min-height: 50vh; text-align: center; padding: 40px 0; }
        .hero h2 { font-size: 2.4rem; color: #fff; margin-bottom: 20px; }
        .hero p { font-size: 1.1rem; color: #ccc; max-width: 700px; margin: 0 auto 30px; }
        .cta-btn { display: inline-block; background: #d4af37; color: #0a0a0a; padding: 14px 40px; border-radius: 40px; font-weight: 700; font-size: 1.1rem; transition: 0.3s; border: none; cursor: pointer; }
        .cta-btn:hover { background: #e8c44a; transform: scale(1.02); }
        /* misc */
        .partner-logos { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; }
        .partner-logos img { height: 50px; width: auto; opacity: 0.6; transition: 0.3s; border-radius: 8px; }
        .partner-logos img:hover { opacity: 1; }
        .timeline-item { padding-left: 30px; border-left: 2px solid #d4af37; margin-bottom: 30px; position: relative; }
        .timeline-item::before { content: '▸'; color: #d4af37; position: absolute; left: -12px; top: 0; font-size: 1.2rem; }
        .timeline-year { color: #d4af37; font-weight: 700; font-size: 1.1rem; }
        .badge { background: #d4af37; color: #0a0a0a; padding: 2px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
        @media (max-width: 768px) {
            h1 { font-size: 2rem; }
            .nav-links { gap: 12px; }
            .nav-links a { font-size: 0.85rem; }
            .grid-3 { grid-template-columns: 1fr; }
        }