html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.5}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}html{font-size:var(--font-size-base);background-color:var(--color-background);color:var(--color-text);scroll-behavior:smooth}body{font-family:var(--font-sans);line-height:var(--body-line-height)}h1,h2,h3,h4,h5,h6{color:var(--color-heading);line-height:var(--heading-line-height);font-family:var(--font-serif);margin-bottom:var(--space-md)}p{margin-bottom:var(--space-md)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img,picture,video{max-width:100%;height:auto}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-sans)}.hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:var(--space-md);padding-right:var(--space-md)}:root{--color-background: #0e1821;--color-surface: #14212e;--color-primary: #23c58f;--color-accent-light: #7cf9c4;--color-text: #f5f7fa;--color-heading: #ffffff;--color-muted: #9ba8b4;--color-border: rgba(255, 255, 255, .08);--color-error: #e63946;--font-sans: "Inter", "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-base: 16px;--heading-line-height: 1.2;--body-line-height: 1.6;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--radius-md: 4px;--radius-lg: 8px;--shadow-md: 0 4px 8px rgba(0, 0, 0, .45)}.header{background:var(--color-background);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) 0}.logo a{font-size:var(--font-size-xl);font-weight:700;color:var(--color-primary)}.nav-list{display:flex;gap:var(--space-lg)}.nav-list a{font-size:var(--font-size-base);color:var(--color-text);transition:color .2s}.nav-list a:hover{color:var(--color-primary)}.footer{background:var(--color-surface);padding:var(--space-md) 0;margin-top:var(--space-xxl);box-shadow:var(--shadow-sm)}.footer p{font-size:var(--font-size-sm);color:var(--color-muted);text-align:center}:root{--bg-1: #0e1821;--bg-2: #14212e;--txt: #f5f7fa;--muted: #9ba8b4;--brand: #23c58f;--brand-light: #7cf9c4}.container{width:min(92%,1200px);margin-inline:auto}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 900px){.grid-2{grid-template-columns:1fr;text-align:center}}.hero-section{background:radial-gradient(circle at 20% 30%,var(--bg-2) 0%,var(--bg-1) 100%);color:var(--txt);padding:6rem 0 8rem}.hero-section h1{font:600 clamp(2.6rem,5vw,3.6rem) / 1.1 "Lexend",sans-serif}.hero-section p{max-width:38rem;margin:1.5rem 0 2.5rem;color:var(--muted)}.hero-art{width:100%;max-width:420px;filter:drop-shadow(0 8px 16px #0006)}.btn-primary{display:inline-block;font-weight:600;padding:.9rem 2.2rem;background:var(--brand);color:#000;border-radius:10px;transition:.25s}.btn-primary:hover{background:var(--brand-light);transform:translateY(-2px)}section{padding:6rem 0}section h2{text-align:center;margin-bottom:3rem;color:var(--txt)}section p,li{color:var(--muted)}.about-section{background:var(--bg-2)}.about-section p{max-width:50rem;margin-inline:auto 1.5rem}.mission-list{list-style:disc inside;max-width:36rem;margin:1.5rem auto}.services-section{background:var(--bg-1)}.services-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:var(--bg-2);padding:2rem;border-radius:12px;transition:.25s;border:1px solid rgba(255,255,255,.05)}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #0006}.service-card h3{margin-bottom:.75rem;color:var(--txt);font-size:1.1rem}.service-card p{font-size:.9rem}.initiatives-section{background:var(--bg-2)}.initiatives-list{list-style:none;max-width:44rem;margin:0 auto}.initiatives-list li{margin-bottom:1.25rem;line-height:1.6}.contact-section{background:var(--bg-1)}.contact-form{max-width:38rem;margin:0 auto 2.5rem;display:grid;gap:1.25rem}.contact-form label{display:grid;gap:.5rem;font-weight:600;color:var(--txt)}.contact-form input,.contact-form textarea{padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:var(--bg-2);color:var(--txt);font-size:1rem}.contact-info{text-align:center;font-size:.875rem;color:var(--muted)}.contact-info a{color:var(--brand-light)}
