* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
        body { background: linear-gradient(135deg, #e0f7f0 0%, #f0fdfa 100%); color: #1a2e3f; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(52,211,153,0.2); position: sticky; top: 0; z-index: 100; padding: 16px 0; }
        .nav-links { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #1a2e3f; font-weight: 500; padding: 6px 16px; border-radius: 20px; transition: all 0.3s; }
        .nav-links a:hover { background: #34d399; color: white; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(52,211,153,0.3); }
        h1 { text-align: center; font-size: 2.6rem; font-weight: 700; background: linear-gradient(135deg, #2dd4bf, #059669); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 40px 0 16px; }
        .section { background: rgba(255,255,255,0.7); border-radius: 24px; padding: 32px; margin: 32px 0; box-shadow: 0 4px 20px rgba(52,211,153,0.08); backdrop-filter: blur(4px); transition: transform 0.2s; border: 1px solid rgba(52,211,153,0.15); }
        .section:hover { transform: translateY(-2px); }
        h2 { font-size: 1.8rem; color: #0f766e; margin-bottom: 24px; border-left: 6px solid #34d399; padding-left: 16px; }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 16px; }
        .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 16px; }
        .card { background: white; border-radius: 16px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid #e5f5ef; transition: all 0.25s; }
        .card:hover { box-shadow: 0 8px 28px rgba(52,211,153,0.12); }
        .card img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; margin-bottom: 12px; }
        .badge { display: inline-block; background: #d1fae5; color: #065f46; padding: 4px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 500; margin-bottom: 8px; }
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #34d399, #059669); color: white; padding: 12px 32px; border-radius: 40px; font-weight: 600; text-decoration: none; transition: all 0.3s; border: none; cursor: pointer; }
        .btn-cta:hover { transform: scale(1.05); box-shadow: 0 8px 24px rgba(52,211,153,0.35); }
        .faq-item { margin-bottom: 20px; padding: 16px; background: white; border-radius: 16px; border-left: 4px solid #34d399; }
        .faq-item h3 { color: #0f766e; font-size: 1.15rem; margin-bottom: 8px; }
        .news-item { margin-bottom: 20px; padding: 16px; background: white; border-radius: 16px; border-left: 4px solid #34d399; }
        .news-date { font-size: 0.85rem; color: #6b7280; margin-bottom: 4px; }
        .news-item h3 { font-size: 1.1rem; color: #1e293b; margin-bottom: 6px; }
        .stat-number { font-size: 2.2rem; font-weight: 700; color: #059669; }
        .stat-label { color: #4b5563; font-size: 0.95rem; }
        footer { background: #0f172a; color: #94a3b8; padding: 48px 0 24px; margin-top: 60px; border-radius: 32px 32px 0 0; }
        footer a { color: #a7f3d0; text-decoration: none; transition: color 0.2s; }
        footer a:hover { color: #34d399; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 24px; }
        .footer-info { text-align: center; font-size: 0.9rem; }
        @media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } h1 { font-size: 1.8rem; } .nav-links { gap: 12px; } }
        .geo-text { font-size: 1.05rem; line-height: 1.9; }
        .testimonial { background: white; padding: 24px; border-radius: 20px; text-align: center; border: 1px solid #e5f5ef; }
        .testimonial p { font-style: italic; color: #374151; }
        .partner-logos { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center; }
        .partner-logos img { height: 48px; opacity: 0.6; transition: opacity 0.3s; }
        .partner-logos img:hover { opacity: 1; }