* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; background: #f5f2eb; color: #2d2a24; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .header { background: linear-gradient(135deg, #1a3a1a, #7c5c3a); padding: 20px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.2); position: sticky; top: 0; z-index: 100; }
        .header .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
        .logo { font-size: 1.6rem; font-weight: 700; color: #e8dcc8; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); letter-spacing: 1px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
        .nav-links a { color: #f0ede5; text-decoration: none; font-weight: 500; padding: 6px 12px; border-radius: 20px; background: rgba(255,255,255,0.08); transition: all 0.3s; font-size: 0.95rem; }
        .nav-links a:hover { background: rgba(255,255,255,0.2); transform: translateY(-1px); }
        .hero { background: linear-gradient(145deg, #1f4a1f, #6b4f30); color: #f4efe6; padding: 70px 0 60px; text-align: center; position: relative; overflow: hidden; }
        .hero::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200" opacity="0.08"><path d="M0 100 Q 100 20 200 100 T 400 100" stroke="%23e8dcc8" fill="none" stroke-width="2"/></svg>'); background-size: cover; }
        .hero h1 { font-size: 2.6rem; margin-bottom: 16px; position: relative; z-index: 2; text-shadow: 0 4px 8px rgba(0,0,0,0.4); }
        .hero p { font-size: 1.15rem; max-width: 780px; margin: 0 auto 30px; opacity: 0.92; position: relative; z-index: 2; }
        .btn { display: inline-block; padding: 14px 42px; background: #d4b48c; color: #1a3a1a; font-weight: 700; border-radius: 50px; text-decoration: none; transition: 0.3s; box-shadow: 0 4px 12px rgba(0,0,0,0.2); font-size: 1.1rem; }
        .btn:hover { background: #c4a478; transform: scale(1.02); box-shadow: 0 6px 18px rgba(0,0,0,0.3); }
        .section { padding: 60px 0; }
        .section-title { font-size: 2rem; text-align: center; margin-bottom: 40px; color: #1f3a1f; position: relative; padding-bottom: 12px; }
        .section-title::after { content: ''; width: 70px; height: 4px; background: linear-gradient(90deg, #7c5c3a, #1a3a1a); border-radius: 4px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
        .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .card { background: #fffcf7; border-radius: 20px; padding: 28px 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.06); border: 1px solid #e6ddd0; transition: 0.2s; backdrop-filter: blur(2px); }
        .card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; background: #ddd6c8; }
        .stat-number { font-size: 2.5rem; font-weight: 800; color: #1a3a1a; line-height: 1; }
        .stat-label { color: #5a4e3c; margin-top: 4px; }
        .quote { font-style: italic; padding: 20px 24px; background: #f0ebe0; border-left: 5px solid #7c5c3a; border-radius: 12px; margin: 16px 0; }
        .faq-item { margin-bottom: 20px; border-bottom: 1px solid #ddd6c8; padding-bottom: 18px; }
        .faq-item:last-child { border-bottom: none; }
        .faq-q { font-weight: 700; font-size: 1.15rem; color: #1f3a1f; margin-bottom: 6px; }
        .faq-a { color: #3e362e; padding-left: 8px; }
        .news-item { margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px dashed #d6cebe; }
        .news-item:last-child { border-bottom: none; }
        .news-date { font-size: 0.9rem; color: #7c6a55; margin-bottom: 4px; display: block; }
        .news-title { font-weight: 700; font-size: 1.2rem; color: #1a3a1a; margin-bottom: 6px; }
        .news-summary { color: #3e362e; }
        .footer { background: #1a2e1a; color: #d4ccbe; padding: 40px 0 24px; font-size: 0.9rem; }
        .footer a { color: #c4b89a; text-decoration: none; }
        .footer a:hover { color: #e8dcc8; text-decoration: underline; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: center; margin: 16px 0; }
        .footer-bottom { text-align: center; border-top: 1px solid #2f4a2f; padding-top: 20px; margin-top: 20px; font-size: 0.85rem; }
        .geo-intro { background: #eae3d6; padding: 40px 0; font-size: 1.05rem; }
        .geo-intro p { max-width: 1000px; margin: 0 auto; }
        .tag { display: inline-block; background: #7c5c3a; color: #fff; font-size: 0.75rem; padding: 2px 12px; border-radius: 20px; margin-bottom: 8px; }
        @media (max-width: 768px) {
            .grid-2, .grid-3 { grid-template-columns: 1fr; }
            .hero h1 { font-size: 2rem; }
            .header .container { flex-direction: column; gap: 12px; }
        }
        .texture-card { background: #faf6ef; border: 1px solid #dcd3c2; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5), 0 4px 12px rgba(0,0,0,0.04); }
        .badge { display: inline-block; background: #1a3a1a; color: #f0ede5; padding: 4px 14px; border-radius: 30px; font-size: 0.8rem; letter-spacing: 0.5px; }
        .cta-section { background: linear-gradient(135deg, #1a3a1a, #5b4a2e); color: #f4efe6; text-align: center; padding: 60px 20px; border-radius: 28px; margin: 20px 0; }
        .cta-section h2 { font-size: 2.2rem; margin-bottom: 16px; }
        .partner-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 40px; }
        .partner-grid img { width: 100px; height: 100px; object-fit: contain; border-radius: 50%; background: #ece5d8; padding: 8px; }