:root{--primary:#16a34a;--primary-50:#f0fdf4;--primary-100:#dcfce7;--primary-200:#bbf7d0;--primary-300:#86efac;--primary-400:#4ade80;--primary-500:#22c55e;--primary-600:#16a34a;--primary-700:#15803d;--primary-800:#166534;--primary-900:#14532d;--primary-color:var(--primary-600);--primary-light:var(--primary-100);--primary-dark:var(--primary-700);--primary-bg:var(--primary-50);--env:#16a34a;--social:#ea8a3a;--gov:#2563eb;--bg:#f8f9fa;--surface:#fff;--text:#202124;--text2:#5f6368;--text-primary:#202124;--text-secondary:#5f6368;--border:#e8eaed;--border-color:#e8eaed;--radius:12px;--shadow:0 1px 3px 0 #3c404329, 0 4px 8px 3px #3c404314;--danger:#dc2626;--warn:#d97706;--blue:#2563eb;--purple:#7c3aed}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--bg);font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;line-height:1.7}a{color:var(--primary);text-decoration:none}.ohesg-navbar,.ohesg-footer{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif}.ohesg-navbar *,.ohesg-footer *{box-sizing:border-box}.ohesg-navbar{border-bottom:1px solid var(--border-color);z-index:1000;background:#fff;position:sticky;top:0;left:0;right:0}.ohesg-nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;padding:0 24px;display:flex}.ohesg-nav-logo,.ohesg-footer-brand-header{align-items:center;gap:8px;text-decoration:none;display:flex}.ohesg-logo-badge{background:var(--primary-color);color:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ohesg-logo-badge-text{color:#fff;font-size:12px;font-weight:700;line-height:1}.ohesg-logo-text{color:var(--text-primary);white-space:nowrap;font-size:1.15rem;font-weight:600}.ohesg-nav-menu{gap:4px;margin:0;padding:0;list-style:none;display:flex}.ohesg-nav-item{position:relative}.ohesg-nav-link{color:var(--text-primary);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:.9rem;font-weight:500;line-height:1.4;transition:all .2s;display:flex}.ohesg-nav-link:hover,.ohesg-nav-item.is-current .ohesg-nav-link,.ohesg-nav-item.active .ohesg-nav-link{background:var(--surface);color:var(--primary-color)}.ohesg-nav-link:after{content:"";opacity:.5;border-top:4px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:all .2s}.ohesg-nav-link-direct:after{display:none}.ohesg-nav-item:hover .ohesg-nav-link:after,.ohesg-nav-item.active .ohesg-nav-link:after{transform:rotate(180deg)}.ohesg-dropdown-menu{opacity:0;visibility:hidden;z-index:1001;background:#fff;border-radius:12px;min-width:210px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 8px 24px #00000024}.ohesg-nav-item:hover .ohesg-dropdown-menu,.ohesg-nav-item.active .ohesg-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.ohesg-dropdown-menu a{color:var(--text-secondary);padding:10px 16px;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.ohesg-dropdown-menu a:hover{background:var(--surface);color:var(--primary-color)}.ohesg-dropdown-menu a.active{color:var(--primary-color);background:var(--primary-bg);font-weight:600}.ohesg-nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:5px;padding:8px;display:none}.ohesg-nav-toggle span{background:#3c4043;width:24px;height:2px;transition:all .2s}.hero{background:linear-gradient(135deg, var(--primary-700) 0%, var(--primary-600) 50%, var(--primary-400) 100%);color:#fff;padding:3rem 0 2.4rem}.hero--center{text-align:center;padding:4rem 0 3rem}.hero--compact{padding:1.4rem 0}.hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-breadcrumb{opacity:.85;margin-bottom:1rem;font-size:.8rem}.hero-breadcrumb a{color:#fff;opacity:.9}.hero-breadcrumb .sep{opacity:.6}.hero-badge{background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;display:inline-flex}.hero h1{letter-spacing:-.02em;font-size:2rem;font-weight:800}.hero p{opacity:.88;max-width:760px;margin-top:.7rem;font-size:.95rem}.hero--center p{margin-left:auto;margin-right:auto}.hero-tags{flex-wrap:wrap;gap:.7rem;margin-top:1.2rem;display:flex}.hero--center .hero-tags{justify-content:center}.hero-tag{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:16px;padding:.25rem .7rem;font-size:.75rem}.container{max-width:1200px;margin:0 auto;padding:2rem}.section{margin-bottom:2.5rem}.section-title{align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:1.28rem;font-weight:700;display:flex}.section-title:before{content:"";background:var(--primary);border-radius:999px;width:4px;height:1.25em}.section-desc{color:var(--text2);margin-bottom:1.2rem;font-size:.88rem}.stats-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);padding:1.15rem}.stat-value{color:var(--primary-dark);font-size:1.55rem;font-weight:800}.stat-label{color:var(--text2);margin-top:.2rem;font-size:.76rem}.btn{white-space:nowrap;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:38px;padding:.68rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;line-height:1.2;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.ohesg-footer{color:#d1d5db;background:#1f2937;margin-top:48px;padding:48px 16px 24px}.ohesg-footer-container{max-width:1200px;margin:0 auto}.ohesg-footer-content{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;display:grid}.ohesg-footer-brand{max-width:320px}.ohesg-footer-brand-header{margin-bottom:16px}.ohesg-footer-brand .ohesg-logo-text{color:#fff}.ohesg-footer-brand p{color:#d1d5db;margin:0 0 12px;font-size:.875rem;line-height:1.7}.ohesg-brand-note{color:#9ca3af!important;font-size:.75rem!important}.ohesg-brand-note a{color:#10b981;text-decoration:none}.ohesg-footer-links h4{color:#fff;margin:0 0 14px;font-size:.9rem;font-weight:600}.ohesg-footer-links ul{margin:0;padding:0;list-style:none}.ohesg-footer-links li{margin-bottom:8px}.ohesg-footer-links a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s}.ohesg-footer-links a:hover{color:#10b981}.ohesg-footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #374151;margin-top:32px;padding-top:20px;font-size:.75rem}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}.ohesg-footer-content{grid-template-columns:1fr 1fr}}@media (width<=768px){.container{padding:1.2rem}.hero{padding:2rem 0}.hero-inner{padding:0 1.2rem}.hero h1{font-size:1.55rem}.stats-grid{grid-template-columns:1fr}.ohesg-nav-toggle{display:flex}.ohesg-nav-menu{background:#fff;flex-direction:column;padding:16px;display:none;position:absolute;top:60px;left:0;right:0;box-shadow:0 4px 12px #0000001f}.ohesg-nav-menu.active{display:flex}.ohesg-dropdown-menu{box-shadow:none;opacity:1;visibility:visible;background:var(--surface);padding-left:16px;display:none;position:static;transform:none}.ohesg-nav-item.active .ohesg-dropdown-menu{display:block}.ohesg-footer-content{grid-template-columns:1fr}.ohesg-footer{padding-top:40px}}.contact-cta.astro-phi4k6vp{background:#eef7f1;border-top:1px solid #d7eadf;border-bottom:1px solid #d7eadf;margin-top:2.5rem}.contact-cta-inner.astro-phi4k6vp{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.contact-cta-copy.astro-phi4k6vp{max-width:760px}.contact-cta-kicker.astro-phi4k6vp{color:var(--primary);margin-bottom:.25rem;font-size:.78rem;font-weight:700}.contact-cta.astro-phi4k6vp h2.astro-phi4k6vp{color:var(--primary-dark);margin-bottom:.35rem;font-size:1.25rem;line-height:1.35}.contact-cta-copy.astro-phi4k6vp p.astro-phi4k6vp:last-child{color:var(--text2);font-size:.88rem;line-height:1.7}.contact-cta-button.astro-phi4k6vp{background:var(--primary);color:#fff;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:.7rem 1.2rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.contact-cta-button.astro-phi4k6vp:hover{background:var(--primary-dark);transform:translateY(-1px)}@media (width<=768px){.contact-cta-inner.astro-phi4k6vp{flex-direction:column;align-items:flex-start;padding:1.4rem 1.2rem}.contact-cta-button.astro-phi4k6vp{width:100%}}
