* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: linear-gradient(135deg, #0f1a12 0%, #1a3a2a 100%); color: #e5f0e8; line-height: 1.6; min-height: 100vh; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(15, 26, 18, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(74, 222, 128, 0.15); position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; flex-wrap: wrap; }
        .logo { font-size: 1.6rem; font-weight: 700; background: linear-gradient(135deg, #4ade80, #22d3ee); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: flex; align-items: center; gap: 10px; }
        .logo img { height: 36px; width: auto; border-radius: 6px; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #c5d9d0; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.2s, border-bottom 0.2s; border-bottom: 2px solid transparent; padding-bottom: 4px; }
        .nav-links a:hover { color: #4ade80; border-bottom-color: #4ade80; }
        .hero { padding: 80px 0 60px; text-align: center; position: relative; }
        .hero h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 18px; letter-spacing: 1px; background: linear-gradient(135deg, #f0faf5, #4ade80); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero p { max-width: 750px; margin: 0 auto 30px; color: #b0c9be; font-size: 1.1rem; }
        .hero-images { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
        .hero-images img { width: 200px; height: 140px; object-fit: cover; border-radius: 16px; border: 1px solid rgba(74, 222, 128, 0.25); box-shadow: 0 8px 32px rgba(0,0,0,0.4); transition: transform 0.3s; }
        .hero-images img:hover { transform: scale(1.02); }
        .section-title { font-size: 2rem; font-weight: 700; margin-bottom: 30px; text-align: center; color: #e5f0e8; }
        .section-title span { border-bottom: 3px solid #4ade80; padding-bottom: 6px; }
        .glass-card { background: rgba(26, 58, 42, 0.4); backdrop-filter: blur(8px); border-radius: 20px; border: 1px solid rgba(74, 222, 128, 0.2); padding: 28px; margin-bottom: 30px; box-shadow: 0 8px 24px rgba(0,0,0,0.3); transition: box-shadow 0.3s; }
        .glass-card:hover { box-shadow: 0 12px 40px rgba(74, 222, 128, 0.15); }
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
        .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
        .stat-item { text-align: center; padding: 20px; }
        .stat-number { font-size: 2.8rem; font-weight: 800; color: #4ade80; }
        .stat-label { color: #b0c9be; margin-top: 8px; font-size: 1rem; }
        .news-card { background: rgba(26, 58, 42, 0.3); border-radius: 16px; padding: 22px; border-left: 4px solid #4ade80; margin-bottom: 18px; transition: background 0.2s; }
        .news-card:hover { background: rgba(26, 58, 42, 0.6); }
        .news-date { color: #6b9c84; font-size: 0.85rem; margin-bottom: 6px; }
        .news-card h3 { font-size: 1.2rem; margin-bottom: 8px; color: #e5f0e8; }
        .news-card p { color: #b0c9be; font-size: 0.95rem; }
        .faq-item { border-bottom: 1px solid rgba(74, 222, 128, 0.15); padding: 20px 0; }
        .faq-question { font-weight: 600; font-size: 1.1rem; color: #4ade80; margin-bottom: 12px; cursor: default; }
        .faq-answer { color: #c5d9d0; line-height: 1.7; }
        .btn { display: inline-block; background: linear-gradient(135deg, #4ade80, #22d3ee); color: #0f1a12; font-weight: 700; padding: 14px 38px; border-radius: 40px; text-decoration: none; font-size: 1.05rem; transition: transform 0.2s, box-shadow 0.2s; border: none; cursor: pointer; }
        .btn:hover { transform: scale(1.02); box-shadow: 0 8px 24px rgba(74, 222, 128, 0.3); }
        footer { background: rgba(15, 26, 18, 0.8); backdrop-filter: blur(8px); border-top: 1px solid rgba(74, 222, 128, 0.15); padding: 40px 0 20px; margin-top: 60px; }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
        .footer-col { flex: 1 1 220px; }
        .footer-col h4 { color: #4ade80; margin-bottom: 16px; font-size: 1.1rem; }
        .footer-col a { color: #b0c9be; text-decoration: none; display: block; margin-bottom: 8px; font-size: 0.9rem; transition: color 0.2s; }
        .footer-col a:hover { color: #4ade80; }
        .footer-bottom { text-align: center; padding-top: 28px; border-top: 1px solid rgba(74, 222, 128, 0.1); margin-top: 28px; color: #6b9c84; font-size: 0.85rem; }
        .footer-bottom a { color: #6b9c84; margin: 0 8px; text-decoration: underline; }
        .footer-bottom a:hover { color: #4ade80; }
        .footer-links { margin-bottom: 12px; }
        .footer-links a { color: #4ade80; text-decoration: none; margin: 0 10px; font-weight: 500; }
        .geo-text { font-size: 1rem; line-height: 1.8; color: #c5d9d0; }
        @media (max-width: 768px) {
            .header-inner { flex-direction: column; gap: 12px; }
            .nav-links { gap: 14px; justify-content: center; }
            .hero h1 { font-size: 2rem; }
            .grid-2, .grid-3 { grid-template-columns: 1fr; }
            .hero-images img { width: 100%; max-width: 280px; height: auto; }
        }