* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: linear-gradient(135deg, #0b1120 0%, #1a1a2e 100%); color: #e2e8f0; min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* navigation */
        nav { background: rgba(11,17,32,0.85); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(251,191,36,0.15); position: sticky; top: 0; z-index: 100; padding: 12px 0; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #cbd5e1; text-decoration: none; font-weight: 500; font-size: 1rem; transition: color 0.3s; letter-spacing: 0.3px; }
        .nav-links a:hover { color: #fbbf24; }
        .nav-brand { font-size: 1.1rem; color: #fbbf24; font-weight: 700; letter-spacing: 0.5px; }
        /* main headings */
        h1 { font-size: 2.6rem; font-weight: 800; background: linear-gradient(to right, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 0.75rem; line-height: 1.2; }
        h2 { font-size: 2.0rem; font-weight: 700; color: #fbbf24; margin-bottom: 1.5rem; border-left: 6px solid #fbbf24; padding-left: 18px; }
        h3 { font-size: 1.3rem; font-weight: 600; color: #f1f5f9; margin-bottom: 0.8rem; }
        /* glass card */
        .glass { background: rgba(255,255,255,0.05); backdrop-filter: blur(12px); border: 1px solid rgba(251,191,36,0.08); border-radius: 32px; padding: 32px; transition: transform 0.4s ease, box-shadow 0.4s; }
        .glass:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -12px rgba(251,191,36,0.18); }
        .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
        .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
        .btn-gold { display: inline-block; background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #0b1120; font-weight: 700; padding: 14px 36px; border-radius: 60px; text-decoration: none; transition: all 0.3s; border: none; font-size: 1.1rem; }
        .btn-gold:hover { transform: scale(1.04); box-shadow: 0 8px 24px rgba(251,191,36,0.4); }
        .tag { background: rgba(251,191,36,0.15); color: #fbbf24; padding: 4px 14px; border-radius: 40px; font-size: 0.8rem; font-weight: 600; }
        img { max-width: 100%; height: auto; border-radius: 20px; display: block; }
        .geo-text { font-size: 1.05rem; line-height: 1.7; color: #cbd5e1; margin-top: 0.5rem; }
        .news-item { background: rgba(255,255,255,0.03); border-radius: 28px; padding: 28px; border: 1px solid rgba(251,191,36,0.04); transition: 0.3s; }
        .news-item:hover { background: rgba(255,255,255,0.06); }
        .news-item .date-badge { display: inline-block; background: #1e293b; color: #94a3b8; padding: 2px 12px; border-radius: 30px; font-size: 0.75rem; margin-bottom: 10px; }
        .faq-q { background: rgba(255,255,255,0.03); border-radius: 20px; padding: 20px 24px; border-left: 4px solid #fbbf24; margin-bottom: 20px; }
        .faq-q strong { color: #fbbf24; }
        footer { margin-top: 80px; border-top: 1px solid rgba(251,191,36,0.1); padding: 40px 0 20px; font-size: 0.9rem; color: #94a3b8; }
        footer a { color: #94a3b8; text-decoration: none; margin: 0 6px; }
        footer a:hover { color: #fbbf24; }
        .partner-links a { margin: 0 8px; }
        .hero-section { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 0; }
        .hero-content p { max-width: 700px; margin: 12px auto 28px; font-size: 1.1rem; color: #cbd5e1; }
        .stat-box { text-align: center; padding: 20px; }
        .stat-box .num { font-size: 2.6rem; font-weight: 800; color: #fbbf24; }
        .stat-box .label { color: #94a3b8; margin-top: 6px; }
        .section-pad { padding: 60px 0; }
        .brand-story-img { border-radius: 32px; width: 100%; height: 260px; object-fit: cover; }
        .testimonial-card { background: rgba(255,255,255,0.03); border-radius: 24px; padding: 28px; border: 1px solid rgba(251,191,36,0.05); }
        .cta-section { background: linear-gradient(135deg, rgba(251,191,36,0.08), rgba(245,158,11,0.02)); border-radius: 48px; padding: 60px 40px; text-align: center; }
        @media (max-width: 768px) { h1 { font-size: 2rem; } .nav-links { gap: 14px; } .glass { padding: 20px; } }
        .services-grid i { font-size: 2rem; color: #fbbf24; margin-bottom: 12px; display: block; }
        .featured-events .event-card { background: rgba(255,255,255,0.02); border-radius: 28px; padding: 24px; border: 1px solid #2d3748; }