* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; }
        body { background: linear-gradient(135deg, #1a0a0a 0%, #2d0a0a 100%); color: #f0e6d2; line-height: 1.7; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(90deg, #4a0a0a, #991b1b); border-bottom: 2px solid #c9a84c; padding: 18px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.7); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #f7d875, #c9a84c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 2px; text-shadow: 0 0 15px rgba(201,168,76,0.3); }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #f0e6d2; text-decoration: none; font-weight: 600; font-size: 1.05rem; padding: 6px 14px; border-radius: 30px; transition: all 0.3s; border: 1px solid transparent; }
        .nav-links a:hover { background: #c9a84c; color: #1a0a0a; border-color: #f7d875; transform: scale(1.03); }
        .hero { padding: 80px 0 60px; text-align: center; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><polygon points="50,10 90,90 10,90" fill="%23c9a84c"/></svg>') repeat; }
        h1 { font-size: 3.2rem; font-weight: 900; background: linear-gradient(135deg, #f7d875, #e6b800); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 15px; text-shadow: 0 0 40px rgba(201,168,76,0.3); }
        .hero p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 30px; color: #d4c5a0; }
        .geo-intro { background: rgba(74,10,10,0.7); border: 1px solid #c9a84c; border-radius: 20px; padding: 40px; margin: 30px 0; }
        .geo-intro p { font-size: 1.1rem; text-indent: 2em; }
        .section-title { font-size: 2.2rem; font-weight: 700; text-align: center; margin: 60px 0 30px; color: #f7d875; border-bottom: 3px solid #c9a84c; display: inline-block; padding-bottom: 8px; }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
        .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
        .card { background: linear-gradient(145deg, #2d0a0a, #4a0a0a); border: 2px solid #c9a84c; border-radius: 20px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.6); transition: 0.3s; }
        .card:hover { transform: translateY(-6px); border-color: #f7d875; box-shadow: 0 15px 40px rgba(201,168,76,0.2); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 15px; border: 1px solid #c9a84c; }
        .card h3 { font-size: 1.5rem; color: #f7d875; margin-bottom: 10px; }
        .card p, .card li { color: #d4c5a0; }
        .btn { display: inline-block; background: linear-gradient(135deg, #c9a84c, #e6b800); color: #1a0a0a; font-weight: 700; padding: 12px 30px; border-radius: 40px; text-decoration: none; transition: 0.3s; border: none; cursor: pointer; margin-top: 15px; }
        .btn:hover { transform: scale(1.05); box-shadow: 0 0 25px #c9a84c; }
        .faq-item { background: rgba(74,10,10,0.5); border-left: 6px solid #c9a84c; padding: 20px 25px; margin: 20px 0; border-radius: 0 20px 20px 0; }
        .faq-item h4 { color: #f7d875; font-size: 1.3rem; margin-bottom: 8px; }
        .news-list article { padding: 20px 0; border-bottom: 1px solid rgba(201,168,76,0.3); }
        .news-list article:last-child { border-bottom: none; }
        .news-date { color: #c9a84c; font-weight: 600; font-size: 0.95rem; }
        .footer { background: #2a0505; border-top: 3px solid #c9a84c; padding: 40px 0; margin-top: 60px; }
        .footer a { color: #c9a84c; text-decoration: none; margin: 0 10px; }
        .footer a:hover { text-decoration: underline; }
        .footer-info { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
        .friend-links { text-align: center; padding: 20px 0; border-top: 1px solid #4a0a0a; }
        @media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } .nav-links { gap: 12px; } h1 { font-size: 2.2rem; } }
        .stats-number { font-size: 2.8rem; font-weight: 900; color: #f7d875; }
        .inline-icon { margin-right: 8px; }
        .badge { background: #c9a84c; color: #1a0a0a; padding: 4px 14px; border-radius: 30px; font-size: 0.8rem; font-weight: 700; }
        .timeline-item { display: flex; gap: 20px; margin: 20px 0; align-items: flex-start; }
        .timeline-year { font-size: 1.8rem; font-weight: 900; color: #c9a84c; min-width: 80px; }