:root{--primary:#3b9ee6;--primary-dark:#006a71;--secondary:#f79f1b;--background-light:#f8f9fa;--background-dark:#101a22;--text-dark:#212529;--text-light:#f8f9fa;--text-muted:#617989;--subtle-light:#617989;--subtle-dark:#e9ecef;--border-light:#e9ecef;--border-dark:#2a3a4a;--bg:var(--background-light);--text:var(--text-dark);--container-width:1280px;--header-height:72px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.btn{padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;transition:all .2s ease;border:none;font-size:.95rem}.btn-primary,.btn-primary:hover{background-color:var(--primary)}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover{background-color:var(--secondary);transform:translateY(-1px)}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-muted{color:var(--subtle-light)}.section-heading{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-dark);text-align:center}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;justify-content:center;border-bottom:1px solid var(--border-light);background-color:rgba(248,249,250,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-container{display:flex;width:100%;max-width:var(--container-width);align-items:center;justify-content:space-between;padding:0 1.5rem;height:var(--header-height)}.logo-link{gap:.75rem}.logo-icon{width:1.5rem;height:1.5rem;color:var(--primary)}.logo-text{font-size:1.125rem;color:var(--text-dark)}.nav-menu{align-items:center}.nav-list,.nav-menu{display:flex;gap:2.25rem}.nav-list a{font-size:.875rem;font-weight:500;color:var(--subtle-light);transition:color .2s}.nav-list a:hover{color:var(--text-dark)}.header-actions{gap:.5rem}.btn-donate-header{display:flex;align-items:center;justify-content:center;height:2.5rem;min-width:5.25rem;padding:0 1rem;border-radius:9999px;background-color:var(--secondary);color:#fff;font-size:.875rem;font-weight:700;transition:opacity .2s}.btn-donate-header:hover{opacity:.8}.btn-locale-header{display:flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border-radius:9999px;background-color:var(--background-light);color:var(--text-dark);border:1px solid var(--border-light);cursor:pointer}.mobile-menu-button{display:none;background:none;border:none;color:var(--text-dark);cursor:pointer;padding:.5rem}@media (max-width:768px){.nav-menu{display:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center}.btn-donate-header,.btn-locale-header{display:none}}.mobile-nav-overlay{position:absolute;top:100%;left:0;right:0;background-color:#fff;z-index:999;padding:0;box-shadow:0 4px 20px rgba(0,0,0,.15);border-top:1px solid var(--border-light)}.mobile-nav{display:flex;flex-direction:column;padding:.5rem 0}.mobile-nav a{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:var(--text-dark);border-bottom:1px solid var(--border-light)}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{background-color:var(--background-light);color:var(--primary)}.btn-donate-mobile{margin:1rem 1.5rem;padding:.875rem 1.5rem;background-color:var(--primary);color:#fff!important;border-radius:9999px;text-align:center;border-bottom:none!important;font-weight:700}.hero{background:linear-gradient(rgba(2,24,33,.25),rgba(2,24,33,.15)),url(https://images.unsplash.com/photo-1559027615-cd4628902d4a?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:50%;color:#fff;padding:4rem 0 6rem;text-align:center;margin:1.5rem 0;border-radius:12px;min-height:420px;display:block;overflow:hidden}.hero-overlay{background:rgba(0,0,0,.14);padding:3rem 0 5rem}.hero-content{max-width:980px;margin:0 auto;text-align:center;color:#fff}.hero-title{font-size:3.75rem;font-weight:900;line-height:1.02;margin-bottom:1rem;text-shadow:0 6px 18px rgba(0,0,0,.45)}.hero .lead{font-size:1.125rem;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions .btn{padding:.9rem 1.6rem;border-radius:999px;font-weight:700}.btn-teal{background:var(--teal);color:#fff}.btn-teal:hover{background:var(--teal-dark)}@media (max-width:768px){.hero{padding:4rem 1rem;margin:0;border-radius:0}.hero h1{font-size:2.5rem}}.stats-section{background-color:var(--bg-light);padding:4rem 0;margin-bottom:4rem}.stat-item{text-align:center}.stats-banner{display:block;padding:2rem 0}.stats-banner .stats-inner{background:var(--bg-light);border-radius:12px;padding:2rem 1.5rem;display:flex;gap:2rem;justify-content:space-between;align-items:center}.stats-banner .stat-item{display:flex;gap:1rem;align-items:center;flex:1 1}.stat-icon{font-size:2.25rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.95rem}.stat-icon{color:var(--primary);margin-bottom:1rem}.stat-icon,.stat-number{font-size:2.5rem;display:block}.stat-number{font-weight:800;color:var(--text-dark);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-muted);font-weight:500}.story-card{display:flex;gap:1.25rem;align-items:stretch;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .18s ease}.story-card:hover{transform:translateY(-6px)}.stories-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.story-image{width:100%;height:100%;object-fit:cover;display:block}.story-image-link{display:block;width:55%}.story-image-link img{width:100%;height:340px;object-fit:cover;display:block}.story-content{width:45%;padding:1.5rem;justify-content:center}.story-title{font-size:1.25rem;font-weight:800;margin-bottom:.75rem;color:var(--text-dark)}.story-excerpt{color:var(--text-muted);font-size:.98rem;margin-bottom:1rem;line-height:1.6}.read-more{color:var(--teal);font-weight:700;text-decoration:none}.read-more:hover{text-decoration:underline}.site-footer{background-color:#f8fafc;border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:4rem}.footer-grid{gap:2rem}.footer-heading{font-weight:700;font-size:.9rem;margin-bottom:1.5rem;color:var(--text-dark)}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted);font-size:.875rem}.footer-links a:hover{color:var(--primary)}.social-icon svg{display:block}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:transparent}.social-icon:hover{background:rgba(0,0,0,.04)}.newsletter-form{display:flex;gap:.5rem}.newsletter-input{padding:.5rem 1rem;border:1px solid var(--border);border-radius:.25rem;flex:1 1}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.8rem}.logo-link{display:flex;align-items:center;gap:.6rem}.logo-mark{font-size:1.25rem}.logo-text{font-weight:700}.header-actions{display:flex;gap:.75rem;align-items:center}.donate-btn{background:var(--orange);color:#fff;padding:.5rem .9rem;border-radius:999px}.donate-btn:hover{background:var(--orange-hover)}.locale-btn{padding:.3rem .5rem;border-radius:6px;background:transparent}.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.03)}.card-image{height:180px;width:100%;object-fit:cover}.card-body{padding:1rem}.card-title{display:block;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.card-excerpt{color:var(--text-muted);font-size:.95rem;margin-bottom:.75rem}.card-meta{display:flex;gap:1rem;color:var(--text-muted);font-size:.85rem}.get-involved{background-color:var(--off-white);padding:5rem 0;text-align:center;border:1px solid var(--border);border-radius:1rem;margin:4rem auto;max-width:1000px}.get-involved-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.get-involved h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.get-involved p{color:var(--text-muted);max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6}.action-buttons{display:flex;gap:1rem;justify-content:center}.news-page{padding:3rem 0 4rem}.news-page-header{margin-bottom:2rem}.news-page-header h1{font-size:2.25rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem}.news-page-header p{color:var(--text-muted);font-size:1.05rem}.news-filter-bar{flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.25rem;background:#f9fafb;border-radius:10px}.news-filter-bar,.news-search{display:flex;align-items:center}.news-search{gap:.5rem;flex:1 1;min-width:200px;max-width:320px}.search-icon{color:var(--text-muted);flex-shrink:0}.news-search-input{flex:1 1;border:none;background:transparent;font-size:.95rem;color:var(--text-dark);outline:none}.news-search-input::placeholder{color:var(--text-muted)}.news-categories{display:flex;gap:.5rem;flex-wrap:wrap}.category-pill{padding:.6rem 1rem;border-radius:8px;border:none;background:#fff;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.category-pill:hover{background:#f1f5f9;color:var(--text-dark)}.category-pill.active{background:rgba(43,157,238,.2);color:#2b9dee}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media (max-width:1024px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.news-grid{grid-template-columns:1fr}}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.08);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(15,23,42,.12)}.news-card-image-link{display:block;width:100%;aspect-ratio:16/9;overflow:hidden}.news-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card-image{transform:scale(1.05)}.news-card-body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1 1}.news-card-meta{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem;font-size:.875rem}.news-card-category{color:#3b82f6;font-weight:600}.news-card-date{color:var(--text-muted)}.news-card-date:before{content:"|";margin-right:.5rem;color:var(--border)}.news-card-title{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.4}.news-card-title a{color:inherit}.news-card-title a:hover{color:var(--primary)}.news-card-excerpt{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin-bottom:1rem;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card-read-more{color:#3b82f6;font-weight:600;font-size:.9rem;display:inline-block}.news-card-read-more:hover{text-decoration:underline}.donate-page-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.donate-header{text-align:center;margin-bottom:3rem}.donate-header h1{font-size:2.5rem;font-weight:900;color:var(--text-dark);margin-bottom:.75rem}.donate-header p{font-size:1.125rem;color:var(--text-muted);max-width:700px;margin:0 auto;line-height:1.6}.donate-content-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}@media (min-width:1024px){.donate-content-grid{grid-template-columns:400px 1fr}}.donate-left-col{display:flex;flex-direction:column;gap:2rem}.donation-form-card,.impact-card,.testimonial-card{background-color:#fff;border-radius:12px;padding:2rem;border:1px solid var(--border-light)}.impact-card h2{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.impact-list{display:flex;flex-direction:column;gap:1.5rem}.impact-list li{display:flex;align-items:flex-start;gap:1rem}.impact-icon{color:var(--primary);margin-top:4px}.impact-list h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.impact-list p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.testimonial-card{padding:1.5rem;text-align:center}.testimonial-card img{width:64px;height:64px;border-radius:50%;margin:0 auto 1rem;object-fit:cover}.testimonial-card blockquote p{font-style:italic;color:var(--text-dark);margin-bottom:1rem}.testimonial-card blockquote footer{font-weight:500;color:var(--text-muted)}.donation-form-card{gap:1.75rem}.donation-form-card,.form-section{display:flex;flex-direction:column}.form-section{gap:.75rem}.form-section label{font-weight:700;color:var(--text-dark)}.amount-selector,.payment-selector{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}.payment-selector{grid-template-columns:repeat(3,1fr)}.amount-btn,.payment-btn{padding:.75rem;border:1px solid var(--border-light);border-radius:8px;background-color:#fff;cursor:pointer;font-size:1rem;font-weight:700;color:var(--text-dark);transition:all .2s ease}.amount-btn:hover,.payment-btn:hover{border-color:var(--primary);color:var(--primary)}.amount-btn.selected,.payment-btn.selected{background-color:var(--primary);color:#fff;border-color:var(--primary)}.payment-btn.disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.custom-amount-input{display:flex;align-items:center;border:1px solid var(--border-light);border-radius:8px;padding:0 .75rem}.custom-amount-input span{font-size:1.25rem;font-weight:700;color:var(--text-muted)}.custom-amount-input input{border:none;outline:none;padding:.75rem .5rem;font-size:1.25rem;font-weight:700;width:100%;background:transparent}.donate-now-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border-radius:8px;border:none;background-color:var(--primary);color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;transition:opacity .2s ease}.donate-now-btn:hover{opacity:.9}.ssl-note{gap:.5rem;font-size:.875rem;color:var(--text-muted)}.news-pagination,.ssl-note{display:flex;align-items:center;justify-content:center}.news-pagination{gap:.35rem;margin-top:3rem;padding:1rem 0}.pagination-btn{min-width:36px;height:36px;padding:0 .5rem;border-radius:6px;border:none;background:transparent;font-size:.9rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled):not(.active){background:#f1f5f9;color:var(--text-dark)}.pagination-btn.active{background:#3b82f6;color:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(59,130,246,.3)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{color:var(--text-muted);padding:0 .25rem;font-size:.9rem}.no-results{grid-column:1/-1;text-align:center;color:var(--text-muted);padding:3rem 0}@media (max-width:768px){.news-filter-bar{flex-direction:column;align-items:stretch}.news-search{max-width:none}.news-categories{justify-content:flex-start}}.projects-page{padding:3rem 0 4rem;background-color:#f8fafc;min-height:100vh}.projects-page-header{margin-bottom:2rem}.projects-page-header h1{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.projects-page-header p{color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:700px}.projects-filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.filter-dropdown{position:relative;display:inline-flex;align-items:center}.filter-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--border);border-radius:8px;padding:.6rem 2.5rem .6rem 1rem;font-size:.9rem;color:var(--text-dark);cursor:pointer;min-width:160px;transition:border-color .15s ease}.filter-dropdown select:hover{border-color:#3b82f6}.filter-dropdown select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.dropdown-icon{position:absolute;right:.75rem;pointer-events:none;color:var(--text-muted)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.projects-grid{grid-template-columns:1fr}}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(15,23,42,.1)}.project-card-image-wrapper{width:100%;height:200px;overflow:hidden;background:#e2e8f0}.project-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card-image{transform:scale(1.05)}.project-card-body{padding:1.25rem}.project-card-title{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem;line-height:1.4}.project-card-province{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.project-completion{margin-top:auto}.completion-label{display:block;font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.progress-bar-wrapper{display:flex;align-items:center;gap:.75rem}.progress-bar{flex:1 1;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:999px;transition:width .5s ease}.completion-percent{font-size:.85rem;font-weight:600;color:var(--text-dark);min-width:40px;text-align:right}.projects-pagination{display:flex;justify-content:center;align-items:center;gap:.35rem;margin-top:3rem;padding:1rem 0}@media (max-width:768px){.projects-filter-bar{flex-direction:column}.filter-dropdown,.filter-dropdown select{width:100%}}.about-page{background-color:#f6f7f8}.about-page .container{max-width:960px;padding:0 1.5rem}.about-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;margin:1rem;border-radius:12px;overflow:hidden;background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5)),url(https://lh3.googleusercontent.com/aida-public/AB6AXuB8cVAmg7GSETVeoz-9A3GlXsfUgT9JMwUoKaJEIn2zYwodiiPV5FF2F33GUB6QQmimHQSybmNKcov8p4qEVWrlBX0cKcjjoOxUTegLxdFAV9pc6Cp5FdIfxhD3Q1CFwJakwNFrfLkLCoLUajI0XZEUTzCwQ7AusLuN10WNXYJ7JKv5Yg_uDwowG3CwuPI4xJGygq_3qb1BfKK4Q1moTzkBV1hBYrJqBKpy3PPd6yr9BgKofQ9j-y4PXzDJVrwwYY38m6L0zT7Q-WgJ);background-size:cover;background-position:50%}.about-hero-content{position:relative;z-index:2;max-width:800px}.about-hero h1{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}.about-hero p{font-size:1.125rem;color:#fff;opacity:.95}@media (min-width:640px){.about-hero h1{font-size:3rem}}.about-section{padding:4rem 0}.about-section-title{font-size:1.375rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.about-section-title.text-center{text-align:center}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}@media (max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.values-grid{grid-template-columns:1fr}}.value-card{background:#fff;border:1px solid #dbe1e6;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.value-icon{color:#2b9dee}.value-card h3{font-size:1rem;font-weight:700;color:var(--text-dark)}.value-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.story-section{padding-top:2rem;padding-bottom:2rem}.story-content{display:flex;flex-direction:column;gap:1.5rem}.story-content p{font-size:1rem;color:#617989;line-height:1.7;max-width:100%}.team-section{padding-bottom:2rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (max-width:768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.team-grid{grid-template-columns:1fr}}.team-card{display:flex;flex-direction:column;align-items:center;text-align:center}.team-avatar{width:128px;height:128px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:4px solid rgba(43,157,238,.2)}.team-name{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.team-role{font-size:.875rem;font-weight:500;color:#2b9dee;margin-bottom:.5rem}.team-bio{font-size:.875rem;color:var(--text-muted);line-height:1.5}.about-cta{background:rgba(43,157,238,.1);border-radius:12px;padding:3rem 2rem;text-align:center;margin:2rem 0 4rem}.about-cta h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.about-cta>p{color:var(--text-muted);margin-bottom:1.5rem}.about-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .15s ease;text-decoration:none}.btn-primary{background:#2b9dee;color:#fff}.btn-primary:hover{background:#2589d0}.btn-secondary{background:#e5e7eb;color:var(--text-dark)}.btn-secondary:hover{background:#d1d5db}.contact-page{background-color:#f6f7f8;padding:2.5rem 0 4rem;min-height:100vh}.contact-header{margin-bottom:2rem}.contact-header h1{font-size:2.25rem;font-weight:900;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em}.contact-header p{font-size:1rem;color:var(--text-muted);line-height:1.6}.contact-grid{display:grid;grid-template-columns:2fr 3fr;grid-gap:2rem;gap:2rem}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.contact-info-column{gap:1.5rem}.contact-form-column,.contact-info-column{display:flex;flex-direction:column}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.contact-card h2{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.contact-items{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;min-height:3.5rem}.contact-item-left{display:flex;align-items:center;gap:1rem}.contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f6f7f8;border-radius:8px;color:var(--text-muted);flex-shrink:0}.contact-item span{font-size:.95rem;color:var(--text-muted)}.contact-link{font-size:.875rem;font-weight:500;color:#2b9dee;text-decoration:none}.contact-link:hover{text-decoration:underline}.social-links{display:flex;gap:.75rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f6f7f8;border-radius:8px;color:var(--text-muted);transition:all .15s ease}.social-link:hover{background:rgba(43,157,238,.1);color:#2b9dee}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.form-group input,.form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:var(--text-dark);background:#f6f7f8;transition:border-color .15s ease,box-shadow .15s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2b9dee;box-shadow:0 0 0 3px rgba(43,157,238,.1)}.form-group textarea{resize:vertical;min-height:150px}.form-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem}@media (max-width:500px){.form-footer{flex-direction:column;align-items:stretch}}.form-note{font-size:.75rem;color:#9ca3af}.form-footer .btn{min-width:140px}.hero-section-new{display:flex;min-height:480px;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;border-radius:.5rem;background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5)),url(https://lh3.googleusercontent.com/aida-public/AB6AXuAk_gscPdlTw19uRS-iOhU-oXuAxkOkd1yaBWtYJCqLxAyFNNhgT4VPjMu0ZTJv-BeOY7uaUdCwjAiZ7FafvRTLp7KHYksV-O968H6JsILMYlgpzF8xtr5e7NCCemOyJV2LwrU8cxA_qmedDJ9Ka4ukOVa2Toxm4mbApqI9V_EozGgoLUTH0H18W0i-FKw3ltg5enCuwbUtNmkhAJx6QhsNOZMUHHWnFgs0ixSb-eykXEKKgjR5091Cb-o2VNipraahEcb44BPR8s7I);background-size:cover;background-position:50%;padding:1rem;text-align:center}.hero-content-new{display:flex;max-width:800px;flex-direction:column;gap:.5rem}.hero-title-new{font-size:3.75rem;font-weight:900;line-height:1;letter-spacing:-.033em;color:#fff}.hero-subtitle-new{font-size:1.125rem;line-height:1.5;color:hsla(0,0%,100%,.9)}.btn-primary-new{display:flex;height:3rem;min-width:5.25rem;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;background-color:var(--primary);padding:0 1.5rem;font-size:1rem;font-weight:700;color:#fff;transition:opacity .2s;margin-top:1rem;align-self:center;border:none}.btn-primary-new:hover{opacity:.8}.latest-news-section{padding:4rem 0}.section-title{padding:1.25rem 1rem 1.5rem;text-align:center;font-size:1.875rem;font-weight:700;letter-spacing:-.015em;color:var(--text-dark)}.news-grid-new{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem;padding:1rem}@media (min-width:768px){.news-grid-new{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.news-grid-new{grid-template-columns:repeat(3,1fr)}}.news-card-new{display:flex;flex-direction:column;gap:.75rem;overflow:hidden;border-radius:.5rem;border:1px solid var(--border-light);background-color:#fff}.news-card-image-new{aspect-ratio:16/9;width:100%;background-size:cover;background-position:50%}.news-card-content-new{display:flex;flex-direction:column;padding:1rem}.news-card-title-new{font-size:1.125rem;font-weight:700;line-height:1.4;color:var(--text-dark)}.news-card-excerpt-new{margin-top:.25rem;font-size:.875rem;color:var(--subtle-light)}.news-card-date-new{margin-top:.5rem;font-size:.75rem;font-weight:500;color:var(--subtle-light)}.impact-stats-section{border-radius:.5rem;background-color:rgba(0,106,113,.1);padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;text-align:center}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-item-new{display:flex;flex-direction:column;align-items:center}.stat-icon-new{font-family:Material Symbols Outlined;font-size:2.5rem;color:var(--primary)}.stat-value-new{font-size:2.5rem;font-weight:900;color:var(--text-dark)}.stat-label-new{font-size:.875rem;font-weight:500;color:var(--subtle-light)}.featured-stories-section{padding:4rem 0}.stories-grid-new{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media (min-width:768px){.stories-grid-new{grid-template-columns:repeat(2,1fr)}}.story-card-new{display:flex;flex-direction:column;overflow:hidden;border-radius:.5rem;border:1px solid var(--border-light);background-color:#fff}.story-card-image-wrapper-new{height:16rem;width:100%;overflow:hidden}.story-card-image-new{height:100%;width:100%;background-size:cover;background-position:50%;transition:transform .3s ease-in-out}.story-card-new:hover .story-card-image-new{transform:scale(1.05)}.story-card-content-new{display:flex;flex-grow:1;flex-direction:column;padding:1.5rem}.story-card-title-new{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.story-card-excerpt-new{margin-top:.5rem;flex-grow:1;font-size:.875rem;color:var(--subtle-light)}.story-card-link-new{margin-top:1rem;font-weight:700;color:var(--primary);text-decoration:none}.story-card-link-new:hover{text-decoration:underline}.get-involved-section{border-radius:.5rem;background-color:var(--background-light);padding:2rem;text-align:center;border:1px solid var(--border-light)}.get-involved-subtitle{margin:.5rem auto 2rem;max-width:48rem;color:var(--subtle-light)}.get-involved-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media (min-width:640px){.get-involved-buttons{flex-direction:row}}.btn-primary-get-involved,.btn-secondary-get-involved{display:flex;height:3rem;width:100%;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;padding:0 1.5rem;font-size:1rem;font-weight:700;transition:opacity .2s}@media (min-width:640px){.btn-primary-get-involved,.btn-secondary-get-involved{width:auto}}.btn-primary-get-involved{background-color:var(--primary);color:#fff}.btn-primary-get-involved:hover{opacity:.8}.btn-secondary-get-involved{background-color:var(--secondary);color:#fff}.btn-secondary-get-involved:hover{opacity:.8}.site-footer-new{margin-top:auto;background-color:#fff;border-top:1px solid var(--border-light)}.footer-container-new{margin:0 auto;width:100%;max-width:1280px;padding:3rem 1.5rem}.footer-grid-new{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}@media (min-width:768px){.footer-grid-new{grid-template-columns:repeat(4,1fr)}}.footer-heading-new{font-weight:700;color:var(--text-dark)}.footer-links-new{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--subtle-light)}.footer-links-new a:hover{text-decoration:underline}.footer-social-links-new{margin-top:1rem;display:flex;gap:1rem;color:var(--subtle-light)}.footer-social-links-new a:hover{color:var(--text-dark)}.footer-newsletter-text-new{margin-top:1rem;font-size:.875rem;color:var(--subtle-light)}.footer-newsletter-form-new{margin-top:.5rem;display:flex}.footer-newsletter-form-new input{width:100%;border-radius:.5rem 0 0 .5rem;border:1px solid var(--border-light);background-color:var(--background-light);padding:.5rem;font-size:.875rem}.footer-newsletter-form-new input:focus{border-color:var(--primary);outline:none}.footer-newsletter-form-new button{border-radius:0 .5rem .5rem 0;background-color:var(--primary);padding:0 1rem;font-size:.875rem;font-weight:700;color:#fff;cursor:pointer}.footer-newsletter-form-new button:hover{opacity:.8}.footer-bottom-new{margin-top:3rem;border-top:1px solid var(--border-light);padding-top:2rem;text-align:center;font-size:.875rem;color:var(--subtle-light)}.news-filter-bar-new{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width:768px){.news-filter-bar-new{flex-direction:row;justify-content:space-between;align-items:center}}.news-search-new input{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border-light);background-color:var(--background-light)}.news-categories-new{display:flex;gap:.5rem}.news-categories-new button{padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border-light);background-color:#fff;cursor:pointer}.news-categories-new button.active{background-color:var(--primary);color:#fff;border-color:var(--primary)}.news-grid-new-page{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.news-grid-new-page{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.news-grid-new-page{grid-template-columns:repeat(3,1fr)}}.news-card-new-page{border-radius:.5rem;overflow:hidden;border:1px solid var(--border-light);background-color:#fff}.news-card-image-new-page{height:12rem;background-size:cover;background-position:50%}.news-card-content-new-page{padding:1rem}.news-card-meta-new-page{font-size:.75rem;color:var(--subtle-light)}.news-card-title-new-page{margin-top:.5rem;font-size:1.125rem;font-weight:700;color:#212529}.news-card-excerpt-new-page{margin-top:.5rem;font-size:.875rem;color:var(--subtle-light)}.news-card-link-new-page{margin-top:1rem;display:inline-block;font-weight:700;color:var(--primary)}.news-pagination-new{margin-top:2rem;display:flex;justify-content:center;gap:.5rem}.news-pagination-new button{padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border-light);background-color:#fff;cursor:pointer}.news-pagination-new button.active{background-color:var(--primary);color:#fff;border-color:var(--primary)}