* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 100%); color: #e0e0e0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.7; min-height: 100vh; }
        a { color: #d4af37; text-decoration: none; transition: color 0.2s; }
        a:hover { color: #fff; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        /* Nav */
        nav { background: rgba(10,10,10,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(212,175,55,0.15); position: sticky; top: 0; z-index: 100; padding: 16px 0; }
        nav .container { display: flex; align-items: center; justify-content: space-between; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { font-size: 0.95rem; font-weight: 500; letter-spacing: 0.3px; padding: 6px 0; border-bottom: 2px solid transparent; }
        .nav-links a:hover { border-bottom-color: #d4af37; }
        .nav-brand { font-size: 1.2rem; font-weight: 600; color: #fff; letter-spacing: 1px; }
        .nav-brand span { color: #d4af37; }
        /* H1 */
        .hero { padding: 80px 0 60px; text-align: center; }
        .hero h1 { font-size: 3rem; font-weight: 700; background: linear-gradient(135deg, #fff, #d4af37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; line-height: 1.2; }
        .hero p { font-size: 1.1rem; max-width: 700px; margin: 0 auto; color: #b0b0b0; }
        /* section */
        section { padding: 64px 0; }
        .section-title { font-size: 2rem; font-weight: 600; margin-bottom: 40px; text-align: center; color: #fff; letter-spacing: -0.5px; }
        .section-title span { color: #d4af37; }
        /* cards */
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 32px; }
        .card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 28px 24px; backdrop-filter: blur(4px); transition: transform 0.25s, border-color 0.25s; }
        .card:hover { transform: translateY(-4px); border-color: rgba(212,175,55,0.3); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 18px; }
        .card h3 { font-size: 1.3rem; color: #fff; margin-bottom: 10px; }
        .card p { color: #b0b0b0; font-size: 0.95rem; }
        /* geo-intro */
        #geo-intro { background: rgba(255,255,255,0.02); border-radius: 20px; padding: 48px 40px; margin: 40px 0; }
        #geo-intro p { font-size: 1.05rem; color: #c8c8c8; line-height: 1.8; }
        /* stats */
        .stats-wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 60px; text-align: center; }
        .stat-item { min-width: 140px; }
        .stat-number { font-size: 2.8rem; font-weight: 700; color: #d4af37; line-height: 1; }
        .stat-label { color: #999; font-size: 0.9rem; margin-top: 6px; }
        /* features */
        .features-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
        .feature-item { padding: 24px; border-left: 3px solid #d4af37; background: rgba(212,175,55,0.04); border-radius: 0 12px 12px 0; }
        .feature-item h3 { color: #fff; font-size: 1.1rem; margin-bottom: 8px; }
        .feature-item p { color: #aaa; font-size: 0.92rem; }
        /* faq */
        .faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); padding: 24px 0; }
        .faq-item h3 { font-size: 1.1rem; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-item p { color: #b0b0b0; margin-top: 12px; padding-right: 20px; }
        /* news */
        .news-card { background: rgba(255,255,255,0.02); border-radius: 14px; padding: 24px; border: 1px solid rgba(255,255,255,0.04); margin-bottom: 20px; }
        .news-card .date { font-size: 0.8rem; color: #888; margin-bottom: 6px; display: block; }
        .news-card h3 { font-size: 1.15rem; color: #fff; margin-bottom: 8px; }
        .news-card p { color: #aaa; font-size: 0.93rem; }
        /* testimonials */
        .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .testi-item { background: rgba(255,255,255,0.02); border-radius: 16px; padding: 28px; border: 1px solid rgba(255,255,255,0.04); }
        .testi-item p { font-style: italic; color: #bbb; }
        .testi-item .author { margin-top: 16px; color: #d4af37; font-weight: 500; }
        /* cta */
        #cta { text-align: center; padding: 80px 0; }
        #cta h2 { font-size: 2.2rem; color: #fff; margin-bottom: 16px; }
        #cta p { color: #b0b0b0; max-width: 500px; margin: 0 auto 28px; }
        .cta-btn { display: inline-block; padding: 14px 48px; background: #d4af37; color: #0a0a0a; font-weight: 600; border-radius: 40px; font-size: 1rem; letter-spacing: 0.5px; border: none; cursor: pointer; transition: background 0.2s, transform 0.2s; }
        .cta-btn:hover { background: #e0b94a; transform: scale(1.03); color: #0a0a0a; }
        /* partners */
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px 48px; }
        .partner-logos img { height: 40px; opacity: 0.45; filter: grayscale(1); transition: opacity 0.2s; }
        .partner-logos img:hover { opacity: 0.8; }
        /* footer */
        footer { background: rgba(0,0,0,0.6); border-top: 1px solid rgba(255,255,255,0.05); padding: 48px 0 32px; margin-top: 40px; }
        footer .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; margin-bottom: 32px; }
        footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
        footer a { display: block; font-size: 0.9rem; color: #999; margin-bottom: 8px; }
        footer a:hover { color: #d4af37; }
        footer .bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; text-align: center; font-size: 0.85rem; color: #777; }
        footer .bottom a { display: inline; margin: 0 6px; }
        .friend-links { margin: 16px 0; font-size: 0.9rem; }
        .friend-links a { display: inline; margin: 0 4px; }
        /* responsive */
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            nav .container { flex-direction: column; gap: 12px; }
            .nav-links { gap: 14px; justify-content: center; }
            #geo-intro { padding: 32px 20px; }
        }