.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none;transition:color .3s ease}.nav-logo:hover{color:#f4b400}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{margin:0}.nav-link{color:#333;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{color:#f4b400;background-color:#f4b4001a}.nav-link.active{color:#f4b400;background-color:#f4b40026}@media (max-width: 768px){.nav-menu{flex-direction:column;gap:.5rem}.nav-container{flex-direction:column;gap:1rem}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#f4b400;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#f4b400;margin-bottom:1rem;font-size:1.2rem}.footer-section p{line-height:1.8;color:#ccc}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #333;text-align:center;color:#999}.home{min-height:100vh}.hero{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:0}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:2rem;max-width:1200px;background:#fffffff2;color:#1a1a1a;border-right:8px solid #F4B400}.hero-content h1{font-size:4rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;font-weight:600;letter-spacing:1px}.intro-section{padding:5rem 2rem;background-color:#f9f9f9}.container{max-width:1200px;margin:0 auto}.intro-section h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:2rem;text-align:center}.intro-section h2:before{content:"";display:block;width:80px;height:4px;background:#f4b400;margin:0 auto 1rem}.intro-text{font-size:1.2rem;line-height:1.8;color:#333;text-align:center;max-width:900px;margin:0 auto}.strengths-section{padding:5rem 2rem;background-color:#1a1a1a;color:#fff}.strengths-section h2{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:#f4b400}.strengths-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.strength-card{background:#2a2a2a;padding:2rem;border-radius:8px;border-left:4px solid #F4B400;transition:transform .3s ease,box-shadow .3s ease}.strength-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #f4b4004d}.strength-card h3{color:#f4b400;font-size:1.4rem;margin-bottom:1rem}.strength-card p{line-height:1.6;color:#ccc}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,#f4b400,#e5a800);text-align:center;color:#1a1a1a}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-section p{font-size:1.2rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 3rem;background-color:#1a1a1a;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.cta-button:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 10px 25px #0000004d}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.intro-section h2,.strengths-section h2,.cta-section h2{font-size:2rem}}.about{min-height:100vh}.about-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:4rem 2rem;text-align:center}.about-hero-content h1{font-size:3.5rem;color:#f4b400;font-weight:900;position:relative;display:inline-block}.about-hero-content h1:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:#f4b400}.about-content{padding:5rem 2rem;background-color:#f9f9f9}.about-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.about-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #0003}.problem-statement{padding:5rem 2rem;background-color:#1a1a1a;color:#fff}.problem-statement h2{font-size:2.5rem;color:#f4b400;margin-bottom:3rem;text-align:center}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.problem-card{background:#2a2a2a;padding:2rem;border-radius:8px;border-top:4px solid #F4B400;transition:transform .3s ease}.problem-card:hover{transform:translateY(-5px)}.problem-card h3{color:#f4b400;font-size:1.4rem;margin-bottom:1rem}.problem-card p{line-height:1.6;color:#ccc}.scale-section{padding:5rem 2rem;background-color:#f9f9f9}.scale-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.scale-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #0003}.scale-text h2{font-size:2.5rem;color:#f4b400;margin-bottom:2rem}.scale-text ul{list-style:none;padding:0}.scale-text li{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem;padding-left:2rem;position:relative}.scale-text li:before{content:"→";position:absolute;left:0;color:#f4b400;font-weight:700;font-size:1.3rem}@media (max-width: 768px){.about-hero-content h1{font-size:2.5rem}.about-main,.scale-content{grid-template-columns:1fr}.problem-statement h2,.scale-text h2{font-size:2rem}}.mission{min-height:100vh}.mission-hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.mission-hero-image{position:absolute;width:100%;height:100%;object-fit:cover;z-index:-1}.mission-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:0}.mission-hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:3rem;max-width:900px;background:#f4b400f2;color:#1a1a1a;border-radius:8px}.mission-hero-content h1{font-size:3rem;font-weight:900;margin-bottom:1.5rem}.mission-hero-content p{font-size:1.2rem;line-height:1.6}.solutions-section{padding:5rem 2rem;background:linear-gradient(135deg,#f4b400,#e5a800)}.solutions-section h2{font-size:3rem;color:#1a1a1a;text-align:center;margin-bottom:3rem;font-weight:900}.solutions-timeline{max-width:900px;margin:0 auto}.solution-item{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.solution-number{flex-shrink:0;width:80px;height:80px;background:#1a1a1a;color:#f4b400;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900}.solution-content{background:#fff;padding:2rem;border-radius:8px;flex:1}.solution-content h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem}.solution-content p{font-size:1.1rem;line-height:1.6;color:#333}.workflow-section{padding:5rem 2rem;background-color:#1a1a1a;color:#fff}.workflow-section h2{font-size:3rem;color:#f4b400;text-align:center;margin-bottom:1.5rem;font-weight:900}.workflow-intro{text-align:center;font-size:1.1rem;line-height:1.8;color:#ccc;max-width:800px;margin:0 auto 4rem}.workflow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.workflow-step{text-align:center;padding:2rem;background:#2a2a2a;border-radius:8px;transition:transform .3s ease}.workflow-step:hover{transform:translateY(-5px)}.step-circle{width:80px;height:80px;background:#f4b400;color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900;margin:0 auto 1.5rem}.workflow-step h3{font-size:1.3rem;color:#f4b400;margin-bottom:1rem}.workflow-step p{font-size:1rem;line-height:1.6;color:#ccc}.outreach-section{padding:5rem 2rem;background-color:#f9f9f9}.outreach-section h2{font-size:2.5rem;color:#f4b400;text-align:center;margin-bottom:1.5rem}.outreach-intro{text-align:center;font-size:1.1rem;line-height:1.8;color:#333;max-width:900px;margin:0 auto 3rem}.outreach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.outreach-card{background:#fff;padding:2rem;border-radius:8px;border-left:4px solid #F4B400;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.outreach-card:hover{transform:translateY(-5px)}.outreach-icon{font-size:3rem;margin-bottom:1rem}.outreach-card h3{font-size:1.4rem;color:#f4b400;margin-bottom:1rem}.outreach-card p{font-size:1.1rem;line-height:1.6;color:#333}@media (max-width: 768px){.mission-hero-content h1,.solutions-section h2,.workflow-section h2{font-size:2rem}.solution-item{flex-direction:column}}.projects{min-height:100vh}.projects-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:4rem 2rem;text-align:center}.projects-hero h1{font-size:3.5rem;color:#f4b400;font-weight:900}.projects-list{padding:5rem 2rem;background-color:#f9f9f9}.projects-list .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.project-card{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.project-icon{font-size:4rem;margin-bottom:1rem}.project-card h3{font-size:1.5rem;color:#f4b400;margin-bottom:1rem}.project-card p{font-size:1.1rem;line-height:1.6;color:#333}.collaboration-section{padding:5rem 2rem;background-color:#1a1a1a}.collaboration-section h2{font-size:2.5rem;color:#f4b400;text-align:center;margin-bottom:3rem}.collaboration-table{background:#2a2a2a;border-radius:8px;overflow:hidden}.table-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:1.5rem;border-bottom:1px solid #333}.table-row:last-child{border-bottom:none}.table-header{background:#f4b400;color:#1a1a1a;font-weight:700;font-size:1.1rem}.table-row div{color:#ccc}.org-name{color:#f4b400;font-weight:600}.sustainability-section{padding:5rem 2rem;background-color:#f9f9f9}.sustainability-section h2{font-size:2.5rem;color:#f4b400;text-align:center;margin-bottom:1.5rem}.sustainability-intro{text-align:center;font-size:1.1rem;line-height:1.8;color:#333;max-width:800px;margin:0 auto 3rem}.years-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.year-card{background:#fff;padding:2rem;border-radius:8px;border-left:6px solid #F4B400;box-shadow:0 4px 6px #0000001a}.year-card h3{font-size:2rem;color:#f4b400;margin-bottom:1.5rem}.year-card ul{list-style:none;padding:0}.year-card li{font-size:1rem;line-height:1.8;color:#333;margin-bottom:1rem;padding-left:1.5rem;position:relative}.year-card li:before{content:"✓";position:absolute;left:0;color:#f4b400;font-weight:700}.funding-section{padding:5rem 2rem;background:linear-gradient(135deg,#f4b400,#e5a800)}.funding-section h2{font-size:2.5rem;color:#1a1a1a;text-align:center;margin-bottom:3rem;font-weight:900}.funding-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.funding-amount{background:#1a1a1a;padding:3rem;border-radius:8px;text-align:center;color:#fff}.funding-amount h3{font-size:1.5rem;margin-bottom:1.5rem;color:#f4b400}.amount{font-size:3rem;font-weight:900;color:#f4b400}.funding-allocation{background:#fff;padding:2rem;border-radius:8px}.funding-allocation h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1.5rem}.allocation-bars{display:flex;flex-direction:column;gap:1.5rem}.allocation-item span{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.bar{background:#e0e0e0;height:30px;border-radius:15px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,#f4b400,#e5a800);height:100%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-weight:700;transition:width 1s ease}@media (max-width: 768px){.projects-hero h1{font-size:2.5rem}.table-row{grid-template-columns:1fr;gap:.5rem}.years-grid,.funding-content{grid-template-columns:1fr}}.impact{min-height:100vh}.impact-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:4rem 2rem;text-align:center}.impact-hero h1{font-size:3.5rem;color:#f4b400;font-weight:900}.achievements-section{padding:5rem 2rem;background-color:#f9f9f9}.achievements-timeline{max-width:900px;margin:0 auto}.achievement-item{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:8px;border-left:6px solid #F4B400;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.achievement-item:hover{transform:translate(10px)}.achievement-icon{flex-shrink:0;width:60px;height:60px;background:#f4b400;color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900}.achievement-item h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:.5rem}.achievement-item p{font-size:1rem;line-height:1.6;color:#666}.vision-section{padding:5rem 2rem;background-color:#1a1a1a;color:#fff}.vision-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.vision-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #00000080}.vision-text h2{font-size:2.5rem;color:#f4b400;margin-bottom:1.5rem}.vision-text p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem}.vision-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:#2a2a2a;border-radius:8px;border-top:4px solid #F4B400}.stat-item h4{font-size:2rem;color:#f4b400;margin-bottom:.5rem;font-weight:900}.stat-item p{font-size:1rem;color:#ccc;margin:0}.commitment-section{padding:5rem 2rem;background-color:#f9f9f9}.commitment-section h2{font-size:2.5rem;color:#f4b400;text-align:center;margin-bottom:3rem}.commitment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.commitment-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;border-bottom:4px solid #F4B400;transition:transform .3s ease}.commitment-card:hover{transform:translateY(-5px)}.commitment-card h3{font-size:1.5rem;color:#f4b400;margin-bottom:1rem}.commitment-card p{font-size:1rem;line-height:1.6;color:#333}.testimonial-section{padding:5rem 2rem;background:linear-gradient(135deg,#f4b400,#e5a800)}.testimonial-section h2{font-size:2.5rem;color:#1a1a1a;text-align:center;margin-bottom:3rem;font-weight:900}.testimonial-content{max-width:900px;margin:0 auto;text-align:center}blockquote{font-size:1.5rem;line-height:1.8;color:#1a1a1a;font-style:italic;margin-bottom:2rem;padding:2rem;background:#ffffffe6;border-radius:8px;position:relative}blockquote:before{content:'"';font-size:4rem;color:#f4b400;position:absolute;top:-10px;left:20px}.author{font-size:1.2rem;font-weight:600;color:#1a1a1a}@media (max-width: 768px){.impact-hero h1{font-size:2.5rem}.vision-content,.vision-stats{grid-template-columns:1fr}blockquote{font-size:1.2rem}}.contact{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:4rem 2rem;text-align:center;color:#fff}.contact-hero h1{font-size:3.5rem;color:#f4b400;font-weight:900;margin-bottom:1rem}.contact-hero p{font-size:1.3rem;color:#ccc}.contact-content{padding:5rem 2rem;background-color:#f9f9f9}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2,.contact-form-section h2{font-size:2rem;color:#f4b400;margin-bottom:1.5rem}.contact-intro{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.detail-item{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #F4B400;box-shadow:0 2px 4px #0000001a}.detail-icon{font-size:2.5rem;flex-shrink:0}.detail-content h3{font-size:1.2rem;color:#1a1a1a;margin-bottom:.5rem}.detail-content p{font-size:1rem;line-height:1.6;color:#666;margin:0}.contact-form-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.8rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:4px;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f4b400}.submit-button{padding:1rem 2rem;background:linear-gradient(135deg,#f4b400,#e5a800);color:#1a1a1a;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f4b4004d}.support-section{padding:5rem 2rem;background-color:#1a1a1a}.support-section h2{font-size:2.5rem;color:#f4b400;text-align:center;margin-bottom:3rem}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.support-card{background:#2a2a2a;padding:2rem;border-radius:8px;border-bottom:4px solid #F4B400;transition:transform .3s ease}.support-card:hover{transform:translateY(-5px)}.support-card h3{font-size:1.5rem;color:#f4b400;margin-bottom:1rem}.support-card p{font-size:1rem;line-height:1.6;color:#ccc}.thank-you-section{padding:5rem 2rem;background:linear-gradient(135deg,#f4b400,#e5a800);text-align:center}.thank-you-content h2{font-size:3.5rem;color:#1a1a1a;font-weight:900;margin-bottom:1rem}.thank-you-content p{font-size:1.3rem;color:#1a1a1a}@media (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-grid{grid-template-columns:1fr}.thank-you-content h2{font-size:2.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{line-height:1.2}img{max-width:100%;display:block}#root{min-height:100vh}
