@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--primary: #13ec49;--background-light: #f6f8f6;--background-dark: #102215;--text-dark: #111813;--text-light: #ffffff;--gray-100: #f6f8f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--green-dark: #1a2e20;--green-darker: #0a160d;--border-color: #2a3c30}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--background-light);color:var(--text-dark);line-height:1.6}.page-wrapper{min-height:100vh;width:100%;overflow-x:hidden}.container-narrow{max-width:800px;margin:0 auto;padding:0 1rem}.text-primary{color:var(--primary)}.btn-primary{background-color:var(--primary);color:var(--text-dark);box-shadow:0 4px 6px #0000001a}.btn-primary:hover{background-color:#0fd93d;transform:scale(1.05)}.btn-secondary{background-color:#ffffffe6;color:var(--text-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background-color:#fff}.btn-large{min-width:140px;height:3rem;padding:0 1.5rem;font-size:1rem}.btn-outline{background-color:var(--background-light);color:var(--text-dark);border:1px solid var(--gray-200)}.btn-outline:hover{background-color:var(--primary);border-color:var(--primary);color:var(--text-dark)}.btn-dark{background-color:var(--text-dark);color:#fff;height:3rem;padding:0 1.5rem}.btn-dark:hover{background-color:var(--primary);color:var(--text-dark)}.header{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:.75rem 1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.header-logo{display:flex;align-items:center;gap:1rem;text-decoration:none}.logo-icon{width:2rem;height:2rem;color:#13ec49}.logo-text{font-size:1.125rem;font-weight:700;color:#111813;display:none}@media (min-width: 640px){.logo-text{display:block}}.header-actions{display:flex;align-items:center;gap:2rem}.nav{display:none;gap:1.5rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{color:#111813;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#13ec49}@media (min-width: 768px){.header-actions button{display:flex}}@media (max-width: 767px){.header-actions{display:none}}.mobile-menu-button{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:100}@media (min-width: 768px){.mobile-menu-button{display:none}}.hamburger-line{width:2rem;height:.2rem;background-color:#111813;border-radius:10px;transition:all .3s ease;transform-origin:center}.mobile-menu-button.open .hamburger-line:nth-child(1){transform:translateY(.6rem) rotate(45deg)}.mobile-menu-button.open .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-button.open .hamburger-line:nth-child(3){transform:translateY(-.6rem) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:60;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background-color:#fff;z-index:70;transition:right .3s ease;box-shadow:-2px 0 8px #0000001a}.mobile-menu.open{right:0}@media (min-width: 768px){.mobile-menu,.mobile-menu-overlay{display:none}}.mobile-nav{display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:.5rem}.mobile-nav-link{color:#111813;text-decoration:none;font-size:1.125rem;font-weight:600;padding:1rem;border-radius:.5rem;transition:all .2s}.mobile-nav-link:hover{background-color:#f6f8f6;color:#13ec49}.btn-mobile-donate{margin-top:1rem;width:100%;justify-content:center}.footer{background-color:#f6f8f6;padding:4rem 1rem 2rem;border-top:1px solid #e5e7eb}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 1}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#111813}.logo-icon{width:1.5rem;height:1.5rem;color:#13ec49}.logo-icon svg{width:100%;height:100%}.footer-logo-text{font-weight:700;font-size:1.125rem}.footer-description{color:#6b7280;font-size:.875rem;line-height:1.6}.footer-links h4,.footer-connect h4,.footer-heading{font-weight:700;color:#111813;margin-bottom:1rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#13ec49}.social-links{display:flex;gap:1rem;margin-bottom:1rem}.social-link{width:2rem;height:2rem;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#4b5563;text-decoration:none;font-weight:700;font-size:.75rem;transition:all .2s}.social-link:hover{background-color:#13ec49;color:#111813}.footer-email{font-size:.875rem;color:#6b7280}.footer-bottom{display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e5e7eb;padding-top:2rem;font-size:.75rem;color:#9ca3af}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#4b5563}.hero{width:100%;min-height:560px;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(#0006,#0009),url(https://lh3.googleusercontent.com/aida-public/AB6AXuBu75vXjKfahzBu2WpAqndMHscK3NBBABUh9PqSODmjbrTpuAWTZTSd-pISkWVMY0zUi-o30xl6jFli0FL7-uB1EKL3UgiERs07t59fPv3FMeIOf_dupYdo32Jj-E2iSx5IkVsTV3Nft02xvbRzHI-UzJcYnpl8mxCn28scOOjYOFPcF9dMxhlMZzk5PPO_YEcFbzAkJjaQEe53GuCsLPQfT_QWqT1FTJBUrrbMU8ixfcN5jjcgCQNQzXemHzSujzH0H1oNMUgdHDxV);background-size:cover;background-position:center;background-repeat:no-repeat;padding:1rem}.hero-content{display:flex;flex-direction:column;gap:1.5rem;text-align:center;max-width:800px}.hero-title{color:#fff;font-size:2.25rem;font-weight:900;line-height:1.2;text-shadow:0 4px 6px rgba(0,0,0,.3)}@media (min-width: 768px){.hero-title{font-size:3.75rem}}.text-primary{color:#13ec49}.hero-subtitle{color:#f3f4f6;font-size:1.125rem;font-weight:500;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.3);max-width:42rem;margin:0 auto}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.stats{background-color:#fff;padding:3rem 1rem;border-bottom:1px solid #e5e7eb}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;background-color:#f6f8f6;border-radius:.75rem;text-align:center;box-shadow:0 1px 3px #0000001a;border:1px solid transparent;transition:border-color .3s}.stat-card:hover{border-color:#13ec494d}.stat-icon{width:3rem;height:3rem;background-color:#13ec4933;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.stat-icon .material-symbols-outlined{color:#13ec49;font-size:2.5rem}.stat-number{font-size:2.25rem;font-weight:700;color:#111813;line-height:1}.stat-label{color:#4b5563;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.mission{padding:4rem 1rem;background-color:#f6f8f6}@media (min-width: 768px){.mission{padding:4rem 2.5rem}}.mission-content{display:flex;flex-direction:column;gap:3rem}@media (min-width: 1024px){.mission-content{flex-direction:row;align-items:center}}.mission-image{width:100%;position:relative}@media (min-width: 1024px){.mission-image{width:50%}}.mission-image img{width:100%;height:100%;object-fit:cover;border-radius:1rem;box-shadow:0 10px 25px #00000026;aspect-ratio:16/9}.mission-quote{position:absolute;bottom:1rem;left:1rem;right:1rem;background-color:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem;border-radius:.5rem}.mission-quote p{font-size:.875rem;font-weight:500;color:#1f2937}.mission-text{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.mission-text{width:50%}}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;background-color:#13ec491a;width:fit-content}.badge-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#13ec49}.badge-text{color:#13ec49;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.features{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}@media (min-width: 640px){.features{flex-direction:row}}.feature{display:flex;gap:.75rem;align-items:flex-start}.feature-icon{color:#13ec49;margin-top:.25rem}.feature-title{font-weight:700;color:#111813;margin-bottom:.25rem}.feature-text{font-size:.875rem;color:#6b7280}.btn-text{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#111813;font-weight:700;font-size:1rem;cursor:pointer;margin-top:1rem;font-family:Poppins,sans-serif}.btn-text:hover{color:#13ec49}.btn-text .material-symbols-outlined{transition:transform .2s}.btn-text:hover .material-symbols-outlined{transform:translate(4px)}.projects{padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.projects{padding:4rem 2.5rem}}.section-title.centered{text-align:center;margin-bottom:1rem}.section-description{font-size:1.125rem;color:#4b5563;line-height:1.6}.section-description.centered{text-align:center;max-width:42rem;margin:0 auto 3rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{display:flex;flex-direction:column;background-color:#f6f8f6;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s}.project-card:hover{box-shadow:0 4px 12px #00000026}.project-image{height:12rem;background-size:cover;background-position:center;overflow:hidden;transition:transform .5s}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.project-icon{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#13ec4933;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.project-icon .material-symbols-outlined{color:#13ec49}.project-title{font-size:1.25rem;font-weight:700;color:#111813;margin-bottom:.5rem}.project-text{color:#4b5563;font-size:.875rem;margin-bottom:1rem;flex-grow:1}.project-link{color:#13ec49;font-weight:700;font-size:.875rem;text-decoration:none}.project-link:hover{text-decoration:underline}.events{padding:4rem 1rem;background-color:#f6f8f6}@media (min-width: 768px){.events{padding:4rem 2.5rem}}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.events-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.section-title{font-size:1.875rem;font-weight:700;color:#111813;line-height:1.2}.events-link{display:none;align-items:center;gap:.25rem;color:#13ec49;font-weight:700;text-decoration:none}@media (min-width: 768px){.events-link{display:flex}}.events-link:hover{text-decoration:underline}.events-link .material-symbols-outlined{font-size:1rem}.events-grid{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.events-grid{flex-direction:row}}.event-card{flex:1;background-color:#fff;border-radius:.75rem;padding:1.25rem;border:1px solid transparent;box-shadow:0 1px 3px #0000001a;transition:border-color .3s;display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 640px){.event-card{flex-direction:row;align-items:center}}.event-card:hover{border-color:#13ec4933}.event-date{flex-shrink:0;width:4rem;height:4rem;background-color:#13ec491a;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.event-month{font-size:.75rem;font-weight:700;color:#13ec49;text-transform:uppercase}.event-day{font-size:1.5rem;font-weight:900;color:#111813}.event-details{flex-grow:1}.event-title{font-size:1.125rem;font-weight:700;color:#111813;margin-bottom:.25rem}.event-time{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.event-time .material-symbols-outlined{font-size:1rem}.event-description{font-size:.875rem;color:#4b5563}.btn-outline{background-color:#f6f8f6;color:#111813;border:1px solid #e5e7eb}.btn-outline:hover{background-color:#13ec49;border-color:#13ec49;color:#111813}.events-link-mobile{display:block;margin-top:1.5rem;text-align:center}@media (min-width: 768px){.events-link-mobile{display:none}}.events-link-mobile a{color:#13ec49;font-weight:700;text-decoration:none}.events-link-mobile a:hover{text-decoration:underline}.newsletter{padding:5rem 1rem;background-color:#fff;border-top:1px solid #f6f8f6}.container-narrow{max-width:800px;margin:0 auto;padding:0 1rem;text-align:center}.newsletter-icon{width:4rem;height:4rem;background-color:#13ec49;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #13ec494d}.newsletter-icon .material-symbols-outlined{color:#111813;font-size:2rem}.section-title{font-size:1.875rem;font-weight:700;color:#111813;line-height:1.2;margin-bottom:1rem}@media (min-width: 768px){.section-title{font-size:2.25rem}}.section-title.centered{text-align:center}.section-description{font-size:1.125rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.section-description.centered{text-align:center;max-width:32rem;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:500px;margin:0 auto}@media (min-width: 640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex-grow:1;height:3rem;padding:0 1rem;border-radius:.5rem;border:1px solid #d1d5db;background-color:#fff;color:#111813;font-family:Poppins,sans-serif;font-size:1rem;transition:all .2s}.newsletter-input:focus{outline:none;border-color:#13ec49;box-shadow:0 0 0 3px #13ec491a}.newsletter-input::placeholder{color:#9ca3af}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;border-radius:.5rem;font-weight:700;font-size:.875rem;cursor:pointer;border:none;transition:all .2s;white-space:nowrap;font-family:Poppins,sans-serif}.btn-dark{background-color:#111813;color:#fff;height:3rem;padding:0 1.5rem}.btn-dark:hover{background-color:#13ec49;color:#111813}.page{min-height:100vh}.page-header{background:linear-gradient(135deg,#13ec49,#0fd93d);padding:4rem 1rem 3rem;text-align:center}.page-title{font-size:2.5rem;font-weight:900;color:#111813;margin-bottom:.5rem}@media (min-width: 768px){.page-title{font-size:3.5rem}}.page-subtitle{font-size:1.25rem;color:#111813;opacity:.9}.page-content{padding:4rem 1rem;background-color:#fff}.content-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.content-grid{grid-template-columns:2fr 1fr}}.content-main h2{font-size:2rem;font-weight:700;color:#111813;margin-bottom:1rem}.content-main h3{font-size:1.5rem;font-weight:700;color:#111813;margin:2rem 0 1rem}.content-main p{color:#4b5563;line-height:1.8;margin-bottom:1rem}.values-list{list-style:none;margin:1.5rem 0}.values-list li{padding:1rem;margin-bottom:1rem;background-color:#f6f8f6;border-radius:.5rem;border-left:4px solid #13ec49}.values-list strong{color:#111813;display:block;margin-bottom:.5rem}.content-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-card{background-color:#f6f8f6;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb}.sidebar-card h4{font-size:1.25rem;font-weight:700;color:#111813;margin-bottom:1.5rem}.stat-item{padding:1rem 0;border-bottom:1px solid #e5e7eb}.stat-item:last-child{border-bottom:none}.stat-value{font-size:2rem;font-weight:900;color:#13ec49}.stat-text{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.btn-block{width:100%;margin-top:1rem}.project-details{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.project-details{grid-template-columns:repeat(3,1fr)}}.detail-card{background-color:#f6f8f6;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb}.icon-large{font-size:3rem;color:#13ec49;display:block;margin-bottom:1rem}.detail-card h3{font-size:1.5rem;font-weight:700;color:#111813;margin-bottom:1rem}.detail-card p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.detail-card ul{list-style:none;margin-top:1rem}.detail-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563}.detail-card li:before{content:"→";position:absolute;left:0;color:#13ec49;font-weight:700}.section-heading{font-size:2rem;font-weight:700;color:#111813;margin-bottom:2rem}.events-timeline{position:relative;padding-left:2rem;margin:2rem 0}.events-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background-color:#e5e7eb}.timeline-item{position:relative;padding-bottom:2rem}.timeline-marker{position:absolute;left:-1.5rem;top:.5rem;width:1rem;height:1rem;background-color:#13ec49;border-radius:50%;border:3px solid white;box-shadow:0 0 0 2px #e5e7eb}.timeline-content{background-color:#f6f8f6;padding:1.5rem;border-radius:.5rem}.timeline-date{font-size:.875rem;color:#13ec49;font-weight:700;margin-bottom:.5rem}.timeline-content h3{font-size:1.25rem;font-weight:700;color:#111813;margin-bottom:.5rem}.timeline-content p{color:#4b5563;margin-bottom:.75rem}.timeline-meta{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.timeline-meta .material-symbols-outlined{font-size:1rem}.cta-section{text-align:center;padding:4rem 2rem;background-color:#f6f8f6;border-radius:1rem;margin-top:3rem}.cta-section h2{font-size:2rem;font-weight:700;color:#111813;margin-bottom:1rem}.cta-section p{color:#4b5563;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1.5fr 1fr}}.contact-form-section h2{font-size:2rem;font-weight:700;color:#111813;margin-bottom:.5rem}.contact-form-section>p{color:#4b5563;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#111813;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:Poppins,sans-serif;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#13ec49;box-shadow:0 0 0 3px #13ec491a}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.info-card{background-color:#f6f8f6;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb}.info-icon{width:3rem;height:3rem;background-color:#13ec4933;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.info-icon .material-symbols-outlined{color:#13ec49;font-size:1.5rem}.info-card h3{font-size:1.125rem;font-weight:700;color:#111813;margin-bottom:.5rem}.info-card p{color:#4b5563;line-height:1.6}.social-section{background-color:#f6f8f6;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb}.social-section h3{font-size:1.125rem;font-weight:700;color:#111813;margin-bottom:1rem}.social-links-large{display:flex;flex-direction:column;gap:.75rem}.social-link-large{display:flex;align-items:center;padding:.75rem 1rem;background-color:#fff;border-radius:.5rem;text-decoration:none;color:#111813;font-weight:600;transition:all .2s}.social-link-large:hover{background-color:#13ec49;transform:translate(4px)}
