* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: linear-gradient(145deg, #f0fdf4 0%, #e6f7ed 100%); color: #1f2937; line-height: 1.6; }
a { color: #059669; text-decoration: none; transition: color 0.2s; }
a:hover { color: #34d399; }
h1, h2, h3 { font-weight: 600; letter-spacing: 0.02em; }
h1 { font-size: 2.2rem; margin-bottom: 0.75rem; }
h2 { font-size: 1.8rem; margin-bottom: 1rem; border-left: 5px solid #34d399; padding-left: 0.75rem; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header { background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(0,0,0,0.04); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(52,211,153,0.2); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; max-width: 1200px; margin: 0 auto; }
.logo { font-size: 1.6rem; font-weight: 700; background: linear-gradient(135deg, #34d399, #0d9488); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: flex; align-items: center; gap: 8px; }
.nav-links { display: flex; gap: 24px; flex-wrap: wrap; }
.nav-links a { font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { border-bottom-color: #34d399; }
.hero { padding: 60px 0 40px; text-align: center; }
.hero h1 { font-size: 2.4rem; background: linear-gradient(135deg, #0d9488, #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.hero p { max-width: 700px; margin: 1rem auto 2rem; font-size: 1.1rem; color: #374151; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }
.card { background: rgba(255,255,255,0.75); backdrop-filter: blur(6px); border-radius: 20px; padding: 24px; box-shadow: 0 8px 28px rgba(0,0,0,0.04); transition: transform 0.25s, box-shadow 0.25s; border: 1px solid rgba(52,211,153,0.15); }
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(52,211,153,0.12); }
.card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; background: #e5e7eb; }
.card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.card p { color: #4b5563; font-size: 0.95rem; }
.badge { display: inline-block; background: #34d39920; color: #0d9488; font-size: 0.75rem; padding: 2px 10px; border-radius: 20px; font-weight: 500; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 20px; text-align: center; margin: 30px 0; }
.stat-item { background: rgba(255,255,255,0.65); backdrop-filter: blur(4px); border-radius: 16px; padding: 20px 10px; }
.stat-item .num { font-size: 2.2rem; font-weight: 700; color: #0d9488; }
.news-item { border-bottom: 1px solid #e5e7eb; padding: 16px 0; }
.news-item:last-child { border-bottom: 0; }
.news-item .date { font-size: 0.85rem; color: #6b7280; margin-bottom: 4px; }
.news-item h4 { font-size: 1.1rem; margin-bottom: 6px; }
.news-item p { color: #4b5563; font-size: 0.95rem; }
.faq-item { margin-bottom: 20px; }
.faq-item summary { font-weight: 600; font-size: 1.1rem; cursor: pointer; padding: 12px 0; border-bottom: 1px solid #d1d5db; outline: none; }
.faq-item[open] summary { border-bottom-color: #34d399; }
.faq-item p { padding: 12px 0 8px; color: #374151; }
footer { background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); border-top: 1px solid #e5e7eb; padding: 40px 20px 20px; margin-top: 60px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 30px; }
.footer-inner h4 { font-size: 1.1rem; margin-bottom: 12px; }
.footer-inner p, .footer-inner a { font-size: 0.9rem; color: #4b5563; }
.footer-bottom { text-align: center; padding-top: 24px; font-size: 0.85rem; color: #6b7280; border-top: 1px solid #d1d5db; margin-top: 30px; }
@media (max-width: 640px) { .header-inner { flex-direction: column; gap: 12px; } .nav-links { gap: 12px; justify-content: center; } h1 { font-size: 1.8rem; } .hero h1 { font-size: 2rem; } }