*{margin:0;padding:0;box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#efebe2;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transform:translateY(0)}.header.header-hidden{transform:translateY(-100%);opacity:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa;padding-top:100px}.nav{justify-content:space-between;padding:.5rem 0}.logo,.nav{display:flex;align-items:center}.logo{font-size:1.8rem;font-weight:700;color:#2c5530;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{font-size:1.2rem;text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#2c5530}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:.25rem;z-index:1002}.hamburger span{width:22px;height:2px;background:#2c5530;margin:2px 0;transition:.3s;transform-origin:center}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links.mobile-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:hsla(0,0%,100%,.89);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 0;transition:left .3s ease;z-index:998}.nav-links.mobile-menu.active{left:0}.nav-links.mobile-menu a{font-size:2rem;padding:1rem 2rem;color:#2c5530;font-weight:600;border-radius:12px;transition:all .3s ease;text-align:center;min-width:200px}.nav-links.mobile-menu a:hover{background:rgba(44,85,48,.1);transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:4rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;opacity:.9}.programs-section{padding:4rem 0}.section-title{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:3rem}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.trusted-section{padding:4rem 0;background:#f8f9fa}.trusted-title{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:3rem;font-weight:600}.trusted-image-container{max-width:100%;margin:0 auto;border-radius:12px;overflow:hidden}.program-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.program-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.program-image-wrapper{width:100%;height:200px;overflow:hidden;position:relative}.program-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:none;outline:none}.program-content{padding:1.5rem}.program-title{font-size:1.3rem;font-weight:600;color:#2c5530;margin-bottom:.5rem}.program-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.program-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;display:inline-block}.btn-primary{background:#2c5530;color:#c8eb8e;border-radius:25px}.btn-primary:hover{background:#1e3a22;transform:translateY(-2px)}.btn-secondary{background:#c8eb8e;color:#2c5530;border:2px solid #c8eb8e;border-radius:25px;font-weight:700}.btn-secondary:hover{background:#b8db7e;color:#2c5530}.btn-large{padding:1rem 2rem;font-size:1.1rem}.detail-header{background:#2c5530;color:#fff;padding:3rem 0}.detail-title{font-size:2.5rem;margin-bottom:1rem}.detail-content{padding:3rem 0}.detail-body{font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto 3rem}.detail-body p{margin-bottom:1.5rem}.detail-body ul{margin:1rem 0 1.5rem 2rem}.detail-body li{margin-bottom:.5rem}.progress-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;border:1px solid rgba(44,85,48,.1)}.progress-bar{width:100%;height:20px;background:#e9ecef;border-radius:10px;overflow:hidden;margin:1rem 0}.progress-fill{height:100%;background:linear-gradient(90deg,#2c5530,#4a7c59);transition:width .3s ease}.progress-text{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:600}.donate-section{text-align:center;margin-top:2rem}.about-hero{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;text-align:center}.about-content,.about-hero{padding:4rem 0}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.about-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center}.about-card h3{color:#2c5530;margin-bottom:1rem;font-size:1.5rem}.social-links{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.social-link{display:inline-block;padding:1rem;background:#2c5530;color:#fff;border-radius:50%;text-decoration:none;transition:transform .3s ease,background .3s ease;width:50px;height:50px;text-align:center;line-height:30px}.social-link:hover{transform:translateY(-3px);background:#1e3a22}.footer{background:#2c5530;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:1.2rem}.footer-section a,.footer-section p{color:hsla(0,0%,100%,.8);text-decoration:none;line-height:1.6}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.7)}@media (max-width:768px){body{padding-top:90px}.container{padding:0 15px}.header{padding:.75rem 0}.nav{justify-content:space-between;align-items:center;padding:.25rem 0}.logo{font-size:1.6rem}.hamburger{display:flex;padding:.25rem}.nav-links{display:none}.nav-links.mobile-menu{display:flex}.hero{padding:3rem 0 2.5rem;margin-top:1rem}.hero h1{font-size:2.2rem;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.1rem;padding:0 1rem}.programs-section{padding:2.5rem 0}.programs-grid{grid-template-columns:1fr;gap:1.5rem}.program-card{margin:0 auto;max-width:100%;border-radius:12px}.program-image-wrapper{height:200px}.program-image{height:100%;object-fit:cover;object-position:center;width:100%}.program-content{padding:1.25rem}.program-title{font-size:1.25rem;margin-bottom:.75rem}.program-description{font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.program-actions{flex-direction:column;gap:.75rem}.btn{padding:.75rem 1.25rem;font-size:.95rem;text-align:center;border-radius:8px}.btn-large{padding:1rem 1.5rem;font-size:1rem}.detail-header{padding:2rem 0}.detail-title{font-size:2rem;line-height:1.2}.detail-content{padding:2rem 0}.detail-body{font-size:1rem;line-height:1.7;padding:0 .5rem}.detail-image-wrapper{height:250px!important;max-width:100%!important;margin-bottom:2rem!important}.progress-section{padding:1.5rem!important;margin-bottom:2rem!important;border-radius:12px}.progress-section>div{flex-direction:row!important;text-align:left!important;gap:1rem!important;align-items:center!important}.progress-section>div>div:first-child{min-width:auto!important;flex:1 1!important}.donate-section{padding:0 1rem}}