* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%); color: #1e293b; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(52,211,153,0.25); position: sticky; top: 0; z-index: 100; padding: 12px 0; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
        .logo { font-size: 1.5rem; font-weight: 700; background: linear-gradient(135deg, #34d399, #a7f3d0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 20px; }
        .nav-links a { text-decoration: none; color: #1e293b; font-weight: 500; padding: 6px 12px; border-radius: 30px; transition: all 0.2s; }
        .nav-links a:hover { background: #34d399; color: #fff; }
        h1 { font-size: 2.2rem; font-weight: 800; line-height: 1.3; margin: 30px 0 15px; background: linear-gradient(135deg, #065f46, #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align: center; }
        .geo-text { background: #fff; border-radius: 24px; padding: 28px 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); margin: 10px 0 30px; border-left: 6px solid #34d399; }
        .geo-text p { font-size: 1rem; color: #334155; }
        .section-title { font-size: 1.6rem; font-weight: 700; margin: 40px 0 20px; color: #065f46; position: relative; display: inline-block; }
        .section-title:after { content: ''; display: block; width: 50%; height: 4px; background: #34d399; border-radius: 4px; margin-top: 6px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 20px 0; }
        .card { background: #fff; border-radius: 20px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); transition: all 0.25s; border: 1px solid rgba(52,211,153,0.15); }
        .card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(52,211,153,0.12); }
        .card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #0f172a; }
        .card p { color: #475569; font-size: 0.95rem; }
        .img-round { width: 100%; height: auto; border-radius: 16px; margin: 12px 0; object-fit: cover; max-height: 200px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #34d399, #10b981); color: #fff; padding: 14px 36px; border-radius: 60px; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: 0.2s; box-shadow: 0 6px 20px rgba(52,211,153,0.3); }
        .btn-cta:hover { transform: scale(1.03); box-shadow: 0 8px 28px rgba(52,211,153,0.4); }
        .hero-section { background: linear-gradient(145deg, #d1fae5, #ecfdf5); border-radius: 32px; padding: 40px 30px; margin: 20px 0; text-align: center; }
        .hero-section h2 { font-size: 2rem; font-weight: 700; color: #065f46; }
        .hero-section p { max-width: 700px; margin: 16px auto; color: #1e293b; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; }
        .stat-item { background: #fff; border-radius: 20px; padding: 20px 12px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
        .stat-number { font-size: 2rem; font-weight: 800; color: #34d399; }
        .stat-label { font-size: 0.9rem; color: #64748b; margin-top: 4px; }
        .faq-item { background: #fff; border-radius: 16px; padding: 20px 24px; margin-bottom: 14px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); border-left: 4px solid #34d399; }
        .faq-item h4 { font-size: 1.05rem; font-weight: 600; color: #0f172a; }
        .faq-item p { margin-top: 8px; color: #475569; }
        .blog-card { background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 4px 14px rgba(0,0,0,0.04); margin-bottom: 20px; border: 1px solid #e2e8f0; }
        .blog-date { font-size: 0.8rem; color: #34d399; font-weight: 600; background: #d1fae5; display: inline-block; padding: 2px 12px; border-radius: 30px; margin-bottom: 8px; }
        .blog-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
        .blog-card p { color: #475569; font-size: 0.95rem; }
        .partner-badge { display: inline-flex; align-items: center; gap: 8px; background: #f1f5f9; border-radius: 40px; padding: 6px 16px; font-size: 0.85rem; }
        footer { background: #0f172a; color: #cbd5e1; padding: 40px 0 20px; margin-top: 60px; border-radius: 40px 40px 0 0; }
        footer a { color: #a7f3d0; text-decoration: none; }
        footer a:hover { text-decoration: underline; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 20px 0; font-size: 0.9rem; }
        .footer-address { text-align: center; font-size: 0.85rem; color: #94a3b8; line-height: 1.8; }
        .footer-copy { text-align: center; border-top: 1px solid #1e293b; padding-top: 18px; margin-top: 20px; font-size: 0.8rem; }
        @media (max-width: 640px) { h1 { font-size: 1.6rem; } .hero-section h2 { font-size: 1.5rem; } .nav-links { gap: 8px; } .nav-links a { font-size: 0.85rem; } }
        .img-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin: 20px 0; }
        .img-gallery img { width: 100%; height: 120px; object-fit: cover; border-radius: 16px; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
        .testi-item { background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
        .testi-item p { font-style: italic; color: #475569; }
        .testi-author { margin-top: 12px; font-weight: 600; color: #0f172a; }
        .timeline { display: flex; flex-direction: column; gap: 16px; }
        .timeline-item { display: flex; gap: 16px; background: #fff; border-radius: 16px; padding: 16px 20px; }
        .timeline-year { font-weight: 700; color: #34d399; min-width: 70px; }
        .cta-section { background: linear-gradient(145deg, #d1fae5, #a7f3d0); border-radius: 32px; padding: 40px 20px; text-align: center; margin: 30px 0; }