body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px}.nav-link-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.1rem;padding:0;text-decoration:none;transition:color .3s ease}.nav-link-button:hover{color:#90ee90}.nav-link{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#90ee90}.desktop-language-switcher{display:block}.mobile-language-switcher{display:none}.price-display.loading{opacity:.6;transition:opacity .3s ease}@media (max-width:768px){.desktop-language-switcher{display:none}.mobile-language-switcher{display:block;margin-top:1rem;text-align:center}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#228b22f2;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo,.nav-container{align-items:center;display:flex}.logo{color:#fff;font-size:1.8rem;font-weight:700;gap:12px}.logo-img{border-radius:8px;height:40px;width:auto}.logo-text{font-size:1.8rem;font-weight:700}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-menu a:hover{color:#90ee90}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger span{background:#fff;height:3px;margin:3px 0;transition:.3s;width:25px}#mobile-language-switcher{display:none}.hero{background:linear-gradient(135deg,#228b22,#32cd32);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative;text-align:center}.hero:before{animation:float 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='80' cy='40' r='3' fill='rgba(255,255,255,0.08)'/%3E%3Ccircle cx='40' cy='80' r='1' fill='rgba(255,255,255,0.12)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.hero-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;z-index:2}.hero-logo{margin-bottom:2rem}.hero-logo-img{border-radius:15px;box-shadow:0 10px 30px #0000004d;height:auto;max-width:300px}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:4rem;justify-content:center;margin:3rem 0}.stat{text-align:center}.stat-number{color:#90ee90;display:block;font-size:3rem;font-weight:700}.stat-label{font-size:1.1rem;opacity:.9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#228b22;box-shadow:0 4px 15px #228b224d;color:#fff}.btn-primary:hover{background:#1e7a1e;box-shadow:0 6px 20px #228b2266;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#228b22}section{padding:80px 0}section h2{color:#228b22;font-size:2.5rem;margin-bottom:3rem;text-align:center}.about{background:#f8f9fa}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{font-size:1.1rem}.about-text p{margin-bottom:1.5rem}.features{list-style:none;margin-top:2rem}.features li{color:#228b22;font-weight:500;margin-bottom:.8rem}.about-image img{border-radius:15px;box-shadow:0 10px 30px #0000001a;height:400px;object-fit:cover;width:100%}.impact-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.impact-card{box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.impact-card:hover{transform:translateY(-5px)}.impact-card h3{color:#228b22;font-size:1.4rem;margin-bottom:1.5rem}.impact-card ul{list-style:none;text-align:left}.impact-card li{margin-bottom:.8rem;padding-left:20px;position:relative}.impact-card li:before{content:"🌱";left:0;position:absolute}.projects{background:#f8f9fa}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.project-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card img{height:250px;object-fit:cover;width:100%}.project-content{padding:2rem}.project-content h3{color:#228b22;font-size:1.4rem;margin-bottom:1rem}.project-progress{margin-top:1.5rem}.project-progress span{color:#228b22;font-weight:600}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#228b22,#32cd32);border-radius:4px;height:100%;transition:width .3s ease}.contribute{background:linear-gradient(135deg,#f8f9fa,#e8f5e8)}.contribute p{color:#666;font-size:1.2rem;margin-bottom:3rem;text-align:center}.contribution-grid,.contribution-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.contribution-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.contribution-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.contribution-card.featured{border:3px solid #228b22;transform:scale(1.05)}.contribution-card.featured:before{background:#228b22;border-radius:20px;color:#fff;content:"Most Popular";font-size:.9rem;font-weight:600;left:50%;padding:5px 20px;position:absolute;top:-10px;transform:translateX(-50%)}.contribution-card h3{color:#228b22;font-size:1.5rem;margin-bottom:1rem}.price{color:#228b22;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.contribution-card ul{list-style:none;margin-bottom:2rem;text-align:left}.contribution-card li{margin-bottom:.8rem;padding-left:20px;position:relative}.contribution-card li:before{color:#228b22;content:"✓";font-weight:700;left:0;position:absolute}.contribution-card .btn-primary{background:linear-gradient(135deg,#228b22,#32cd32);border:none;box-shadow:0 6px 20px #228b2266;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin-top:1rem;padding:16px 40px;text-transform:uppercase;width:100%}.contribution-card .btn-primary:hover{background:linear-gradient(135deg,#1e7a1e,#28a428);box-shadow:0 8px 25px #228b2280;transform:translateY(-3px)}.contribution-card.featured .btn-primary{animation:pulse 2s infinite;font-size:1.3rem;padding:18px 45px}@keyframes pulse{0%{box-shadow:0 6px 20px #228b2266}50%{box-shadow:0 8px 30px #228b2299}to{box-shadow:0 6px 20px #228b2266}}.custom-contribution{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center}.custom-input{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.custom-input label{color:#228b22;font-weight:600}.custom-input input{border:2px solid #228b22;border-radius:5px;font-size:1.1rem;padding:10px;text-align:center;width:100px}.custom-price{color:#228b22;font-size:1.5rem;font-weight:700}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3{color:#228b22;margin-bottom:1.5rem}.contact-item{font-size:1.1rem;margin-bottom:1rem}.social-link{color:#228b22;font-weight:600;text-decoration:none}.contact-form{background:#f8f9fa;border-radius:15px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#228b22;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #ddd;border-radius:5px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#228b22;outline:none}footer{background:#228b22;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:1rem}.footer-logo-img{border-radius:6px;height:30px;width:auto}.footer-logo h3{margin-bottom:0}.footer-section h3{color:#90ee90;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#90ee90}.footer-bottom{border-top:1px solid #ffffff1a;opacity:.8;padding-top:2rem;text-align:center}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background-color:#228b22;box-shadow:0 4px 6px #0000001a;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%;z-index:999}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.nav-menu a{display:block;font-size:1.1rem;padding:.5rem 1rem}#language-switcher-container{display:none}#mobile-language-switcher{display:block;margin-top:1rem}#mobile-language-switcher .language-switcher{justify-content:center}.hero h1{font-size:2.5rem}.hero-stats{gap:2rem}.hero-actions{align-items:center;flex-direction:column}.about-content,.contact-content{gap:2rem;grid-template-columns:1fr}.custom-input{flex-direction:column}.contribution-card.featured{transform:none}}@media (max-width:480px){.hero{padding:100px 0 60px}.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.stat-number{font-size:2rem}section{padding:60px 0}section h2{font-size:2rem}.contribution-options{grid-template-columns:1fr}}.nav-right-desktop{align-items:center;display:flex;gap:1rem}.user-welcome-desktop{color:#fff;font-size:.9rem}.user-welcome-desktop .welcome-text{white-space:nowrap}.logout-button-desktop{background:#fff3;border:1px solid #ffffff4d;border-radius:5px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 14px;transition:all .3s ease;white-space:nowrap}.logout-button-desktop:hover{background:#ffffff4d;transform:translateY(-1px)}.impact{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:80px 0}.impact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.impact-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.impact-card:hover{border-color:#228b22;box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.impact-icon{font-size:3rem;margin-bottom:1rem}.impact-number{color:#228b22;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.impact-label{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.impact-description{color:#666;line-height:1.6}.certifications-section,.transparency-section{background:#fff;border-radius:20px;box-shadow:0 8px 25px #00000014;margin-bottom:2rem;padding:2.5rem}.certifications-section h3,.transparency-section h3{color:#228b22;font-size:1.8rem;margin-bottom:2rem;text-align:center}.certifications-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.certification-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.certification-item:hover{background:#e8f5e8;transform:scale(1.02)}.cert-icon{flex-shrink:0;font-size:2rem}.certification-item strong{color:#228b22;display:block;margin-bottom:.5rem}.transparency-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-item{align-items:flex-start;background:#f8f9fa;border-radius:10px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.feature-item:hover{background:#e8f5e8;transform:scale(1.02)}.feature-icon{flex-shrink:0;font-size:1.8rem;margin-top:.2rem}.feature-item strong{color:#228b22;display:block;margin-bottom:.5rem}@media (max-width:768px){.impact{padding:60px 0}.impact-grid{gap:1.5rem;grid-template-columns:1fr}.impact-card{padding:1.5rem}.impact-number{font-size:2rem}.certifications-section,.transparency-section{margin-bottom:1.5rem;padding:2rem 1.5rem}.certifications-grid,.transparency-features{grid-template-columns:1fr}}.mobile-user-info{margin:1rem 0;text-align:center}.user-welcome-mobile{color:#fff;font-size:1rem;font-weight:600;padding:.5rem}.mobile-logout{margin:1rem 0;text-align:center}.logout-button{background:#fff3!important;border:1px solid #ffffff4d!important;border-radius:5px!important;color:#fff!important;font-weight:600!important;padding:8px 16px!important}@media (max-width:768px){.logout-button-desktop,.nav-right-desktop,.user-welcome-desktop{display:none}.mobile-logout,.mobile-user-info{display:block}.nav-menu.active{padding:1rem 0 2rem}}@media (min-width:769px){.mobile-logout,.mobile-user-info{display:none}}.language-switcher{display:flex;gap:.5rem;margin-left:1rem}.language-btn{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 12px;transition:all .3s ease;white-space:nowrap}.language-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-1px)}.language-btn.active{background:#fff;border-color:#fff;box-shadow:0 2px 8px #0000001a;color:#228b22}.language-btn.active:hover{background:#f8f9fa;transform:translateY(-1px)}@media (max-width:768px){.language-switcher{justify-content:center;margin-left:0;margin-top:1rem;width:100%}.language-btn{flex:1 1;max-width:80px;padding:8px 10px;text-align:center}}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-20px)}to{max-height:2000px;opacity:1;transform:translateY(0)}}.story-section{margin-bottom:2rem}.story-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;transition:all .3s ease}.story-card:hover{border-color:#228b22;box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.founders-intro{flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.founder-info,.founders-intro{align-items:center;display:flex}.founder-info{gap:1rem;text-align:center}.founder-icon{align-items:center;background:linear-gradient(135deg,#228b22,#32cd32);border-radius:50%;box-shadow:0 5px 15px #228b224d;display:flex;font-size:3rem;height:70px;justify-content:center;width:70px}.founder-icon img{border-radius:50%;height:100%;object-fit:cover;width:100%}.founder-info strong{color:#228b22;display:block;font-size:1.3rem;margin-bottom:.5rem}.founder-info p{color:#666;font-size:1rem;margin:0}.plus-icon{color:#228b22;font-size:2rem;font-weight:700}.story-icon{font-size:4rem;margin-bottom:1.5rem;text-align:center}.story-icon img{border-radius:20px;box-shadow:0 8px 20px #228b2266;height:250px;object-fit:cover;width:250px}.story-text p{color:#555;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px;text-align:center}.enhanced-story .story-segments{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px}.story-segment{align-items:flex-start;background:#f8f9fab3;border-left:4px solid #228b22;border-radius:15px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.story-segment:hover{background:#f8f9fa;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.segment-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));flex-shrink:0;font-size:1.8rem;margin-top:.2rem}.segment-text{color:#555!important;font-size:1.1rem!important;line-height:1.8!important;margin:0!important;max-width:none!important;text-align:left!important}.trees-emphasis{color:#228b22;font-size:1.2em;font-weight:700;text-shadow:0 1px 2px #228b224d}.regenerate-text{color:#2e8b57;font-style:italic;font-weight:500}.how-it-works{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0}.how-it-works .section-title{color:#228b22;font-size:2.5rem;margin-bottom:1rem;text-align:center}.how-it-works .section-subtitle{color:#666;font-size:1.2rem;margin:0 auto 3rem;max-width:600px;text-align:center}.process-timeline{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px;position:relative}.process-step{align-items:center;background:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a;display:flex;gap:2rem;padding:2rem;position:relative;transition:all .3s ease}.process-step:hover{box-shadow:0 12px 35px #228b2226;transform:translateY(-5px)}.step-number{align-items:center;background:#228b22;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.step-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));flex-shrink:0;font-size:2.5rem}.step-content h3{color:#228b22;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.step-content p{color:#555;font-size:1.1rem;line-height:1.6;margin:0}.timeline-connector{background:#228b22;height:20px;margin:0 auto;opacity:.3;width:2px}.transparency-highlight{background:linear-gradient(135deg,#228b22,#32cd32);border-radius:20px;color:#fff;margin-top:3rem;overflow:hidden;padding:2rem;position:relative;text-align:center}.highlight-icon{font-size:2rem;margin-bottom:1rem}.transparency-highlight p{font-size:1.1rem;line-height:1.7;margin:0}@media (max-width:768px){.process-step{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.step-content h3{font-size:1.2rem}.step-content p{font-size:1rem}.timeline-connector{height:15px}.transparency-highlight{padding:1.5rem}.transparency-highlight p{font-size:1rem}}.mission-section{margin:3rem 0}.mission-card{background:linear-gradient(135deg,#228b22,#32cd32);border-radius:25px;box-shadow:0 15px 40px #228b224d;color:#fff;overflow:hidden;padding:3rem;position:relative;text-align:center}.mission-card:before{animation:shimmer 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shimmer{0%,to{transform:rotate(0deg)}50%{transform:rotate(180deg)}}.mission-icon{display:block;font-size:4rem;margin-bottom:1rem}.mission-content{position:relative;z-index:1}.mission-content h3{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.mission-content p{font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:700px}.features-section{margin-top:4rem}.features-section h3{color:#228b22;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.feature-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 8px 25px #0000001a;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#228b22;box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.feature-card:before{background:linear-gradient(90deg,#0000,#228b22,#0000);content:"";height:4px;left:-100%;position:absolute;top:0;transition:all .5s ease;width:100%}.feature-card:hover:before{left:100%}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-content h4{color:#228b22;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-content p{color:#666;font-size:1rem;line-height:1.6}@media (max-width:768px){.founders-intro{flex-direction:column;gap:1rem}.plus-icon{font-size:1.5rem;transform:rotate(90deg)}.mission-card,.story-card{padding:2rem 1.5rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.mission-content h3{font-size:1.6rem}.mission-content p{font-size:1.1rem}}@media (max-width:480px){.founder-icon{font-size:2.5rem;height:60px;width:60px}.feature-card{padding:1.5rem}.story-segment{flex-direction:column;gap:.5rem;padding:1rem;text-align:center}.segment-icon{align-self:center;font-size:1.5rem;margin-bottom:.5rem}.segment-text{text-align:center!important}}
/*# sourceMappingURL=main.e28616ca.css.map*/