*{margin:0;padding:0;box-sizing:border-box}.app{width:100%}.top-bar{background-color:#2c5530;color:#fff;padding:.5rem 0;font-size:.875rem}.top-bar-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.top-bar-links a{color:#fff;text-decoration:none;margin-left:1.5rem;transition:opacity .3s}.top-bar-links a:hover{opacity:.8}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo h2{color:#2c5530;font-size:1.75rem;margin:0}.logo .tagline{color:#e07830;font-size:.875rem;font-style:italic}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:#2c5530}.hero{background:linear-gradient(135deg,#2c5530,#3d7a44,#e07830);min-height:500px;display:flex;align-items:center;position:relative}.hero-overlay{width:100%;background:#0000004d;padding:4rem 1rem}.hero-content{max-width:1200px;margin:0 auto;color:#fff;text-align:center}.animated-words{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.word{font-size:3rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.word-separator{font-size:2rem;opacity:.7}.hero-description{font-size:1.25rem;max-width:700px;margin:0 auto 2rem;line-height:1.8}.cta-button{display:inline-block;background-color:#e07830;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.1rem;transition:background-color .3s,transform .3s}.cta-button:hover{background-color:#c96620;transform:translateY(-2px)}.services{padding:5rem 1rem;background-color:#f8f9fa}.section-title{text-align:center;color:#2c5530;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{text-align:center;color:#666;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#2c5530;margin-bottom:1rem;font-size:1.3rem}.service-card p{color:#666;margin-bottom:1rem;line-height:1.6}.service-card a{color:#e07830;text-decoration:none;font-weight:600;transition:color .3s}.service-card a:hover{color:#c96620}.services-cta{text-align:center;margin-top:3rem}.secondary-button{display:inline-block;background-color:#2c5530;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:30px;font-weight:600;transition:background-color .3s}.secondary-button:hover{background-color:#234428}.commitment{background:linear-gradient(to right,#2c5530,#3d7a44);padding:5rem 1rem;color:#fff}.commitment-content{max-width:800px;margin:0 auto;text-align:center}.commitment h2{font-size:1.5rem;margin-bottom:.5rem}.commitment h3{font-size:2.5rem;margin-bottom:1.5rem;color:#e07830}.commitment p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.donation{background-color:#e07830;padding:4rem 1rem;text-align:center}.donation-content h2{color:#fff;font-size:2rem;margin-bottom:.5rem}.donation-content p{color:#fff;font-size:1.25rem;margin-bottom:2rem;opacity:.95}.donate-button{display:inline-block;background-color:#fff;color:#e07830;padding:1rem 2.5rem;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.1rem;transition:background-color .3s,color .3s}.donate-button:hover{background-color:#2c5530;color:#fff}.about{padding:5rem 1rem;background-color:#fff}.about-content{max-width:900px;margin:0 auto;text-align:center}.about h2{color:#2c5530;font-size:2rem;margin-bottom:1.5rem}.about p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.backend-message{margin-top:2rem;padding:1rem;background-color:#f0f7f1;border-radius:8px;color:#2c5530}.footer{background-color:#1a3a1e;color:#fff;padding:4rem 1rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-section h4{color:#e07830;margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin-bottom:.5rem;opacity:.9;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s}.footer-section ul a:hover{opacity:1;text-decoration:underline}.social-links a{display:block;color:#fff;text-decoration:none;margin-bottom:.5rem;opacity:.9;transition:opacity .3s}.social-links a:hover{opacity:1}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-form input{padding:.75rem;border:none;border-radius:5px;font-size:1rem}.newsletter-form button{padding:.75rem;background-color:#e07830;color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .3s}.newsletter-form button:hover{background-color:#c96620}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{opacity:.8;font-size:.9rem}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s}.footer-links a:hover{opacity:1}@media (max-width: 768px){.nav-content{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.word{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.footer-bottom{flex-direction:column;text-align:center}}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px}#root{width:100%;margin:0;padding:0;text-align:left}a{font-weight:500;color:#2c5530;text-decoration:inherit}a:hover{color:#e07830}
