* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: linear-gradient(145deg, #0b1120 0%, #1a1a2e 100%); color: #e2e8f0; min-height: 100vh; line-height: 1.6; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
        /* navigation */
        nav { background: rgba(11,17,32,0.8); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(251,191,36,0.15); padding: 1rem 0; position: sticky; top:0; z-index: 100; }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; }
        .logo { font-weight: 700; font-size: 1.5rem; background: linear-gradient(135deg, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
        .nav-links a { color: #cbd5e1; text-decoration: none; font-weight: 500; transition: 0.3s; padding: 0.25rem 0.5rem; border-radius: 0.5rem; }
        .nav-links a:hover { color: #fbbf24; background: rgba(251,191,36,0.08); }
        /* cards glass */
        .glass-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.06); border-radius: 1.5rem; padding: 2rem; transition: 0.35s ease; }
        .glass-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.6), 0 0 0 1px rgba(251,191,36,0.15); }
        /* headings */
        h1 { font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #fbbf24, #fde68a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 0.75rem; }
        h2 { font-size: 2.2rem; font-weight: 700; color: #fbbf24; margin-bottom: 1.5rem; letter-spacing: 0.5px; }
        h3 { font-size: 1.4rem; font-weight: 600; color: #fde68a; margin-bottom: 0.75rem; }
        /* hero */
        .hero-section { padding: 4rem 0 3rem; text-align: center; }
        .hero-section p { max-width: 720px; margin: 1rem auto 2rem; font-size: 1.15rem; color: #94a3b8; }
        .btn-gold { display: inline-block; background: linear-gradient(135deg, #fbbf24, #d97706); color: #0b1120; font-weight: 700; padding: 0.9rem 2.5rem; border-radius: 3rem; text-decoration: none; transition: 0.3s; box-shadow: 0 8px 24px rgba(251,191,36,0.25); }
        .btn-gold:hover { transform: scale(1.04); box-shadow: 0 12px 32px rgba(251,191,36,0.35); }
        .hero-img { margin-top: 2.5rem; border-radius: 2rem; max-width: 100%; height: auto; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
        /* grid */
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
        .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
        .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.8rem; }
        @media (max-width: 900px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
        /* news */
        .news-card { background: rgba(255,255,255,0.03); backdrop-filter: blur(8px); border-radius: 1.2rem; padding: 1.5rem; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; }
        .news-card:hover { border-color: rgba(251,191,36,0.3); background: rgba(255,255,255,0.06); }
        .news-date { color: #fbbf24; font-size: 0.85rem; font-weight: 500; margin-bottom: 0.5rem; }
        .news-card h3 { font-size: 1.2rem; }
        .news-card p { color: #94a3b8; font-size: 0.95rem; }
        /* faq */
        .faq-item { margin-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 1.2rem; }
        .faq-question { font-weight: 600; color: #fbbf24; font-size: 1.1rem; margin-bottom: 0.4rem; }
        .faq-answer { color: #b0b9c8; }
        /* footer */
        footer { margin-top: 4rem; padding: 2.5rem 0; border-top: 1px solid rgba(255,255,255,0.05); background: rgba(11,17,32,0.6); backdrop-filter: blur(8px); }
        .footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; justify-content: center; margin-bottom: 1.5rem; }
        .footer-links a { color: #94a3b8; text-decoration: none; transition: 0.2s; }
        .footer-links a:hover { color: #fbbf24; }
        .footer-bottom { text-align: center; color: #64748b; font-size: 0.9rem; }
        .footer-bottom a { color: #94a3b8; }
        .friend-links { margin: 1.2rem 0; }
        .friend-links a { color: #fbbf24; }
        img { max-width: 100%; height: auto; border-radius: 1rem; }
        .section-padding { padding: 3rem 0; }
        .text-gold { color: #fbbf24; }
        .badge { display: inline-block; background: rgba(251,191,36,0.12); color: #fbbf24; padding: 0.2rem 0.9rem; border-radius: 2rem; font-size: 0.8rem; font-weight: 500; }
        .stat-number { font-size: 2.8rem; font-weight: 800; color: #fbbf24; line-height: 1.2; }
        .stat-label { color: #94a3b8; font-size: 0.95rem; }
        .partner-logo { padding: 1rem; text-align: center; background: rgba(255,255,255,0.03); border-radius: 1rem; }
        .partner-logo img { max-width: 80px; opacity: 0.7; transition: 0.3s; }
        .partner-logo:hover img { opacity: 1; }
        .team-card { text-align: center; }
        .team-card img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; margin-bottom: 0.8rem; border: 2px solid rgba(251,191,36,0.3); }
        .cta-section { background: linear-gradient(135deg, rgba(251,191,36,0.05), rgba(217,119,6,0.08)); border-radius: 2rem; padding: 3rem 2rem; text-align: center; }