* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%); color: #1f2937; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        header { background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(52, 211, 153, 0.3); position: sticky; top: 0; z-index: 100; padding: 12px 0; }
        header .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 24px; font-weight: 800; background: linear-gradient(135deg, #34d399, #059669); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #374151; font-weight: 500; font-size: 15px; transition: color 0.2s; position: relative; }
        .nav-links a:hover { color: #059669; }
        .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #34d399; transition: width 0.2s; }
        .nav-links a:hover::after { width: 100%; }
        h1 { font-size: 2.6rem; font-weight: 800; color: #065f46; margin: 40px 0 16px; line-height: 1.2; text-align: center; }
        h2 { font-size: 2rem; color: #065f46; margin: 48px 0 24px; position: relative; padding-bottom: 12px; }
        h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 4px; background: linear-gradient(90deg, #34d399, #a7f3d0); border-radius: 2px; }
        h3 { font-size: 1.3rem; color: #047857; margin: 20px 0 12px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; margin: 32px 0; }
        .card { background: #fff; border-radius: 20px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: transform 0.2s, box-shadow 0.2s; border: 1px solid rgba(52, 211, 153, 0.15); }
        .card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(52, 211, 153, 0.12); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 14px; margin-bottom: 16px; }
        .tag { display: inline-block; background: #d1fae5; color: #047857; padding: 4px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
        .btn { display: inline-block; background: linear-gradient(135deg, #34d399, #059669); color: #fff; padding: 14px 36px; border-radius: 50px; font-weight: 600; font-size: 16px; text-decoration: none; transition: opacity 0.2s; box-shadow: 0 4px 14px rgba(52, 211, 153, 0.3); }
        .btn:hover { opacity: 0.9; }
        .geo-box { background: #fff; border-radius: 24px; padding: 36px 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); margin: 32px 0; border-left: 6px solid #34d399; }
        .stats-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; margin: 32px 0; }
        .stat-item { text-align: center; background: #fff; padding: 28px 16px; border-radius: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
        .stat-number { font-size: 2.6rem; font-weight: 800; color: #059669; }
        .stat-label { color: #6b7280; font-size: 14px; margin-top: 8px; }
        .faq-item { background: #fff; border-radius: 16px; padding: 20px 24px; margin-bottom: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); border: 1px solid #e5e7eb; }
        .faq-question { font-weight: 700; color: #065f46; font-size: 1.1rem; margin-bottom: 8px; }
        .faq-answer { color: #4b5563; }
        .footer { background: #064e3b; color: #d1fae5; padding: 48px 0 24px; margin-top: 60px; }
        .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-bottom: 20px; }
        .footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; margin-top: 22px; font-size: 14px; color: #a7f3d0; }
        .news-date { color: #6b7280; font-size: 0.85rem; margin-bottom: 6px; display: block; }
        .breadcrumb { display: flex; gap: 8px; font-size: 14px; color: #6b7280; margin: 20px 0; }
        .breadcrumb a { color: #059669; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        @media (max-width: 768px) {
            h1 { font-size: 2rem; }
            .nav-links { gap: 16px; margin-top: 12px; }
            .card-grid { grid-template-columns: 1fr; }
            .container { padding: 0 16px; }
        }
        .hero-section { background: linear-gradient(135deg, #d1fae5, #a7f3d0); border-radius: 32px; padding: 48px 36px; margin: 32px 0; text-align: center; }
        .hero-section h1 { margin-top: 0; }
        .cta-section { background: linear-gradient(135deg, #065f46, #047857); border-radius: 32px; padding: 48px 36px; margin: 40px 0; text-align: center; color: #fff; }
        .cta-section .btn { background: #fff; color: #065f46; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
        .flex-badge { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin: 16px 0; }
        .badge { background: #d1fae5; padding: 6px 18px; border-radius: 30px; font-size: 14px; color: #047857; font-weight: 500; }