* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #4a0a0a 0%, #991b1b 100%); color: #f5e6d3; min-height: 100vh; overflow-x: hidden; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(74, 10, 10, 0.95); border-bottom: 2px solid #c9a84c; padding: 20px 0; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(10px); }
        .header-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
        .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #f5d77f, #c9a84c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); letter-spacing: 2px; }
        .nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
        .nav-links a { color: #f5e6d3; text-decoration: none; font-weight: 600; padding: 8px 16px; border: 1px solid #c9a84c; border-radius: 4px; transition: all 0.3s; background: rgba(153, 27, 27, 0.6); font-size: 0.95rem; }
        .nav-links a:hover { background: #c9a84c; color: #4a0a0a; border-color: #f5d77f; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(201, 168, 76, 0.4); }
        .hero { padding: 80px 0 60px; text-align: center; background: radial-gradient(ellipse at center, rgba(153,27,27,0.8), rgba(74,10,10,0.9)); position: relative; }
        .hero h1 { font-size: 2.8rem; background: linear-gradient(135deg, #f5d77f, #ffd700); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 20px; text-shadow: 0 0 30px rgba(255,215,0,0.3); line-height: 1.3; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto; color: #f5e6d3; opacity: 0.9; line-height: 1.8; }
        .geo-section { padding: 40px 0 60px; background: rgba(74, 10, 10, 0.6); border-top: 1px solid #c9a84c; border-bottom: 1px solid #c9a84c; }
        .geo-section p { font-size: 1.05rem; line-height: 1.9; color: #f0dcc8; text-indent: 2em; }
        .section-title { font-size: 2rem; text-align: center; margin-bottom: 40px; padding-bottom: 15px; border-bottom: 2px solid #c9a84c; display: inline-block; width: 100%; color: #f5d77f; text-transform: uppercase; letter-spacing: 3px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px 0; }
        .card { background: linear-gradient(145deg, rgba(153,27,27,0.7), rgba(74,10,10,0.8)); border: 2px solid #c9a84c; border-radius: 12px; padding: 30px; transition: all 0.4s; backdrop-filter: blur(5px); box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
        .card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(201,168,76,0.3); border-color: #f5d77f; }
        .card-icon { font-size: 2.5rem; margin-bottom: 15px; display: block; }
        .card h3 { color: #f5d77f; font-size: 1.4rem; margin-bottom: 12px; }
        .card p { color: #e8d5c0; line-height: 1.7; }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; border: 1px solid #c9a84c; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }
        .stat-item { background: rgba(201,168,76,0.15); border: 1px solid #c9a84c; border-radius: 8px; padding: 30px 20px; }
        .stat-number { font-size: 2.5rem; font-weight: 800; color: #f5d77f; display: block; }
        .stat-label { color: #e8d5c0; margin-top: 8px; font-size: 1rem; }
        .news-list { margin-top: 30px; }
        .news-item { background: rgba(74,10,10,0.7); border-left: 4px solid #c9a84c; padding: 20px; margin-bottom: 20px; border-radius: 0 8px 8px 0; transition: all 0.3s; }
        .news-item:hover { background: rgba(153,27,27,0.8); border-left-color: #f5d77f; }
        .news-date { color: #f5d77f; font-size: 0.9rem; font-weight: 600; margin-bottom: 8px; }
        .news-item h3 { color: #ffd700; font-size: 1.2rem; margin-bottom: 8px; }
        .news-item p { color: #e8d5c0; line-height: 1.7; }
        .faq-item { background: rgba(74,10,10,0.6); border: 1px solid #c9a84c; border-radius: 8px; padding: 25px; margin-bottom: 20px; }
        .faq-item h3 { color: #f5d77f; font-size: 1.15rem; margin-bottom: 12px; cursor: pointer; }
        .faq-item p { color: #e8d5c0; line-height: 1.8; }
        .faq-item:hover { border-color: #f5d77f; }
        .cta-section { text-align: center; padding: 60px 0; background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(153,27,27,0.6)); border-top: 2px solid #c9a84c; border-bottom: 2px solid #c9a84c; }
        .cta-section h2 { font-size: 2.2rem; color: #f5d77f; margin-bottom: 20px; }
        .cta-section p { font-size: 1.1rem; max-width: 700px; margin: 0 auto 30px; color: #f0dcc8; }
        .cta-btn { display: inline-block; padding: 16px 48px; background: linear-gradient(135deg, #c9a84c, #f5d77f); color: #4a0a0a; font-weight: 700; font-size: 1.2rem; border-radius: 50px; text-decoration: none; transition: all 0.3s; box-shadow: 0 8px 25px rgba(201,168,76,0.4); }
        .cta-btn:hover { transform: scale(1.05); box-shadow: 0 12px 35px rgba(201,168,76,0.6); }
        footer { background: rgba(40,5,5,0.95); border-top: 2px solid #c9a84c; padding: 40px 0 20px; margin-top: 60px; }
        footer .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; }
        footer h4 { color: #f5d77f; margin-bottom: 15px; font-size: 1.1rem; }
        footer p, footer a { color: #e8d5c0; line-height: 1.8; font-size: 0.95rem; }
        footer a { color: #f5d77f; text-decoration: none; }
        footer a:hover { text-decoration: underline; }
        .footer-bottom { border-top: 1px solid rgba(201,168,76,0.3); padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .footer-bottom a { margin: 0 8px; }
        .footer-links a { display: inline-block; margin: 5px 10px; }
        .brand-story { padding: 60px 0; }
        .brand-story .content { max-width: 800px; margin: 0 auto; text-align: center; }
        .brand-story p { font-size: 1.05rem; line-height: 1.9; color: #f0dcc8; margin-bottom: 20px; }
        @media (max-width: 768px) {
            .header-content { flex-direction: column; text-align: center; }
            .nav-links { justify-content: center; gap: 10px; }
            .nav-links a { font-size: 0.85rem; padding: 6px 12px; }
            .hero h1 { font-size: 2rem; }
            .hero p { font-size: 1rem; }
            .section-title { font-size: 1.5rem; }
        }
        @media (max-width: 480px) {
            .container { padding: 0 15px; }
            .hero { padding: 50px 0 40px; }
            .hero h1 { font-size: 1.6rem; }
            .card { padding: 20px; }
        }