* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: linear-gradient(145deg, #0f0f0f 0%, #1a0a0a 100%); color: #f0e6d2; font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; line-height: 1.7; min-height: 100vh; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: linear-gradient(135deg, #4a0a0a 0%, #991b1b 100%); border-bottom: 3px solid #cfa144; padding: 15px 0; box-shadow: 0 4px 20px rgba(153,27,27,0.6); }
        .header-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .logo-area { display: flex; align-items: center; gap: 10px; }
        .logo-icon { font-size: 2.2rem; }
        .logo-text { font-size: 1.8rem; font-weight: 900; letter-spacing: 2px; background: linear-gradient(180deg, #f9e6b3, #d4af37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 2px 2px 8px rgba(0,0,0,0.5); }
        .nav-links { display: flex; flex-wrap: wrap; gap: 12px; }
        .nav-links a { color: #f0e6d2; text-decoration: none; padding: 8px 18px; border: 1px solid #cfa144; border-radius: 30px; font-weight: 600; font-size: 0.95rem; transition: all 0.3s; background: rgba(79,10,10,0.4); }
        .nav-links a:hover { background: #cfa144; color: #1a0a0a; transform: scale(1.05); box-shadow: 0 0 20px #cfa144; }
        .h1-wrap { text-align: center; padding: 50px 20px 30px; }
        .h1-wrap h1 { font-size: 2.8rem; font-weight: 900; background: linear-gradient(135deg, #f9e6b3, #d4af37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 30px rgba(212,175,55,0.3); margin-bottom: 15px; }
        .geo-desc { font-size: 1.1rem; max-width: 900px; margin: 0 auto; padding: 0 20px; color: #d4c5a9; border-left: 4px solid #cfa144; padding-left: 25px; }
        .section-title { font-size: 2rem; font-weight: 800; text-align: center; margin: 60px 0 30px; color: #f9e6b3; border-bottom: 2px solid #991b1b; padding-bottom: 10px; display: inline-block; width: auto; }
        .section-title span { background: linear-gradient(90deg, #4a0a0a, #991b1b); padding: 0 20px; border-radius: 8px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 30px 0; }
        .card { background: linear-gradient(145deg, #2a0a0a, #3a1212); border: 2px solid #cfa144; border-radius: 16px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.8); transition: all 0.4s; }
        .card:hover { transform: translateY(-8px); border-color: #f9e6b3; box-shadow: 0 20px 50px rgba(207,161,68,0.3); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 15px; border: 1px solid #5a2a2a; }
        .card h3 { font-size: 1.4rem; color: #f9e6b3; margin-bottom: 10px; }
        .card p { color: #d4c5a9; font-size: 0.95rem; }
        .btn { display: inline-block; background: linear-gradient(135deg, #cfa144, #b8860b); color: #1a0a0a; font-weight: 700; padding: 12px 30px; border-radius: 40px; text-decoration: none; margin-top: 20px; transition: all 0.3s; border: none; cursor: pointer; }
        .btn:hover { transform: scale(1.05); box-shadow: 0 8px 25px #cfa144; }
        .faq-item { background: #1e0a0a; border: 1px solid #4a2a2a; border-radius: 12px; margin: 15px 0; padding: 20px; }
        .faq-item h3 { color: #f9e6b3; font-size: 1.2rem; cursor: pointer; }
        .faq-item p { color: #c0b08a; margin-top: 10px; }
        .news-item { background: #2a0a0a; border-left: 5px solid #cfa144; padding: 20px; margin: 20px 0; border-radius: 8px; }
        .news-item .date { color: #d4af37; font-size: 0.85rem; font-weight: 600; }
        .news-item h3 { color: #f9e6b3; font-size: 1.3rem; }
        .news-item p { color: #c0b08a; }
        footer { background: #0d0505; border-top: 3px solid #4a0a0a; padding: 40px 20px; margin-top: 60px; text-align: center; }
        footer a { color: #cfa144; text-decoration: none; margin: 0 10px; }
        footer a:hover { text-decoration: underline; }
        .friend-links { margin: 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .friend-links a { background: #1a0a0a; padding: 8px 16px; border-radius: 30px; border: 1px solid #4a2a2a; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; text-align: center; }
        .stat-item { background: #2a0a0a; border: 1px solid #cfa144; border-radius: 12px; padding: 25px 10px; }
        .stat-number { font-size: 2.5rem; font-weight: 900; color: #f9e6b3; }
        .stat-label { color: #b09070; }
        .testimonial { background: #1e0a0a; border-radius: 16px; padding: 30px; border: 1px solid #3a2a2a; }
        .testimonial p { font-style: italic; color: #d4c5a9; }
        .testimonial .author { color: #cfa144; font-weight: 700; margin-top: 10px; }
        .partner-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .partner-item { background: #1a0a0a; border: 1px solid #4a2a2a; border-radius: 12px; padding: 20px 30px; color: #b09070; font-weight: 600; }
        @media (max-width: 768px) {
            .header-inner { flex-direction: column; gap: 15px; }
            .h1-wrap h1 { font-size: 2rem; }
            .nav-links { justify-content: center; }
            .nav-links a { padding: 6px 14px; font-size: 0.85rem; }
        }