:root{--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-weight-medium:500}body,html{padding:0;margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11"}body{direction:ltr}body.rtl{direction:rtl}body.rtl main{direction:rtl;text-align:right}body.rtl .footer,body.rtl .header,body.rtl footer,body.rtl header{direction:ltr;text-align:left}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.layout,main{position:relative;z-index:1}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#fff;background:#000}}.header{background-color:#fff;border-bottom:1px solid #e5e5e5;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:70px}.logo{flex-shrink:0}.logo-image{height:47px;width:auto;max-width:120px;object-fit:contain}.navigation{flex:1 1;display:flex;justify-content:flex-end;margin-right:20px}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:30px;align-items:center}.nav-item{position:relative}.nav-link{text-decoration:none;color:#374151;font-weight:300;font-size:14px;padding:8px 0;transition:color .3s ease;display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-family:var(--font-family)}.nav-link.active,.nav-link:hover{color:#0288d1}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:4px}.dropdown-arrow{font-size:14px;transition:transform .3s ease;margin-left:4px}.dropdown.active .dropdown-arrow,.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:180px;padding:8px 0;z-index:1001}.dropdown-link{display:block;padding:8px 16px;color:#333;text-decoration:none;font-size:14px;transition:background-color .3s ease;font-family:var(--font-family);font-weight:300}.dropdown-link:hover{background-color:#f8f9fa;color:#0288d1}.language-section{flex-shrink:0;margin-right:20px}.language-button{background:none;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:50px;height:40px}.language-button:hover{background-color:#f8f9fa;transform:scale(1.05)}.globe-icon{flex-shrink:0;color:#374151;margin-right:6px}.language-code{font-size:13px;font-weight:600;color:#374151;font-family:var(--font-family);letter-spacing:.5px;line-height:1}.language-dropdown{min-width:80px;right:0;left:auto}.language-option{background:none;border:none;cursor:pointer;width:100%;text-align:center;font-family:var(--font-family);font-weight:600;display:flex;align-items:center;justify-content:center;padding:10px 16px}.language-option .globe-icon{margin-right:8px}.language-option .language-code{font-size:13px;color:#374151;letter-spacing:.5px}.language-option:hover .globe-icon,.language-option:hover .language-code{color:#0288d1}.donate-section{flex-shrink:0}.donate-button{background-color:#4a90e2;color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background-color .3s ease;display:inline-block;font-family:var(--font-family)}.donate-button:hover{background-color:#357abd;color:#fff}.mobile-controls{display:none;flex-shrink:0;align-items:center;gap:0}.mobile-language-button{display:block;flex-shrink:0}.mobile-lang-btn{min-width:45px;height:36px;padding:6px 10px}.mobile-lang-btn .language-code{font-size:12px}.mobile-lang-dropdown{right:0;left:auto;min-width:120px}.mobile-menu-button{display:block;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background-color:#374151;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger span:first-child,.hamburger span:nth-child(2){margin-bottom:6px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1001;display:flex;justify-content:flex-end}.mobile-menu{background-color:#fff;width:280px;height:100vh;padding:80px 20px 20px;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.1)}.mobile-nav-list{list-style:none;margin:0;padding:0;flex:1 1}.mobile-nav-item{margin-bottom:8px}.mobile-nav-link{display:block;padding:12px 0;color:#374151;text-decoration:none;font-size:16px;font-weight:300;font-family:var(--font-family);border-bottom:1px solid #f3f4f6;transition:color .3s ease}.mobile-nav-link:hover{color:#0288d1}.mobile-dropdown-toggle{background:none;border:none;cursor:pointer;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.mobile-dropdown-arrow{font-size:12px;transition:transform .3s ease}.mobile-dropdown.active .mobile-dropdown-arrow{transform:rotate(180deg)}.mobile-dropdown-menu{list-style:none;padding:0;background-color:#f8f9fa;border-radius:4px;margin:8px 0 0;overflow:hidden}.mobile-dropdown-item{margin:0}.mobile-dropdown-link{display:block;padding:10px 20px;color:#6b7280;text-decoration:none;font-size:14px;font-weight:300;font-family:var(--font-family);border-bottom:1px solid #e5e7eb;transition:color .3s ease}.mobile-dropdown-link:last-child{border-bottom:none}.mobile-dropdown-link:hover{color:#0288d1;background-color:#f1f5f9}.mobile-donate-section{margin-top:20px;padding-top:20px;border-top:1px solid #f3f4f6}.mobile-donate-button{display:block;width:100%;background-color:#0288d1;color:#fff;padding:16px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;text-align:center;transition:background-color .3s ease;font-family:var(--font-family)}.mobile-donate-button:hover{background-color:#0277bd;color:#fff}@media (max-width:768px){.header-container{padding:0 15px;height:60px}.logo-image{max-height:50px}.desktop-donate,.desktop-language,.desktop-nav{display:none}.mobile-controls{display:flex}.mobile-controls .mobile-language-button,.mobile-controls .mobile-menu-button{display:block}}@media (max-width:640px){.header-container{justify-content:space-between}}.hero{background:linear-gradient(135deg,#f0f8ff,#fff);padding:40px 0 80px;min-height:600px;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero-text{max-width:100%}.hero-headline{font-size:3rem;font-weight:500;line-height:1.5;margin-bottom:24px;color:#111827;font-family:var(--font-family)}.highlight-blue{color:#0288d1}.highlight-green{color:#8bc34a}.hero-description{font-size:1.125rem;line-height:1.6;color:#4a4a4a;margin-bottom:40px;font-family:var(--font-family);font-weight:400}.hero-buttons{display:flex;gap:20px;align-items:center}.btn-primary{background-color:#0288d1;color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;font-family:var(--font-family);border:none;cursor:pointer}.btn-primary:hover{background-color:#0277bd;transform:translateY(-2px);box-shadow:0 8px 25px rgba(2,136,209,.3)}.btn-primary:hover .btn-arrow{transform:translateY(-2px) translateX(4px)}.btn-secondary{background-color:transparent;color:#0288d1;padding:16px 32px;border:2px solid #0288d1;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;transition:all .3s ease;font-family:var(--font-family)}.btn-secondary:hover{background-color:#0288d1;color:#fff}.btn-arrow{font-size:1.4rem;font-weight:900;transition:transform .3s ease}.btn-primary:hover .btn-arrow{transform:translateX(4px)}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.hero-img{width:100%;height:auto;object-fit:cover;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.15);aspect-ratio:4/3}.about{padding:40px 0;background-color:#f8f9fa}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-header{text-align:center;margin-bottom:60px}.about-title{font-size:2.5rem;font-weight:600;color:#374151;margin:0 0 20px;font-family:var(--font-family)}.about-description{font-size:1.125rem;color:#6b7280;margin:0 auto;line-height:1.6;font-family:var(--font-family)}.about-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px}.about-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.card-icon{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.compassion-icon{background-color:#fef2f2}.community-icon{background-color:#f0fdf4}.global-icon{background-color:#eff6ff}.card-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 16px}.card-description,.card-title{font-family:var(--font-family)}.card-description{font-size:.9rem;color:#6b7280;line-height:1.6;margin-bottom:24px}.impact{padding:40px 0;background-color:#f8f9fa}.impact-container{max-width:1200px;margin:0 auto;padding:0 20px}.impact-stats{text-align:center;margin-bottom:40px}.stats-header{margin-bottom:60px}.stats-title{font-size:2.5rem;color:#111827;margin-bottom:24px}.stats-description,.stats-title{font-weight:400;font-family:var(--font-family)}.stats-description{font-size:1.125rem;line-height:1.6;color:#6b7280;max-width:700px;margin:0 auto}.stats-grid{grid-gap:40px;gap:40px}.stat-item{text-align:center}.stat-number{font-size:3rem;color:#0288d1}.stat-label,.stat-number{font-weight:400;font-family:var(--font-family)}.stat-label{color:#6b7280}.impact-community{background-color:#fff;border-radius:16px;padding:0 60px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.community-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.community-text{max-width:100%}.community-title{font-size:2.25rem;color:#111827;margin-bottom:24px}.community-description,.community-title{font-weight:400;font-family:var(--font-family)}.community-description{font-size:1.125rem;line-height:1.6;color:#6b7280;margin-bottom:32px}.community-list{list-style:none;padding:0;margin:0 0 32px}.community-item{display:flex;align-items:flex-start;margin-bottom:16px;font-size:1rem;line-height:1.6;color:#6b7280;font-family:var(--font-family);font-weight:400}.bullet{width:8px;height:8px;background-color:#8bc34a;border-radius:50%;margin-right:16px;margin-top:8px;flex-shrink:0}.community-image{position:relative}.impact-img{width:100%;height:auto;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.15)}.get-involved{padding:40px 0;background-color:#fff}.get-involved-container{max-width:1200px;margin:0 auto;padding:0 20px}.get-involved-header{text-align:center;margin-bottom:60px}.get-involved-title{font-size:2.5rem;color:#111827;margin-bottom:24px}.get-involved-description,.get-involved-title{font-weight:400;font-family:var(--font-family)}.get-involved-description{font-size:1.125rem;line-height:1.6;color:#6b7280;max-width:700px;margin:0 auto}.get-involved-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,250px));grid-gap:32px;gap:32px;justify-content:center}.get-involved-cards.single-card{grid-template-columns:1fr!important;max-width:400px;margin:0 auto;width:100%}.get-involved-cards.single-card .involved-card{max-width:100%;width:100%}.involved-card{background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:40px 24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}.involved-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(2,136,209,.25);border-color:#0288d1}.donation-icon{background-color:rgba(2,136,209,.1)}.volunteer-icon{background-color:rgba(139,195,74,.1)}.events-icon{background-color:rgba(2,136,209,.1)}.connect-icon{background-color:rgba(139,195,74,.1)}.card-icon svg{width:24px;height:24px}.card-button{display:inline-block;padding:12px 24px;background-color:#fff;color:#0288d1;border:2px solid #0288d1;border-radius:8px;text-decoration:none;font-weight:400;font-size:16px;transition:all .3s ease;font-family:var(--font-family)}.card-button:hover{background-color:#0288d1;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(2,136,209,.3)}@media (max-width:1024px){.hero-content{gap:40px}}@media (max-width:768px){.hero{padding:60px 0}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-headline{font-size:1.875rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:14px 28px;font-size:.9rem}}@media (max-width:640px){.hero-container{padding:0 15px}.hero-headline{font-size:1.5rem}.hero-buttons{flex-direction:column;gap:16px}.btn-primary,.btn-secondary{width:100%;justify-content:center}}@media (max-width:768px){.about{padding:60px 0}.about-title{font-size:2rem}.about-description{font-size:1rem}.about-cards{grid-template-columns:1fr;gap:24px}.about-card{padding:32px 24px}}@media (max-width:640px){.about-container{padding:0 15px}.about-title{font-size:1.75rem}.about-card{padding:24px 20px}}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.community-content{gap:40px}.impact-community{padding:40px}}@media (max-width:768px){.impact{padding:60px 0}.stats-title{font-size:2rem}.stats-description{font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stat-number{font-size:2.5rem}.community-content{grid-template-columns:1fr;gap:32px;text-align:center}.community-title{font-size:1.875rem}.community-description{font-size:1rem}.impact-community{padding:32px}}@media (max-width:640px){.stats-grid{grid-template-columns:1fr;gap:20px}.stat-number{font-size:2rem}.impact-container{padding:0 15px}.impact-community{padding:24px}}@media (max-width:480px){.stats-title{font-size:1.75rem}.community-title{font-size:1.5rem}}@media (max-width:1024px){.get-involved-cards{grid-template-columns:repeat(2,1fr);gap:24px}.get-involved-cards.single-card{grid-template-columns:1fr!important;max-width:400px}.involved-card{padding:32px 20px}}@media (max-width:768px){.get-involved{padding:60px 0}.get-involved-title{font-size:2rem}.get-involved-description{font-size:1rem}.get-involved-cards{grid-template-columns:repeat(2,1fr);gap:20px}.get-involved-cards.single-card{grid-template-columns:1fr!important;max-width:400px}.involved-card{padding:24px 20px}.card-icon{width:56px;height:56px;margin-bottom:20px}.card-icon svg{width:20px;height:20px}}@media (max-width:640px){.get-involved-cards{grid-template-columns:1fr;gap:20px}.get-involved-cards.single-card{max-width:100%}.get-involved-container{padding:0 15px}.involved-card{padding:20px 16px}}@media (max-width:480px){.get-involved-title{font-size:1.75rem}.card-button{padding:10px 20px;font-size:14px}}.footer{background-color:#101828;color:#fff;padding:60px 0 20px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.footer-brand{max-width:300px}.footer-logo{margin-bottom:16px}.footer-logo-image{height:50px;width:auto;filter:brightness(0) invert(1)}.footer-mission{font-size:.9rem;line-height:1.6;color:#cbd5e0;margin-bottom:24px;font-family:var(--font-family);font-weight:400}.footer-social{display:flex;gap:16px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:1.125rem;font-weight:400;color:#fff;margin-bottom:20px;font-family:var(--font-family)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-link{color:#cbd5e0;text-decoration:none;font-size:.9rem;font-weight:400;font-family:var(--font-family);transition:color .3s ease}.footer-link:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-icon{flex-shrink:0;margin-top:2px}.contact-text{color:#cbd5e0;font-size:.9rem;line-height:1.5;font-family:var(--font-family);font-weight:400}.footer-bottom{border-top:1px solid #4a5568;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:#cbd5e0;font-size:.875rem;font-family:var(--font-family);font-weight:400}.footer-policies{display:flex;gap:24px}.policy-link{color:#cbd5e0;text-decoration:none;font-size:.875rem;font-family:var(--font-family);font-weight:400;transition:color .3s ease}.policy-link:hover{color:#fff}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-main{grid-template-columns:1fr;gap:24px}.footer-brand{text-align:center}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-policies{flex-wrap:wrap;justify-content:center;gap:16px}}@media (max-width:640px){.footer-container{padding:0 15px}.footer-main{gap:20px}.footer-column{text-align:center}.contact-item{justify-content:center}}@media (max-width:480px){.footer-policies{flex-direction:column;gap:8px}}.about-page{min-height:100vh;padding:40px 0}@media (max-width:768px){.about-page{padding:20px 0}.container{padding:0 15px}}.page-banner{background-color:#0288d1;padding:80px 0;text-align:center}.banner-container{max-width:1200px;margin:0 auto;padding:0 20px}.banner-title{font-size:3rem;font-weight:500;margin:0 0 20px;line-height:1.2}.banner-subtitle,.banner-title{color:#fff;font-family:var(--font-family)}.banner-subtitle{font-size:18px;font-weight:400;line-height:1.6;max-width:800px;margin:0 auto}@media (max-width:768px){.page-banner{padding:60px 0}.banner-container{padding:0 15px}.banner-title{font-size:36px;margin-bottom:16px}.banner-subtitle{font-size:16px}}@media (max-width:480px){.page-banner{padding:40px 0}.banner-title{font-size:28px;margin-bottom:12px}.banner-subtitle{font-size:14px}}.our-mission{padding:80px 0;background-color:#f8f9fa}.mission-container{max-width:1200px;margin:0 auto;padding:0 20px}.mission-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;margin-bottom:100px}.mission-content{padding-right:20px}.mission-title{font-size:2.25rem;font-weight:400;color:#111827;margin-bottom:10px;font-family:var(--font-family);line-height:1.2}.mission-text p{font-size:1rem;line-height:1.5;color:#4b5563;margin-bottom:20px;font-family:var(--font-family)}.mission-text p:last-child{margin-bottom:0}.mission-image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.mission-img{width:100%;height:auto;object-fit:cover;aspect-ratio:4/3}.story-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.story-image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.story-img{width:100%;height:auto;object-fit:cover;aspect-ratio:4/3}.story-content{padding-left:20px}.story-title{font-size:2.25rem;font-weight:400;color:#111827;margin-bottom:10px;line-height:1.2}.story-text p,.story-title{font-family:var(--font-family)}.story-text p{font-size:1rem;line-height:1.5;color:#4b5563;margin-bottom:20px}.story-text p:last-child{margin-bottom:0}@media (max-width:1024px){.mission-section,.story-section{gap:40px}.mission-content{padding-right:10px}.story-content{padding-left:10px}}@media (max-width:768px){.our-mission{padding:60px 0}.mission-container{padding:0 15px}.mission-section{margin-bottom:80px}.mission-section,.story-section{grid-template-columns:1fr;gap:40px;text-align:center}.mission-content,.story-content{padding:0}.mission-title,.story-title{font-size:2rem;margin-bottom:24px}.mission-text p,.story-text p{font-size:1rem}}@media (max-width:480px){.our-mission{padding:40px 0}.mission-section{margin-bottom:60px}.mission-title,.story-title{font-size:1.75rem;margin-bottom:20px}.mission-text p,.story-text p{font-size:.95rem;line-height:1.6}}.our-core-values{padding:80px 0;background-color:#fff}.values-container{max-width:1200px;margin:0 auto;padding:0 20px}.values-header{text-align:center;margin-bottom:60px}.values-title{font-size:2.25rem;font-weight:400;color:#111827;margin-bottom:16px;font-family:var(--font-family);line-height:1.2}.values-description{font-size:1rem;line-height:1.5;color:#4b5563;font-family:var(--font-family);max-width:600px;margin:0 auto}.values-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,250px));grid-gap:30px;gap:30px;justify-content:center}.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:30px 24px;text-align:left;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}.value-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#0288d1}.value-icon{margin-bottom:20px}.value-icon svg{width:24px;height:24px}.value-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 12px;font-family:var(--font-family);line-height:1.3}.value-description{font-size:.95rem;line-height:1.5;color:#4b5563;margin:0;font-family:var(--font-family)}@media (max-width:1024px){.values-cards{grid-template-columns:repeat(2,1fr);gap:24px}.value-card{padding:24px 20px}}@media (max-width:768px){.our-core-values{padding:60px 0}.values-container{padding:0 15px}.values-header{margin-bottom:40px}.values-title{font-size:2rem}.values-description{font-size:.95rem}.values-cards{grid-template-columns:repeat(2,1fr);gap:20px}.value-card{padding:20px 16px}.value-title{font-size:1.125rem}.value-description{font-size:.9rem}}@media (max-width:640px){.values-cards{grid-template-columns:1fr;gap:16px}.value-card{padding:20px 16px}}@media (max-width:480px){.our-core-values{padding:40px 0}.values-title{font-size:1.75rem}.value-card{padding:18px 14px}}.meet-our-team{padding:40px 0;background:#fff}.team-container{max-width:1200px;margin:0 auto;padding:0 20px}.team-header{text-align:center;margin-bottom:60px}.team-title{font-size:2.25rem;font-weight:400;color:#1e293b;margin-bottom:20px}.team-description{font-size:1.125rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.team-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,250px));grid-gap:30px;gap:30px;margin-top:40px;justify-content:center}.team-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.team-card:hover .team-info{background:#f8fafc;border-left:2px solid rgba(2,136,209,.3);border-right:2px solid rgba(2,136,209,.3);border-bottom:2px solid rgba(2,136,209,.3);border-radius:0 0 16px 16px}.team-image{width:100%;height:280px;overflow:hidden;border-radius:16px 16px 0 0}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .team-image img{transform:scale(1.05)}.team-info{padding:24px;transition:background .3s ease,border .3s ease}.team-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:8px}.team-role{font-size:1rem;font-weight:500;color:#0288d1;margin-bottom:12px}.team-bio{font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:20px}.team-social{display:flex;gap:12px}.social-member-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f8fafc;transition:all .3s ease;text-decoration:none}.social-member-link:hover{background:#0288d1;transform:translateY(-2px)}.social-member-link:hover svg path{fill:#fff}@media (max-width:1024px){.team-cards{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.meet-our-team{padding:60px 0}.team-title{font-size:2rem}.team-description{font-size:1rem}.team-cards{grid-template-columns:1fr;gap:24px}.team-image{height:240px}.team-info{padding:20px}}@media (max-width:480px){.team-container{padding:0 16px}.team-title{font-size:1.75rem}.team-description{font-size:.9rem}.team-image{height:200px}.team-info{padding:16px}}.scope-page{padding:40px 0;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.education-section{margin:40px 0}.education-header{text-align:center;margin-bottom:80px}.education-icon{margin-bottom:30px}.education-title{font-size:2.25rem;font-weight:400;color:#2c3e50;margin-bottom:20px;line-height:1.2}.education-subtitle{font-size:1rem;color:#5a6c7d;max-width:800px;margin:0 auto;line-height:1.6}.education-content{display:flex;flex-direction:column;gap:100px}.education-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.education-text{padding-right:20px}.education-item-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:25px;line-height:1.3}.education-description{font-size:1.1rem;color:#5a6c7d;line-height:1.7;margin-bottom:20px}.education-description:last-of-type{margin-bottom:30px}.education-stats{display:flex;gap:20px;margin-top:30px}.stat-box{border:2px solid #4a90e2;border-radius:12px;padding:25px;text-align:center;background:#fff;flex:1 1}.stat-number{color:#2c3e50;margin-bottom:8px}.stat-label{color:#5a6c7d}.education-features{list-style:none;padding:0;margin-top:30px}.education-features li{position:relative;padding-left:25px;margin-bottom:12px;font-size:1.1rem;color:#5a6c7d;line-height:1.6}.education-features li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#27ae60;border-radius:50%}.education-quote{border:2px solid #27ae60;border-radius:12px;padding:25px;margin-top:30px;background:#f8f9fa}.quote-text{font-size:1.1rem;color:#2c3e50;line-height:1.6;font-style:italic;margin:0}.education-image{display:flex;justify-content:center;align-items:center}.education-image img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media (max-width:768px){.scope-page{padding:40px 0}.container{padding:0 16px}.education-section{margin:60px 0}.education-header{margin-bottom:60px}.education-title{font-size:2.2rem}.education-subtitle{font-size:1.1rem}.education-content{gap:60px}.education-item{grid-template-columns:1fr;gap:40px}.education-text{padding-right:0}.education-item-title{font-size:1.6rem}.education-description{font-size:1rem}.education-stats{flex-direction:column;gap:15px}.stat-box{padding:20px}.stat-number{font-size:2rem}.education-features li,.quote-text{font-size:1rem}.water-section{margin:60px 0;padding:40px 24px}.water-content{grid-template-columns:1fr;gap:28px}.water-stats{flex-direction:column;gap:12px}.water-stat-box{width:100%;min-width:auto}.water-buttons{flex-direction:column;align-items:stretch}.water-apply-button{width:100%}.water-image img{max-width:100%}}.health-section{margin:40px 0}.health-header{text-align:center;margin-bottom:60px}.health-icon{margin-bottom:30px}.health-title{font-size:2.25rem;font-weight:400;color:#2c3e50;margin-bottom:20px;line-height:1.2}.health-subtitle{font-size:1rem;color:#5a6c7d;max-width:800px;margin:0 auto;line-height:1.6}.health-content{display:flex;flex-direction:column;gap:80px;margin-top:60px}.health-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.health-item:nth-child(2){grid-template-columns:1fr 1fr}.health-item:nth-child(2) .health-text{order:2}.health-item:nth-child(2) .health-image{order:1}.health-item-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:25px;line-height:1.3}.health-description{font-size:1rem;color:#5a6c7d;line-height:1.7;margin-bottom:20px}.health-description:last-of-type{margin-bottom:30px}.health-stats{display:flex;gap:15px;margin-top:30px}.health-stat-box{border:2px solid #e8f4fd;border-radius:12px;padding:20px;text-align:center;background:#fff;flex:1 1;display:flex;flex-direction:column;align-items:center;gap:8px}.health-stat-icon{margin-bottom:5px}.health-stat-number{font-size:1.8rem;font-weight:700;margin-bottom:5px}.health-stat-box:first-child .health-stat-number{color:#4a90e2}.health-stat-box:nth-child(2) .health-stat-number{color:#27ae60}.health-stat-box:nth-child(3) .health-stat-number{color:#4a90e2}.health-stat-label{font-size:.9rem;color:#5a6c7d;font-weight:500}.health-features{list-style:none;padding:0;margin-top:30px}.health-features li{position:relative;padding-left:25px;margin-bottom:12px;font-size:1rem;color:#5a6c7d;line-height:1.6}.health-features li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#4a90e2;border-radius:50%}.health-testimonial{border-left:4px solid #4a90e2;background:#f8f9fa;border-radius:8px;padding:25px;margin-top:30px}.health-quote-text{font-size:1rem;color:#2c3e50;line-height:1.6;font-style:italic;margin:0}.health-image{display:flex;justify-content:center;align-items:center}.health-image img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.water-section{margin:80px 0;padding:60px 50px;background:linear-gradient(135deg,rgba(2,136,209,.08),rgba(139,195,74,.06));border-radius:24px;border:1px solid rgba(2,136,209,.15)}.water-header{text-align:center;margin-bottom:60px}.water-icon{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:rgba(2,136,209,.15);margin-bottom:24px}.water-title{font-size:2.3rem;font-weight:400;color:#1e3a5f;margin-bottom:18px;line-height:1.25}.water-subtitle{font-size:1.05rem;color:#45627d;max-width:760px;margin:0 auto;line-height:1.7}.water-content{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:50px;gap:50px;align-items:center}.water-text{display:flex;flex-direction:column;gap:30px}.water-description{font-size:1.05rem;color:#45627d;line-height:1.7;margin:0}.water-stats{display:flex;gap:18px;flex-wrap:wrap}.water-stat-box{flex:1 1;min-width:160px;padding:22px;border-radius:14px;background:#fff;border:1px solid rgba(2,136,209,.18);box-shadow:0 14px 28px rgba(2,136,209,.08);text-align:center}.water-stat-number{font-size:2rem;font-weight:700;color:#0288d1;margin-bottom:8px}.water-stat-label{font-size:.95rem;color:#45627d;font-weight:500}.water-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.water-features li{position:relative;padding-left:28px;font-size:1rem;color:#45627d;line-height:1.6}.water-features li:before{content:"";position:absolute;left:0;top:6px;width:10px;height:10px;background:#8bc34a;border-radius:50%;box-shadow:0 0 0 4px rgba(139,195,74,.25)}.water-support-card{border-radius:16px;border:1px solid rgba(139,195,74,.25);background:rgba(139,195,74,.12);padding:24px}.water-support-title{font-size:1.05rem;font-weight:600;color:#2f4f6b;margin-bottom:14px}.water-support-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.water-support-card li{position:relative;padding-left:28px;font-size:.95rem;color:#2f4f6b;line-height:1.5}.water-support-card li:before{content:"✓";position:absolute;left:0;top:0;color:#2f7d32;font-weight:700}.water-buttons{display:flex;gap:16px;align-items:center}.water-apply-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:linear-gradient(135deg,#0288d1,#0277bd);color:#fff;border-radius:999px;font-weight:600;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease}.water-apply-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(2,136,209,.2)}.water-testimonial{border-left:4px solid #0288d1;background:rgba(2,136,209,.08);border-radius:12px;padding:22px 26px}.water-quote-text{font-size:1rem;color:#1e3a5f;line-height:1.6;margin:0 0 8px;font-style:italic}.water-quote-author{font-size:.9rem;font-weight:600;color:#0277bd}.water-image{display:flex;justify-content:center;align-items:center}.water-image img{width:100%;max-width:520px;height:auto;border-radius:18px;box-shadow:0 18px 45px rgba(2,136,209,.15);object-fit:cover}.health-apply-button-container{margin-top:30px}.health-apply-button{display:inline-block;background:linear-gradient(135deg,#4a90e2,#0288d1);color:#fff;padding:16px 32px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(74,144,226,.3);border:none;cursor:pointer}.health-apply-button:hover{background:linear-gradient(135deg,#0288d1,#0277bd);box-shadow:0 6px 20px rgba(74,144,226,.4);transform:translateY(-2px)}.health-apply-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(74,144,226,.3)}@media (max-width:768px){.health-section{margin:40px 0}.health-header{margin-bottom:40px}.health-title{font-size:1.8rem}.health-subtitle{font-size:.95rem}.health-content{gap:60px;margin-top:40px}.health-item{display:flex;gap:30px}.health-item,.health-item:first-child{flex-direction:column}.health-item:first-child .health-image{order:1}.health-item:first-child .health-text{order:2}.health-item:nth-child(2){flex-direction:column}.health-item:nth-child(2) .health-image{order:1}.health-item:nth-child(2) .health-text{order:2}.health-item:nth-child(3){flex-direction:column}.health-item:nth-child(3) .health-image{order:1}.health-item:nth-child(3) .health-text{order:2}.health-item-title{font-size:1.1rem}.health-description{font-size:.95rem}.health-stats{flex-direction:column;gap:12px}.health-stat-box{padding:15px}.health-stat-number{font-size:1.5rem}.health-features li,.health-quote-text{font-size:.95rem}.health-apply-button-container{margin-top:25px}.health-apply-button{padding:14px 28px;font-size:.95rem;width:100%;display:block;text-align:center}}@media (max-width:480px){.water-section{padding:28px 18px;border-radius:20px}.water-title{font-size:1.8rem}.water-stat-number{font-size:1.6rem}.water-features li,.water-support-card li{font-size:.95rem}.water-support-card{padding:18px}}.projects-page{padding:4rem 0;background-color:#f8f9fa;min-height:80vh}.projects-content{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-filter{display:flex;justify-content:center;margin-bottom:2rem;background:linear-gradient(135deg,#0288d1,#8bc34a);border-radius:12px;padding:.3rem;box-shadow:0 4px 20px rgba(2,136,209,.2);max-width:400px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.projects-filter:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border-radius:12px;pointer-events:none}.filter-tab{flex:1 1;padding:.7rem 1.2rem;border:none;background:transparent;color:hsla(0,0%,100%,.8);font-weight:600;font-size:.9rem;cursor:pointer;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;text-transform:uppercase;letter-spacing:.3px}.filter-tab:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateY(-1px)}.filter-tab.active{background:hsla(0,0%,100%,.95);color:#0288d1;font-weight:700;box-shadow:0 2px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.filter-tab.active:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(2,136,209,.1),rgba(2,136,209,.05));border-radius:8px;z-index:-1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-status{position:absolute;top:1rem;right:1rem;background:#4a90e2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.project-content{padding:1.5rem}.project-category{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem;color:#fff}.project-category.education{background:#4a90e2}.project-category.healthcare{background:#27ae60}.project-category.infrastructure{background:#e67e22}.project-category.economic{background:#8e44ad}.project-category.default{background:#95a5a6}.project-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.8rem;line-height:1.3}.project-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.project-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem;margin-bottom:1.5rem}.project-detail{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#555}.project-detail svg{color:#4a90e2;flex-shrink:0}.learn-more-btn{width:100%;padding:.8rem 1.5rem;background:#4a90e2;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.learn-more-btn:hover{background:#357abd}.support-projects-section{margin-top:4rem;padding:3rem 0;background:#fff;border-radius:16px}.support-content{text-align:center;margin:0 auto;padding:0 2rem}.support-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;line-height:1.2}.support-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto}.donation-button{background:#0288d1;color:#fff;border:none;padding:.7rem 1.8rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.3px}.donation-button:hover{background:#0277bd;transform:translateY(-2px);box-shadow:0 4px 15px rgba(2,136,209,.3)}@media (max-width:768px){.projects-page{padding:2rem 0}.projects-content{padding:0 1rem}.projects-filter{margin-bottom:1.5rem;padding:.3rem;max-width:85%}.filter-tab{padding:.6rem 1rem;font-size:.85rem;letter-spacing:.2px}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{margin:0 .5rem}.project-image{height:180px}.project-content{padding:1.2rem}.project-details{grid-template-columns:1fr;gap:.6rem}.support-projects-section{margin-top:2rem;padding:2rem 0}.support-title{font-size:2rem;margin-bottom:1rem}.support-description{font-size:1rem;margin-bottom:1.5rem}.donation-button{padding:.6rem 1.5rem;font-size:.85rem}}@media (max-width:480px){.projects-filter{flex-direction:row;gap:.2rem;padding:.3rem;max-width:95%}.filter-tab{padding:.5rem .6rem;font-size:.75rem;letter-spacing:.1px}.project-card{margin:0}.support-projects-section{margin-top:1.5rem;padding:1.5rem 0}.support-content{padding:0 1rem}.support-title{font-size:1.8rem}.support-description{font-size:.95rem}.donation-button{padding:.5rem 1.2rem;font-size:.8rem}}.stories-page{padding:4rem 0;background-color:#f8f9fa;min-height:80vh}.stories-content{max-width:1400px;margin:0 auto;padding:0 1rem}.stories-intro{text-align:center;margin-bottom:3rem}.stories-intro p{font-size:1.1rem;line-height:1.6;color:#666;margin:0 auto}.featured-story-section{margin-bottom:4rem;width:100%;max-width:none}.featured-story-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr 1fr;min-height:400px;width:100%}.featured-story-card,.featured-story-image{overflow:hidden;position:relative}.featured-story-image img{width:100%;height:100%;object-fit:cover}.featured-story-content{padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.featured-tag{position:absolute;top:1rem;left:1rem;background:#8bc34a;color:#fff;padding:.4rem .8rem;border-radius:20px;z-index:2}.featured-tag,.story-category{font-size:.8rem;font-weight:600}.story-category{display:inline-block;background:#e3f2fd;color:#0288d1;padding:.3rem .8rem;border-radius:12px;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.story-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.story-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.story-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.meta-item svg{color:#0288d1;flex-shrink:0}.read-story-btn{background:#0288d1;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.4rem;width:-moz-fit-content;width:fit-content}.read-story-btn:hover{background:#0277bd;transform:translateY(-2px);box-shadow:0 4px 15px rgba(2,136,209,.3)}.read-story-btn svg{transition:transform .3s ease}.read-story-btn:hover svg{transform:translateX(2px)}.latest-stories-section{margin-bottom:4rem}.latest-stories-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;text-align:center}.latest-stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.story-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.story-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.story-card-image{position:relative;height:200px;overflow:hidden}.story-card-image img{width:100%;height:100%;object-fit:cover}.story-card-category{position:absolute;top:1rem;left:1rem;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff}.story-card-category.healthcare{background:#27ae60}.story-card-category.community{background:#8e44ad}.story-card-category.education{background:#4a90e2}.story-card-category.volunteer{background:#e67e22}.story-card-category.infrastructure{background:#16a085}.story-card-content{padding:1.5rem}.story-card-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.8rem;line-height:1.3}.story-card-description{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:1rem}.story-card-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.story-card-meta .meta-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#666}.story-card-meta .meta-item svg{color:#0288d1;flex-shrink:0}.story-card-link{color:#0288d1;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .3s ease;border-bottom:1px solid #0288d1;padding-bottom:.2rem;width:-moz-fit-content;width:fit-content}.story-card-link:hover{color:#0277bd}.story-card-btn{background:#0288d1;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.story-card-btn:hover{background:#0277bd;transform:translateY(-1px)}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.story-placeholder{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center;border:2px dashed #e0e0e0}.story-placeholder h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.story-placeholder p{color:#666;line-height:1.6;margin:0}.placeholder-icon{margin-bottom:1rem;color:#0288d1}.skeleton-image{width:100%;height:200px;border-radius:8px}.skeleton-category{width:80px;height:24px;border-radius:12px;margin-bottom:1rem}.skeleton-title{width:100%;height:20px;margin-bottom:.8rem}.skeleton-description{width:100%;height:16px;margin-bottom:.5rem}.skeleton-description:nth-child(2){width:80%}.skeleton-meta{width:100px;height:14px}.skeleton-link{width:80px;height:16px;margin-top:1rem}@media (max-width:768px){.stories-page{padding:2rem 0}.stories-content{padding:0 1rem}.stories-intro{margin-bottom:2rem}.stories-intro p{font-size:1rem}.stories-grid{grid-template-columns:1fr;gap:1.5rem}.featured-story-card{grid-template-columns:1fr;min-height:auto}.featured-story-content{padding:1.5rem}.story-title{font-size:1.5rem}.story-meta{gap:1rem}.story-placeholder{padding:2rem 1.5rem}.latest-stories-title{font-size:1.8rem}.latest-stories-grid{grid-template-columns:1fr;gap:1.2rem}.story-card-content{padding:1.2rem}.story-card-title{font-size:1rem}.story-card-meta{gap:.8rem}}@media (max-width:480px){.featured-story-content{padding:1rem}.story-title{font-size:1.3rem}.story-meta{flex-direction:column;gap:.5rem}.read-story-btn{padding:.5rem 1rem;font-size:.8rem}.story-placeholder{padding:1.5rem 1rem}.story-placeholder h3{font-size:1.3rem}.latest-stories-title{font-size:1.5rem}.story-card-content{padding:1rem}.story-card-title{font-size:.95rem}.story-card-meta{flex-direction:column;gap:.5rem}}.research-page{padding:4rem 0 0;background-color:#f8f9fa;min-height:80vh}.research-content{max-width:1400px;margin:0 auto;padding:0 1rem}.research-intro{text-align:center;margin-bottom:3rem}.research-intro p{font-size:1.1rem;line-height:1.6;color:#666;margin:0 auto}.research-statistics{margin:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.stat-card.publications{border-color:#0288d1}.stat-card.studies{border-color:#8bc34a}.stat-card.years{border-color:#0288d1}.stat-card.downloads{border-color:#8bc34a}.stat-icon{margin-bottom:1rem;display:flex;justify-content:center}.stat-card.publications .stat-icon svg{color:#0288d1}.stat-card.studies .stat-icon svg{color:#8bc34a}.stat-card.years .stat-icon svg{color:#0288d1}.stat-card.downloads .stat-icon svg{color:#8bc34a}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-card.publications .stat-number{color:#0288d1}.stat-card.studies .stat-number{color:#8bc34a}.stat-card.years .stat-number{color:#0288d1}.stat-card.downloads .stat-number{color:#8bc34a}.stat-label{font-size:1rem;color:#666;font-weight:500}.research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.research-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #0288d1}.research-category:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.research-category h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.research-category p{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.research-page{padding:2rem 0}.research-content{padding:0 1rem}.research-intro{margin-bottom:2rem}.research-intro p{font-size:1rem}.research-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.research-category{padding:1.5rem}}@media (max-width:480px){.research-category{padding:1.2rem}.research-category h3{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.stat-card{padding:1.2rem}.stat-number{font-size:2rem}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{width:100%;height:20px;margin-bottom:1rem}.skeleton-text:nth-child(2){width:80%}.skeleton-icon{width:48px;height:48px;margin:0 auto 1rem;border-radius:50%}.skeleton-number{width:60px;height:32px;margin:0 auto .5rem}.skeleton-label{width:100px;height:16px;margin:0 auto}.skeleton-title{width:200px;height:24px;margin:0 auto 1rem}.skeleton-header{width:100%;height:40px;margin-bottom:1rem}.skeleton-content{width:100%;height:60px;margin-bottom:1rem}.skeleton-button{width:120px;height:36px;margin-top:1rem}.latest-publications{margin:4rem 0}.publications-title{font-size:2rem;font-weight:500;color:#2c3e50;margin-bottom:2rem;text-align:center}.publications-list{display:flex;flex-direction:column;gap:1.5rem}.publication-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1.5rem;display:flex;align-items:center;justify-content:space-between;transition:box-shadow .3s ease}.publication-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.15)}.publication-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.publication-type{padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff}.publication-type.impact-report{background:#4a90e2}.publication-type.research-paper{background:#8bc34a}.publication-type.annual-report{background:#8e44ad}.publication-type.white-paper{background:#16a085}.publication-type.case-study{background:#e67e22}.publication-type.evaluation-report{background:#95a5a6}.publication-meta{font-size:.9rem;color:#666}.publication-content{flex:1 1;margin-left:1rem}.publication-title{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;line-height:1.3}.publication-description{font-size:.95rem;color:#666;line-height:1.5;margin:0}.download-btn{background:#e3f2fd;color:#0288d1;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin-left:1rem;text-decoration:none}.download-btn:hover{background:#0288d1;color:#fff;transform:translateY(-1px)}.download-btn:disabled{opacity:.5;cursor:not-allowed}.download-btn:disabled:hover{background:#e3f2fd;color:#0288d1;transform:none}.download-btn svg{transition:transform .3s ease}.download-btn:hover svg{transform:translateY(1px)}@media (max-width:768px){.publication-card{flex-direction:column;align-items:flex-start;gap:1rem}.publication-content{margin-left:0}.download-btn{margin-left:0;align-self:flex-end}}@media (max-width:480px){.publication-card{padding:1rem}.publication-title{font-size:1.1rem}.publication-description{font-size:.9rem}.download-btn{padding:.5rem 1rem;font-size:.8rem}}.research-focus-areas{margin:4rem 0;padding:3rem 0;background:linear-gradient(135deg,#f8fbff,#fff)}.focus-areas-title{font-size:2rem;font-weight:500;color:#2c3e50;margin-bottom:1rem;text-align:center}.focus-areas-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.focus-areas-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.focus-area-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;text-align:left}.focus-area-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.focus-area-icon{width:60px;height:60px;background:#e3f2fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#0288d1}.focus-area-title{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.focus-area-description{font-size:1rem;color:#666;line-height:1.5;margin:0}.collaborate-section{padding:2rem 0;text-align:center;background:#fff}.collaborate-title{font-size:2rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.collaborate-description{font-size:1rem;color:#666;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.6}.collaborate-btn{background:#0288d1;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.collaborate-btn:hover{background:#0277bd;transform:translateY(-2px);box-shadow:0 4px 15px rgba(2,136,209,.3)}@media (max-width:768px){.focus-areas-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.focus-area-card{padding:1.5rem}.collaborate-title,.focus-areas-title{font-size:2rem}}@media (max-width:480px){.focus-areas-grid{grid-template-columns:1fr;gap:1rem}.focus-area-card{padding:1.2rem}.focus-area-icon{width:50px;height:50px;margin-bottom:1rem}.focus-area-title{font-size:1.1rem}.focus-area-description{font-size:.9rem}.collaborate-title,.focus-areas-title{font-size:1.8rem}.collaborate-description{font-size:1rem}.collaborate-btn{padding:.6rem 1.2rem;font-size:.8rem}}.privacy-policy-page{padding:60px 0;background:#fff;min-height:60vh}.privacy-policy-page .container{max-width:900px;margin:0 auto;padding:0 20px}.privacy-section{margin-bottom:50px}.privacy-section-title{font-size:1.75rem;font-weight:600;color:#2c3e50;margin-bottom:20px;line-height:1.3;font-family:var(--font-family)}.privacy-subsection{margin-top:40px;margin-bottom:30px}.privacy-subsection-title{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:16px;line-height:1.3;font-family:var(--font-family)}.privacy-section-content{font-size:1rem;line-height:1.8;color:#4a5568;font-family:var(--font-family)}.privacy-section-content p{margin-bottom:16px;line-height:1.8}.privacy-section-content p:last-child{margin-bottom:0}.privacy-section-content ul{margin:16px 0;padding-left:24px;list-style-type:disc}.privacy-section-content li{margin-bottom:12px;line-height:1.7;padding-left:8px}.privacy-section-content li:last-child{margin-bottom:0}.privacy-section-content strong{font-weight:600;color:#2c3e50}@media (max-width:768px){.privacy-policy-page{padding:40px 0}.privacy-policy-page .container{padding:0 16px;max-width:100%}.last-updated-banner{padding:10px 16px;font-size:.85rem;margin-bottom:30px}.privacy-section{margin-bottom:40px}.privacy-section-title{font-size:1.5rem;text-align:center}.privacy-subsection-title{font-size:1.25rem}.privacy-section-content{font-size:.95rem}.contact-section{margin-top:50px;padding-top:30px}.contact-info-grid{grid-template-columns:1fr;gap:20px}.contact-info-item{padding:18px}}.terms-of-service-page{padding:60px 0;background:#fff;min-height:60vh}.terms-of-service-page .container{max-width:900px;margin:0 auto;padding:0 20px}.terms-section{margin-bottom:50px}.terms-section-title{font-size:1.75rem;font-weight:600;color:#2c3e50;margin-bottom:20px;line-height:1.3;font-family:var(--font-family)}.terms-subsection{margin-top:40px;margin-bottom:30px}.terms-subsection-title{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:16px;line-height:1.3;font-family:var(--font-family)}.terms-section-content{font-size:1rem;line-height:1.8;color:#4a5568;font-family:var(--font-family)}.terms-section-content p{margin-bottom:16px;line-height:1.8}.terms-section-content p:last-child{margin-bottom:0}.terms-section-content ul{margin:16px 0;padding-left:24px;list-style-type:disc}.terms-section-content li{margin-bottom:12px;line-height:1.7;padding-left:8px}.terms-section-content li:last-child{margin-bottom:0}.terms-section-content strong{font-weight:600;color:#2c3e50}@media (max-width:768px){.terms-of-service-page{padding:40px 0}.terms-of-service-page .container{padding:0 16px;max-width:100%}.last-updated-banner{padding:10px 16px;font-size:.85rem;margin-bottom:30px}.terms-section{margin-bottom:40px}.terms-section-title{font-size:1.5rem}.terms-subsection-title{font-size:1.25rem}.terms-section-content{font-size:.95rem}.contact-section{margin-top:50px;padding-top:30px}.contact-info-grid{grid-template-columns:1fr;gap:20px}.contact-info-item{padding:18px}}.cookie-policy-page{padding:60px 0;background:#fff;min-height:60vh}.cookie-policy-page .container{max-width:900px;margin:0 auto;padding:0 20px}.loading-container{text-align:center;padding:60px 0;color:#5a6c7d}.last-updated-banner{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f0f7ff;border-left:4px solid #0288d1;border-radius:4px;margin-bottom:40px;font-size:.9rem;color:#374151}.last-updated-banner svg{flex-shrink:0;color:#0288d1}.last-updated-text{font-family:var(--font-family);font-weight:500}.cookie-section{margin-bottom:50px}.cookie-section-title{font-size:1.75rem;font-weight:600;color:#2c3e50;margin-bottom:20px;line-height:1.3;font-family:var(--font-family)}.cookie-subsection{margin-top:40px;margin-bottom:30px}.cookie-subsection-title{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:16px;line-height:1.3;font-family:var(--font-family)}.cookie-section-content{font-size:1rem;line-height:1.8;color:#4a5568;font-family:var(--font-family)}.cookie-section-content p{margin-bottom:16px;line-height:1.8}.cookie-section-content p:last-child{margin-bottom:0}.cookie-section-content ul{margin:16px 0;padding-left:24px;list-style-type:disc}.cookie-section-content li{margin-bottom:12px;line-height:1.7;padding-left:8px}.cookie-section-content li:last-child{margin-bottom:0}.cookie-section-content strong{font-weight:600;color:#2c3e50}.contact-section{margin-top:60px;padding-top:40px;border-top:2px solid #e5e7eb}.contact-section-intro{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:30px}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:30px}.contact-info-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8f9fa;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.contact-info-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.contact-info-icon{flex-shrink:0;width:24px;height:24px;color:#0288d1;margin-top:2px}.contact-info-icon svg{width:100%;height:100%}.contact-info-content{flex:1 1}.contact-info-title{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:8px;font-family:var(--font-family)}.contact-info-text{font-size:.95rem;line-height:1.6;color:#5a6c7d;margin:0;font-family:var(--font-family)}@media (max-width:768px){.cookie-policy-page{padding:40px 0}.cookie-policy-page .container{padding:0 16px;max-width:100%}.last-updated-banner{padding:10px 16px;font-size:.85rem;margin-bottom:30px}.cookie-section{margin-bottom:40px}.cookie-section-title{font-size:1.5rem}.cookie-subsection-title{font-size:1.25rem}.cookie-section-content{font-size:.95rem}.contact-section{margin-top:50px;padding-top:30px}.contact-info-grid{grid-template-columns:1fr;gap:20px}.contact-info-item{padding:18px}}.react-confirm-alert-overlay{background-color:rgba(0,0,0,.5);z-index:10000;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.react-confirm-alert-body{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:2rem;max-width:500px;width:90%;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.react-confirm-alert-body h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#212529}.react-confirm-alert-body p{margin:0 0 2rem;font-size:1rem;color:#6c757d;line-height:1.5}.react-confirm-alert-button-group{display:flex;gap:1rem;justify-content:flex-end}.react-confirm-alert-button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:100px}.react-confirm-alert-button-cancel{background:#f8f9fa;color:#495057;border:1px solid #dee2e6}.react-confirm-alert-button-cancel:hover{background:#e9ecef;color:#212529;border-color:#adb5bd}.react-confirm-alert-button-confirm{background:#dc3545;color:#fff}.react-confirm-alert-button-confirm:hover{background:#c82333;color:#fff}@media (max-width:768px){.react-confirm-alert-body{padding:1.5rem}.react-confirm-alert-body h2{font-size:1.25rem}.react-confirm-alert-button-group{flex-direction:column-reverse}.react-confirm-alert-button{width:100%}}.coming-soon-page{min-height:100vh;background:radial-gradient(1200px 600px at -10% -10%,#7fbee8 0,#36343400 60%),radial-gradient(900px 500px at 110% 0,#9eeba1 0,transparent 55%),#a3d4f5;position:relative;overflow:hidden}.cs-decor{position:absolute;filter:blur(60px);opacity:.5;pointer-events:none}.cs-decor-a{width:320px;height:320px;background:#cdeafe;top:10%;left:6%}.cs-decor-b{width:340px;height:340px;background:#d1fadf;right:6%;bottom:8%}.cs-shell{padding:56px 24px 80px;max-width:1280px;margin:0 auto}.cs-card{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:48px;gap:48px;align-items:center;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);border:1px solid rgba(15,23,42,.06);box-shadow:0 25px 80px rgba(2,6,23,.08);border-radius:20px;padding:36px}.cs-content{padding:6px}.cs-pill{display:inline-flex;align-items:center;gap:10px;background:#f1f5f9;border:1px solid #e2e8f0;padding:6px 12px;border-radius:999px;color:#0f172a;font-weight:600;margin-bottom:12px}.cs-emoji{font-size:18px}.cs-pill-text{font-size:13px;letter-spacing:.2px}.cs-title{font-size:48px;line-height:1.1;margin:0 0 10px;color:#0f172a;font-weight:800}.cs-lead{color:#475569;font-size:16px;line-height:1.7;max-width:560px}.cs-metrics{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 16px}.cs-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:10px 12px;border-radius:12px;color:#0f172a;font-weight:600;box-shadow:0 8px 24px rgba(2,6,23,.06)}.cs-chip-emoji{font-size:16px}.cs-progress{max-width:560px;margin-top:6px}.cs-progress-top{display:flex;justify-content:space-between;color:#64748b;font-size:13px;margin-bottom:8px}.cs-progress-bar{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.cs-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:999px}.cs-note{margin-top:22px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;color:#475569}.cs-note h3{margin:0 0 6px;color:#0f172a;font-size:18px}.cs-link{color:#0288d1;text-decoration:none}.cs-link:hover{text-decoration:underline}.cs-visual{width:100%}.cs-image-frame{background:#fff;border-radius:18px;padding:18px;box-shadow:0 24px 70px rgba(2,6,23,.1);border:1px solid rgba(15,23,42,.06)}.cs-image{width:100%;height:auto;border-radius:12px;object-fit:cover}@media (max-width:1024px){.cs-card{grid-template-columns:1fr;gap:28px;padding:28px}.cs-title{font-size:38px}}@media (max-width:560px){.cs-shell{padding:28px 16px 56px}.cs-title{font-size:32px}.cs-note{padding:16px}}.Watermark_watermark__I7_9_{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;pointer-events:none;opacity:.2;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;overflow:hidden}.Watermark_watermarkImage__0haPu{max-width:600px;max-height:600px;width:40vw;min-width:300px;height:auto;object-fit:contain}@media (max-width:768px){.Watermark_watermarkImage__0haPu{width:60vw;min-width:200px}}