* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f0ebe3; color: #2e2b28; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #1a3a1a 0%, #3a5a3a 40%, #7c5c3a 100%); padding: 20px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
        .nav-links { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
        .nav-links a { color: #f5ede3; text-decoration: none; padding: 8px 18px; border-radius: 20px; background: rgba(255,255,255,0.1); transition: all 0.3s; font-weight: 500; letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.15); }
        .nav-links a:hover { background: #7c5c3a; color: #fff; transform: translateY(-2px); }
        h1 { text-align: center; padding: 50px 20px 30px; font-size: 2.6rem; color: #1a3a1a; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><path d="M10,10 Q30,0 50,10 T90,10" stroke="%237c5c3a" fill="none" stroke-width="2"/></svg>') repeat-x bottom; padding-bottom: 40px; }
        .geo-desc { max-width: 900px; margin: 0 auto 40px; padding: 0 20px; text-align: center; font-size: 1.08rem; color: #4a403a; background: rgba(124,92,58,0.05); border-radius: 12px; padding: 25px; }
        .section-title { font-size: 2rem; color: #1a3a1a; margin: 50px 0 30px; text-align: center; position: relative; }
        .section-title::after { content: ''; display: block; width: 60px; height: 3px; background: #7c5c3a; margin: 10px auto 0; border-radius: 2px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin: 20px 0; }
        .card { background: #fffaf3; border-radius: 16px; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); border: 1px solid #d6c9b8; transition: transform 0.2s; }
        .card:hover { transform: translateY(-5px); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 12px; }
        .card h3 { color: #1a3a1a; margin-bottom: 10px; font-size: 1.2rem; }
        .card p { color: #5a5048; font-size: 0.95rem; }
        .news-item { background: #fffaf3; border-radius: 12px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #7c5c3a; }
        .news-item .date { color: #7c5c3a; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
        .news-item h3 { color: #1a3a1a; margin-bottom: 8px; }
        .news-item p { color: #4a403a; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }
        .stat-item { background: linear-gradient(145deg, #f5ede3, #e6dccf); padding: 25px; border-radius: 16px; box-shadow: inset 0 2px 5px rgba(0,0,0,0.05); }
        .stat-number { font-size: 2.2rem; font-weight: 700; color: #1a3a1a; }
        .stat-label { color: #5a5048; margin-top: 5px; }
        .faq-item { background: #fffaf3; border-radius: 12px; padding: 20px; margin-bottom: 15px; border: 1px solid #d6c9b8; }
        .faq-item h3 { color: #1a3a1a; cursor: pointer; }
        .faq-item p { margin-top: 10px; color: #4a403a; }
        .partner-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 20px; }
        .partner-logo { width: 100px; height: 100px; background: #fffaf3; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #7c5c3a; font-size: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
        .cta-section { background: linear-gradient(135deg, #1a3a1a, #3a5a3a); color: #f5ede3; padding: 50px 20px; text-align: center; border-radius: 20px; margin: 40px 0; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 20px; }
        .cta-section .btn { display: inline-block; padding: 14px 40px; background: #7c5c3a; color: #fff; border-radius: 30px; text-decoration: none; font-weight: 600; transition: background 0.3s; }
        .cta-section .btn:hover { background: #9a7a58; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
        .testimonial { background: #fffaf3; padding: 25px; border-radius: 16px; border: 1px solid #d6c9b8; position: relative; }
        .testimonial::before { content: '“'; font-size: 3rem; color: #7c5c3a; position: absolute; top: 5px; left: 15px; opacity: 0.3; }
        .testimonial p { font-style: italic; color: #4a403a; margin-bottom: 10px; }
        .testimonial .author { font-weight: 600; color: #1a3a1a; }
        footer { background: #1a3a1a; color: #d6c9b8; padding: 40px 20px 20px; margin-top: 50px; }
        footer .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        footer .footer-links a { color: #d6c9b8; text-decoration: none; padding: 5px 10px; }
        footer .footer-links a:hover { color: #fff; }
        footer .footer-info { text-align: center; font-size: 0.9rem; border-top: 1px solid #3a5a3a; padding-top: 20px; }
        @media (max-width: 768px) { h1 { font-size: 2rem; } .nav-links { gap: 12px; } .nav-links a { font-size: 0.9rem; padding: 6px 12px; } }