* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: linear-gradient(135deg, #fef9f0 0%, #fdf2e3 100%); color: #4a2c0a; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: linear-gradient(135deg, #f97316, #ea580c); padding: 16px 0; box-shadow: 0 4px 20px rgba(249,115,22,0.3); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(10px); }
        .nav-links { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
        .nav-links a { color: #fff; text-decoration: none; font-weight: 600; font-size: 16px; padding: 8px 16px; border-radius: 30px; transition: all 0.3s; letter-spacing: 0.5px; }
        .nav-links a:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
        h1 { text-align: center; padding: 60px 20px 20px; font-size: 2.8rem; background: linear-gradient(135deg, #f97316, #b45309); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; letter-spacing: -0.5px; }
        .geo-box { background: #fff; border-radius: 24px; padding: 40px; margin: 20px auto 40px; max-width: 900px; box-shadow: 0 8px 30px rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.1); }
        .geo-box p { color: #5d3a1a; line-height: 1.9; font-size: 1.05rem; }
        .section-title { text-align: center; font-size: 2rem; font-weight: 700; margin: 60px 0 30px; color: #4a2c0a; position: relative; }
        .section-title::after { content: ''; display: block; width: 60px; height: 4px; background: linear-gradient(90deg, #f97316, #ea580c); margin: 12px auto; border-radius: 4px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }
        .card { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); border-radius: 20px; padding: 28px; border: 1px solid rgba(249,115,22,0.15); box-shadow: 0 4px 16px rgba(249,115,22,0.06); transition: all 0.3s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(249,115,22,0.12); }
        .card h3 { color: #f97316; font-size: 1.3rem; margin-bottom: 12px; }
        .card p { color: #5d3a1a; font-size: 0.98rem; }
        .card img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
        .hero-section { background: linear-gradient(135deg, #fff7ed, #ffedd5); border-radius: 28px; padding: 60px 40px; margin: 40px 0; text-align: center; box-shadow: 0 8px 30px rgba(249,115,22,0.08); }
        .hero-section h2 { font-size: 2.2rem; color: #4a2c0a; margin-bottom: 20px; }
        .hero-section .hero-text { max-width: 700px; margin: 0 auto; color: #5d3a1a; font-size: 1.1rem; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 30px 0; }
        .stat-item { background: #fff; border-radius: 18px; padding: 28px 16px; text-align: center; box-shadow: 0 4px 12px rgba(249,115,22,0.06); border: 1px solid #fde68a; }
        .stat-number { font-size: 2.4rem; font-weight: 800; color: #f97316; }
        .stat-label { font-size: 0.95rem; color: #7c5c3a; margin-top: 6px; }
        .news-card { background: #fff; border-radius: 20px; padding: 24px; margin-bottom: 20px; border-left: 4px solid #f97316; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
        .news-card .date { color: #f97316; font-weight: 600; font-size: 0.9rem; margin-bottom: 8px; }
        .news-card h3 { color: #4a2c0a; font-size: 1.2rem; margin-bottom: 8px; }
        .news-card p { color: #5d3a1a; font-size: 0.95rem; }
        .faq-item { background: #fff; border-radius: 16px; padding: 24px; margin-bottom: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid #fde68a; }
        .faq-item h3 { color: #f97316; font-size: 1.1rem; margin-bottom: 10px; cursor: pointer; }
        .faq-item p { color: #5d3a1a; }
        footer { background: linear-gradient(135deg, #4a2c0a, #2d1a05); color: #f5e6d0; padding: 40px 0; margin-top: 60px; }
        footer .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 24px; }
        footer a { color: #fbd38d; text-decoration: none; font-size: 0.95rem; }
        footer a:hover { color: #f97316; }
        footer .footer-info { text-align: center; font-size: 0.9rem; line-height: 2; }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 30px 0; }
        .partner-logos img { width: 120px; height: 60px; object-fit: contain; border-radius: 8px; background: #fff; padding: 8px 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
        .cta-section { background: linear-gradient(135deg, #f97316, #ea580c); border-radius: 28px; padding: 50px 40px; text-align: center; color: #fff; margin: 40px 0; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 16px; }
        .cta-section p { font-size: 1.1rem; max-width: 600px; margin: 0 auto; opacity: 0.9; }
        .btn-cta { display: inline-block; background: #fff; color: #f97316; font-weight: 700; padding: 14px 40px; border-radius: 50px; font-size: 1.1rem; margin-top: 24px; text-decoration: none; transition: all 0.3s; }
        .btn-cta:hover { transform: scale(1.05); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
        .event-highlight { background: #fff; border-radius: 24px; padding: 30px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin: 30px 0; box-shadow: 0 4px 20px rgba(249,115,22,0.06); }
        .event-highlight img { width: 100%; max-width: 400px; border-radius: 16px; }
        .event-highlight .event-text { flex: 1; min-width: 250px; }
        .event-highlight h3 { color: #f97316; font-size: 1.6rem; margin-bottom: 12px; }
        @media (max-width: 768px) { h1 { font-size: 2rem; padding: 40px 16px 16px; } .nav-links { gap: 16px; } .geo-box { padding: 24px; } .hero-section { padding: 40px 20px; } }