* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: linear-gradient(135deg, #fef9f0 0%, #fdf2e9 100%); color: #2d1b0d; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        /* Header & Nav */
        header { background: linear-gradient(135deg, #f97316, #ea580c, #4a2c0a); padding: 12px 0; box-shadow: 0 4px 20px rgba(249, 115, 22, 0.3); position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { display: flex; align-items: center; gap: 10px; }
        .logo img { width: 40px; height: 40px; border-radius: 50%; }
        .logo span { font-size: 1.5rem; font-weight: 800; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
        .nav-links { display: flex; gap: 6px; flex-wrap: wrap; }
        .nav-links a { color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 30px; font-weight: 600; font-size: 0.9rem; background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); transition: 0.3s; border: 1px solid rgba(255,255,255,0.2); }
        .nav-links a:hover { background: rgba(255,255,255,0.35); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
        /* Hero */
        .hero { background: linear-gradient(135deg, #f97316, #4a2c0a); padding: 60px 0; text-align: center; color: #fff; border-radius: 0 0 40px 40px; margin-bottom: 30px; position: relative; overflow: hidden; }
        .hero::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 0%, transparent 70%); pointer-events: none; }
        .hero h1 { font-size: 2.8rem; font-weight: 900; margin-bottom: 20px; text-shadow: 0 4px 20px rgba(0,0,0,0.4); position: relative; z-index: 1; }
        .hero p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; opacity: 0.9; position: relative; z-index: 1; }
        .hero .btn { display: inline-block; background: #fff; color: #f97316; padding: 14px 40px; border-radius: 50px; font-weight: 700; font-size: 1.1rem; text-decoration: none; transition: 0.3s; box-shadow: 0 8px 30px rgba(249,115,22,0.4); position: relative; z-index: 1; }
        .hero .btn:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(249,115,22,0.6); }
        /* Section common */
        section { margin: 40px 0; }
        .section-title { font-size: 2rem; font-weight: 800; color: #4a2c0a; margin-bottom: 20px; text-align: center; position: relative; }
        .section-title::after { content: ''; display: block; width: 60px; height: 4px; background: linear-gradient(90deg, #f97316, #4a2c0a); margin: 8px auto 0; border-radius: 4px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .card { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); border-radius: 24px; padding: 24px; box-shadow: 0 8px 32px rgba(249,115,22,0.08), 0 0 0 1px rgba(249,115,22,0.05); transition: 0.3s; border: 1px solid rgba(255,255,255,0.6); }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(249,115,22,0.15); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 16px; margin-bottom: 16px; }
        .card h3 { font-size: 1.3rem; color: #4a2c0a; margin-bottom: 8px; }
        .card p { color: #5a3e1a; font-size: 0.95rem; }
        .stat-number { font-size: 2.5rem; font-weight: 900; color: #f97316; }
        .stat-label { color: #4a2c0a; font-weight: 600; }
        .geo-box { background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); border-radius: 24px; padding: 30px; border: 1px solid rgba(249,115,22,0.2); }
        .faq-item { margin-bottom: 16px; background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 20px; padding: 20px; border: 1px solid rgba(249,115,22,0.1); }
        .faq-item h3 { color: #f97316; font-size: 1.1rem; cursor: pointer; }
        .faq-item p { margin-top: 8px; color: #4a2c0a; }
        .news-item { display: flex; flex-direction: column; gap: 8px; }
        .news-date { font-size: 0.85rem; color: #f97316; font-weight: 600; }
        .btn-outline { display: inline-block; padding: 10px 28px; border: 2px solid #f97316; color: #f97316; border-radius: 30px; text-decoration: none; font-weight: 700; transition: 0.3s; }
        .btn-outline:hover { background: #f97316; color: #fff; }
        footer { background: #4a2c0a; color: rgba(255,255,255,0.8); padding: 40px 0; margin-top: 40px; border-radius: 40px 40px 0 0; }
        footer a { color: #fbbf24; text-decoration: none; margin: 0 8px; }
        footer a:hover { color: #fff; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 16px 0; }
        .footer-info { text-align: center; font-size: 0.9rem; }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 20px 0; }
        .partner-logos img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; opacity: 0.7; transition: 0.3s; }
        .partner-logos img:hover { opacity: 1; transform: scale(1.1); }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            .nav-links { justify-content: center; margin-top: 10px; }
            .header-inner { flex-direction: column; }
        }