* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; background: linear-gradient(145deg, #f0fdf4 0%, #e2f3e8 100%); color: #1f2937; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(255,255,255,0.75); backdrop-filter: blur(12px); border-bottom: 2px solid #34d399; padding: 14px 20px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(52,211,153,0.12); }
        .header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
        .logo { font-size: 1.5rem; font-weight: 700; background: linear-gradient(135deg, #34d399, #14b8a6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
        .nav-links a { text-decoration: none; color: #1f2937; font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; transition: 0.2s; }
        .nav-links a:hover { border-bottom-color: #34d399; color: #0d9488; }
        .hero { background: linear-gradient(135deg, #d1fae5, #a7f3d0, #6ee7b7); padding: 60px 20px; border-radius: 36px; margin: 30px 0; text-align: center; box-shadow: 0 8px 24px rgba(52,211,153,0.15); }
        .hero h1 { font-size: 2.6rem; font-weight: 800; color: #065f46; margin-bottom: 18px; letter-spacing: -0.5px; }
        .hero p { font-size: 1.1rem; color: #374151; max-width: 780px; margin: 0 auto; opacity: 0.9; }
        .hero img { margin-top: 30px; border-radius: 24px; width: 100%; max-height: 400px; object-fit: cover; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
        .section-title { font-size: 1.8rem; font-weight: 700; margin: 50px 0 30px; color: #065f46; border-left: 6px solid #34d399; padding-left: 18px; }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
        .grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
        .card { background: rgba(255,255,255,0.7); backdrop-filter: blur(6px); border-radius: 24px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); border: 1px solid rgba(52,211,153,0.2); transition: 0.3s; }
        .card:hover { box-shadow: 0 10px 32px rgba(52,211,153,0.1); transform: translateY(-2px); }
        .card img { width: 100%; border-radius: 16px; margin-bottom: 16px; height: auto; max-height: 200px; object-fit: cover; }
        .stat-number { font-size: 2.8rem; font-weight: 800; color: #0d9488; }
        .stat-label { font-size: 1rem; color: #6b7280; }
        .news-item { border-bottom: 1px solid #e5e7eb; padding: 22px 0; }
        .news-item:last-child { border-bottom: none; }
        .news-date { font-size: 0.85rem; color: #6b7280; margin-bottom: 6px; background: #d1fae5; display: inline-block; padding: 2px 12px; border-radius: 30px; }
        .news-title { font-size: 1.2rem; font-weight: 600; margin: 6px 0; }
        .news-summary { color: #4b5563; }
        .faq-item { margin-bottom: 24px; }
        .faq-question { font-weight: 700; font-size: 1.1rem; color: #065f46; margin-bottom: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; }
        .faq-answer { color: #374151; padding-left: 26px; border-left: 3px solid #34d399; margin-top: 6px; }
        .btn { display: inline-block; background: linear-gradient(135deg,#34d399,#0d9488); color: #fff; padding: 12px 32px; border-radius: 60px; text-decoration: none; font-weight: 600; transition: 0.3s; border: none; box-shadow: 0 4px 12px rgba(52,211,153,0.3); }
        .btn:hover { transform: scale(1.02); box-shadow: 0 8px 20px rgba(52,211,153,0.4); }
        .testimonial { background: white; border-radius: 28px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
        .testimonial p { font-style: italic; color: #374151; }
        footer { background: #065f46; color: #d1fae5; padding: 48px 20px 28px; margin-top: 60px; border-radius: 40px 40px 0 0; }
        footer a { color: #a7f3d0; text-decoration: none; }
        footer a:hover { text-decoration: underline; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 28px; margin-bottom: 28px; }
        .footer-bottom { border-top: 1px solid #0d9488; padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 20px 0; }
        .partner-logos a { background: rgba(255,255,255,0.5); padding: 10px 20px; border-radius: 40px; font-weight: 500; color: #065f46; border: 1px solid #34d399; transition: 0.2s; }
        .partner-logos a:hover { background: #34d399; color: #fff; }
        .cta-section { background: linear-gradient(135deg, #34d399, #14b8a6); border-radius: 40px; padding: 50px 30px; text-align: center; color: #fff; margin: 40px 0; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 16px; }
        .cta-section .btn { background: #fff; color: #065f46; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        @media (max-width: 768px) {
            .grid-2, .grid-3 { grid-template-columns: 1fr; }
            .hero h1 { font-size: 2rem; }
            .nav-links { gap: 8px 12px; }
        }
        .geo-intro { background: rgba(255,255,255,0.5); padding: 30px 24px; border-radius: 28px; margin-bottom: 28px; border: 1px solid #a7f3d0; }