@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";.header{background:var(--white);box-shadow:var(--shadow-light);position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--transition-medium)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--primary-green);font-weight:700;font-size:1.5rem}.logo img{height:70px;width:auto}.logo-text{color:var(--primary-green)}.nav-desktop{display:flex}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{color:var(--dark-gray);text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:var(--transition-fast)}.nav-link:hover,.nav-link.active{color:var(--primary-green)}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--primary-green)}.dropdown{position:relative}.dropdown-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem}.dropdown-arrow{font-size:.8rem;transition:var(--transition-fast)}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--white);border-radius:8px;box-shadow:var(--shadow-medium);padding:1.5rem;min-width:400px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--transition-medium);border:1px solid var(--border-gray)}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-section{margin-bottom:1.5rem}.dropdown-section:last-child{margin-bottom:0}.dropdown-section h4{color:var(--primary-green);font-size:1rem;margin-bottom:.75rem;font-weight:600}.dropdown-section ul{list-style:none}.dropdown-section li{margin-bottom:.5rem}.dropdown-section a{color:var(--text-gray);text-decoration:none;font-size:.9rem;padding:.25rem 0;display:block;transition:var(--transition-fast)}.dropdown-section a:hover{color:var(--primary-green);padding-left:.5rem}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:flex;flex-direction:column;width:25px;height:20px;position:relative}.hamburger span{display:block;height:3px;width:100%;background:var(--primary-green);border-radius:2px;transition:var(--transition-fast);transform-origin:center}.hamburger span:nth-child(1){margin-bottom:4px}.hamburger span:nth-child(2){margin-bottom:4px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-mobile{display:none;background:var(--white);border-top:1px solid var(--border-gray);max-height:0;overflow:hidden;transition:var(--transition-medium)}.nav-mobile.show{max-height:100vh}.mobile-nav-list{list-style:none;padding:1rem 0}.mobile-nav-link{display:block;color:var(--dark-gray);text-decoration:none;font-weight:500;padding:1rem 0;border-bottom:1px solid var(--border-gray);transition:var(--transition-fast)}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary-green);background:var(--light-gray);padding-left:1rem}.mobile-dropdown{border-bottom:1px solid var(--border-gray)}.mobile-dropdown-toggle{width:100%;text-align:left;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.mobile-dropdown-menu{background:var(--light-gray);max-height:0;overflow:hidden;transition:var(--transition-medium)}.mobile-dropdown-menu.show{max-height:500px}.mobile-dropdown-section{padding:1rem;border-bottom:1px solid var(--border-gray)}.mobile-dropdown-section:last-child{border-bottom:none}.mobile-dropdown-section h5{color:var(--primary-green);font-size:.9rem;margin-bottom:.5rem;font-weight:600}.mobile-dropdown-section ul{list-style:none}.mobile-dropdown-section li{margin-bottom:.25rem}.mobile-dropdown-section a{color:var(--text-gray);text-decoration:none;font-size:.85rem;padding:.25rem 0;display:block;transition:var(--transition-fast)}.mobile-dropdown-section a:hover{color:var(--primary-green);padding-left:.5rem}@media (max-width: 768px){.nav-desktop{display:none}.mobile-menu-btn,.nav-mobile{display:block}.logo{font-size:1.25rem}.logo img{height:35px}}@media (max-width: 480px){.header-content{padding:.75rem 0}.logo{font-size:1.1rem}.logo img{height:30px}}.footer{background:var(--dark-gray);color:var(--white);margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 0 2rem}.footer-section h4{color:var(--white);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:var(--primary-green)}.footer-logo img{height:35px;width:auto}.footer-description{color:#fffc;margin-bottom:2rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-green);color:var(--white);border-radius:50%;transition:var(--transition-medium)}.social-links a:hover{background:var(--secondary-green);transform:translateY(-2px)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:var(--transition-fast)}.footer-links a:hover{color:var(--primary-green);padding-left:.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#fffc}.contact-item svg{color:var(--primary-green);flex-shrink:0}.contact-item a{color:#fffc;text-decoration:none;transition:var(--transition-fast)}.contact-item a:hover{color:var(--primary-green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;text-decoration:none;font-size:.9rem;transition:var(--transition-fast)}.footer-bottom-links a:hover{color:var(--primary-green)}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width: 480px){.footer-content{padding:2rem 0 1.5rem}.footer-section h4{font-size:1.1rem}.social-links{justify-content:center}.footer-bottom-links{flex-direction:column;gap:1rem}}.hero{background-image:url(/assets/img/homepage.png);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:scroll;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;padding:2rem 0;margin-top:80px;background-clip:padding-box;filter:brightness(1.1) contrast(1.1)}.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:800px;margin:0 auto;padding:4rem 2rem;width:100%}.hero-content h1{font-size:3.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;color:var(--white);padding-top:0;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-content p{font-size:1.3rem;margin-bottom:2.5rem;line-height:1.6;color:#fffffff2;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent;min-width:150px;text-align:center}.btn-outline{background:transparent;color:var(--white);border-color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--primary-green);transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.features{background:var(--white)}.features-grid{margin-top:2rem}.feature-card{text-align:center;transition:var(--transition-medium);border:1px solid var(--border-gray)}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-heavy);border-color:var(--primary-green)}.feature-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:var(--text-gray);line-height:1.6}.stats{background:linear-gradient(135deg,#f5f5f5f2,#f5f5f5f2),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><pattern id="tech-pattern" width="60" height="60" patternUnits="userSpaceOnUse"><rect width="60" height="60" fill="rgba(43,122,11,0.02)"/><circle cx="30" cy="30" r="2" fill="rgba(43,122,11,0.05)"/><path d="M10 30 L50 30 M30 10 L30 50" stroke="rgba(43,122,11,0.03)" stroke-width="1"/></pattern></defs><rect width="300" height="300" fill="url(%23tech-pattern)"/></svg>');background-size:cover,150px 150px;background-position:center,0 0;background-repeat:no-repeat,repeat;position:relative}.stats:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 49%,var(--primary-green) 50%,transparent 51%);opacity:.05}.stats-grid{position:relative;z-index:2}.stat-item{text-align:center;padding:2rem 1rem;background:var(--white);border-radius:10px;box-shadow:var(--shadow-light);transition:var(--transition-medium)}.stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.stat-item h3{font-size:3.5rem;color:var(--primary-green);margin-bottom:.5rem;font-weight:700}.stat-item p{font-size:1.1rem;color:var(--text-gray);font-weight:500;margin:0}.testimonials-grid{margin-top:2rem}.testimonial-card{background:var(--light-gray);padding:2.5rem 2rem;border-radius:15px;text-align:center;position:relative;border:1px solid var(--border-gray);transition:var(--transition-medium)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-green)}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:var(--primary-green);font-family:serif;line-height:1}.testimonial-text{font-style:italic;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;color:var(--text-gray)}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:var(--primary-green);font-size:1.1rem}.testimonial-author span{color:var(--text-gray);font-size:.9rem}.cta-section{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="growth-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><rect width="50" height="50" fill="rgba(255,255,255,0.02)"/><path d="M25 5 Q35 15 25 25 Q15 15 25 5" fill="rgba(255,255,255,0.05)"/><path d="M25 25 Q35 35 25 45 Q15 35 25 25" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="200" height="200" fill="url(%23growth-pattern)"/></svg>');background-size:cover,100px 100px;background-position:center,0 0;background-repeat:no-repeat,repeat;color:var(--white);text-align:center}@media (max-width: 768px){.hero{min-height:80vh;margin-top:70px}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item h3{font-size:2.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem 1.5rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.hero{min-height:70vh;margin-top:60px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.stats-grid{grid-template-columns:1fr}.stat-item{padding:1.5rem 1rem}.stat-item h3{font-size:2rem}.testimonial-card{padding:1.5rem 1rem}.testimonial-card:before{font-size:3rem;top:-5px;left:15px}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:1rem}}.about-hero.hero-overlay{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/img/homepage.jpg) center/cover no-repeat;z-index:1}.hero-overlay-dark{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000008c;z-index:2}.about-hero-content{position:relative;z-index:3;max-width:800px;margin:0 auto;padding:0 2rem}.about-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white);font-weight:700;line-height:1.2}.about-hero p{font-size:1.3rem;color:#fffffff2;line-height:1.6;font-weight:400}.mission-vision-intro{background:var(--white);padding:4rem 0}.section-content{text-align:center;max-width:800px;margin:0 auto}.eyebrow{font-size:1rem;font-weight:600;color:var(--primary-green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-content h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:2rem;line-height:1.3}.mission-split{background:var(--white);padding:4rem 0}.mission-split .split-content{align-items:center}.split-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split-left,.split-right{display:flex;flex-direction:column;justify-content:center}.split-image{display:flex;justify-content:center;align-items:center}.split-image img{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.split-image img:hover{transform:scale(1.02)}.split-text h2{color:var(--text-color);margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;line-height:1.3}.split-text p{color:var(--muted-text);line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem;font-weight:400}.vision-split{background:var(--light-gray);padding:4rem 0}.vision-split .split-content{align-items:center}.why-us{background:var(--white);padding:4rem 0}.band-content{text-align:center;max-width:800px;margin:0 auto}.band-content h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;line-height:1.3}.band-content p{font-size:1.2rem;color:var(--muted-text);line-height:1.7;font-weight:400}.partners{background:var(--light-gray);padding:4rem 0}.partners-content{text-align:center}.section-header{max-width:800px;margin:0 auto 3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;line-height:1.3}.section-header p{font-size:1.1rem;color:var(--muted-text);line-height:1.7;font-weight:400}.partners-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.partner-logo{display:flex;align-items:center;justify-content:center}.logo-placeholder{background:var(--white);padding:1.5rem 2rem;border-radius:8px;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;min-width:200px;text-align:center}.logo-placeholder:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.logo-placeholder span{font-size:1.1rem;font-weight:600;color:var(--text-color)}.cta{background:var(--white);padding:4rem 0;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:2rem;line-height:1.3}.cta-button{margin-top:2rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:var(--primary-green);color:var(--white);border-color:var(--primary-green)}.btn-primary:hover{background:var(--secondary-green);border-color:var(--secondary-green);transform:translateY(-2px);box-shadow:0 8px 25px #2b7a0b4d}.image-placeholder{width:100%;height:300px;background:var(--light-gray);border:2px dashed var(--border-gray);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-gray);transition:var(--transition-medium)}.image-placeholder:hover{border-color:var(--primary-green);background:#2b7a0b0d}.image-placeholder svg{color:var(--primary-green);margin-bottom:1rem}.image-placeholder p{font-weight:500;margin:0}.story{background:var(--white)}.story-content{max-width:1000px;margin:0 auto}.story h2{text-align:center;color:var(--primary-green);margin-bottom:3rem;font-size:2.5rem}.story-timeline{position:relative;padding:2rem 0}.story-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,var(--primary-green),var(--secondary-green));transform:translate(-50%);border-radius:2px}.timeline-item{position:relative;margin-bottom:3rem;width:50%}.timeline-item:nth-child(odd){left:0;padding-right:3rem;text-align:right}.timeline-item:nth-child(2n){left:50%;padding-left:3rem;text-align:left}.timeline-year{position:absolute;top:0;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;box-shadow:0 8px 25px #2b7a0b4d;z-index:2;border:4px solid var(--white)}.timeline-item:nth-child(odd) .timeline-year{right:-40px}.timeline-item:nth-child(2n) .timeline-year{left:-40px}.timeline-content{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(43,122,11,.1);position:relative;transition:var(--transition-medium)}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.timeline-content:before{content:"";position:absolute;top:20px;width:0;height:0;border:15px solid transparent}.timeline-item:nth-child(odd) .timeline-content:before{right:-30px;border-left-color:var(--white)}.timeline-item:nth-child(2n) .timeline-content:before{left:-30px;border-right-color:var(--white)}.timeline-content h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.timeline-content p{color:var(--text-gray);line-height:1.7;margin:0}.values{background:var(--white)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.value-card{text-align:center;padding:2rem;background:var(--light-gray);border-radius:15px;transition:var(--transition-medium);border:1px solid var(--border-gray)}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-green)}.value-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.5rem}.value-card p{color:var(--text-gray);line-height:1.6}.team{background:var(--light-gray)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.team-member{text-align:center;background:var(--white);padding:2rem;border-radius:15px;box-shadow:var(--shadow-light);transition:var(--transition-medium)}.team-member:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.team-member img{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:4px solid var(--primary-green)}.team-member h3{color:var(--primary-green);margin-bottom:.5rem}.team-member p{color:var(--text-gray);font-style:italic}@media (max-width: 1024px){.split-content{gap:3rem}.split-text h2{font-size:2rem}.section-content h2,.band-content h2,.section-header h2,.cta-content h2{font-size:2.2rem}}@media (max-width: 768px){.split-content{grid-template-columns:1fr;gap:2rem}.about-hero{min-height:50vh;padding:6rem 0 3rem}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.split-text h2{font-size:2rem}.split-text p{font-size:1rem}.section-content h2,.band-content h2,.section-header h2,.cta-content h2{font-size:2rem}.section-content p,.band-content p,.section-header p{font-size:1.1rem}.partners-logos{flex-direction:column;gap:1.5rem}.logo-placeholder{min-width:250px}.mission-split,.vision-split,.why-us,.cta{padding:3rem 0}}@media (max-width: 480px){.about-hero{padding:4rem 0 2rem;min-height:40vh}.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.split-text h2{font-size:1.8rem}.split-text p{font-size:.95rem}.section-content h2,.band-content h2,.section-header h2,.cta-content h2{font-size:1.8rem}.section-content p,.band-content p,.section-header p{font-size:1rem}.split-image img{max-height:300px}.partners-logos{gap:1rem}.logo-placeholder{min-width:200px;padding:1rem 1.5rem}.mission-split,.vision-split,.why-us,.cta{padding:2rem 0}.mission-vision-intro{padding:3rem 0}}.products-hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden;margin-top:80px}.products-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="products-pattern" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23products-pattern)"/></svg>');opacity:.3}.products-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.products-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white)}.products-hero p{font-size:1.3rem;color:#ffffffe6;line-height:1.6}.agribusiness{background:var(--white)}.products-grid{margin-top:2rem}.product-card{display:flex;flex-direction:column;height:100%;transition:var(--transition-medium);border:2px dashed var(--primary-green);background:var(--light-gray);border-radius:12px;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2b7a0b33;border-color:var(--secondary-green)}.product-image{height:200px;display:flex;align-items:center;justify-content:center;background:#2b7a0b1a;border-radius:10px 10px 0 0;margin:0;padding:0;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover;border-radius:10px 10px 0 0;transition:var(--transition-medium)}.product-img:hover{transform:scale(1.05)}.image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--primary-green);background:transparent;padding:2rem}.image-placeholder svg{margin-bottom:1rem;width:80px;height:80px}.product-content{flex:1;display:flex;flex-direction:column;padding:2rem;background:var(--white)}.product-content h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.4rem;font-weight:600;text-align:center}.product-content p{margin-bottom:1.5rem;line-height:1.6;flex:1;color:var(--text-gray);text-align:center}.product-features{list-style:none;padding:0;margin:0;text-align:left}.product-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-gray);font-size:.9rem;line-height:1.5}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-green);font-weight:700;font-size:1rem}.technology{background:var(--light-gray)}.tech-grid{margin-top:2rem}.tech-item{display:flex;gap:2rem;background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:var(--transition-medium);border:1px solid var(--border-gray);align-items:flex-start}.tech-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-color:var(--primary-green)}.tech-icon{flex-shrink:0;width:80px;height:80px;background:var(--light-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-green);box-shadow:0 4px 15px #2b7a0b33}.tech-content{flex:1}.tech-content h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem}.tech-content p{margin-bottom:1.5rem;line-height:1.6}.tech-content ul{list-style:none;padding:0;margin:0}.tech-content li{padding:.25rem 0 .25rem 1.5rem;position:relative;color:var(--text-gray);font-size:.9rem}.tech-content li:before{content:"•";position:absolute;left:0;color:var(--primary-green);font-weight:700}.products-cta{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);text-align:center}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-hero{padding:6rem 0 3rem;margin-top:70px}.products-hero h1{font-size:2.5rem}.products-hero p{font-size:1.1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-image{height:150px}.product-content{padding:1.5rem}.tech-grid{grid-template-columns:1fr;gap:1.5rem}.tech-item{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.tech-icon{align-self:center;width:70px;height:70px}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.products-hero{margin-top:60px}.products-hero h1{font-size:2rem}.product-image{height:120px}.product-content{padding:1rem}.image-placeholder svg{width:60px;height:60px}.tech-item{padding:1rem}.tech-icon{width:60px;height:60px}.tech-icon svg{width:30px;height:30px}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:1rem}}.solutions-hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.solutions-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="solutions-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23solutions-pattern)"/></svg>');opacity:.3}.solutions-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.solutions-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white)}.solutions-hero p{font-size:1.3rem;color:#ffffffe6;line-height:1.6}.intro-content{max-width:800px;margin:0 auto;text-align:center}.intro-content h2{color:var(--primary-green);margin-bottom:2rem;font-size:2.5rem}.intro-content p{font-size:1.2rem;line-height:1.7;color:var(--text-gray)}.solutions-list{display:flex;flex-direction:column;gap:4rem}.solution-item{background:var(--white);border-radius:15px;box-shadow:var(--shadow-light);overflow:hidden;transition:var(--transition-medium)}.solution-item:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.solution-content{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:400px}.solution-content.reverse{direction:rtl}.solution-content.reverse>*{direction:ltr}.solution-text{padding:3rem;display:flex;flex-direction:column;justify-content:center}.solution-text h3{color:var(--primary-green);margin-bottom:2rem;font-size:1.8rem}.challenge,.solution{margin-bottom:2rem}.challenge h4,.solution h4{color:var(--dark-gray);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.challenge h4{color:#e74c3c}.solution h4{color:var(--primary-green)}.challenge p,.solution p{margin-bottom:1rem;line-height:1.6}.solution ul{list-style:none;padding:0;margin:0}.solution li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-gray)}.solution li:before{content:"✓";position:absolute;left:0;color:var(--primary-green);font-weight:700}.solution-image{display:flex;align-items:center;justify-content:center;background:var(--light-gray);padding:2rem}.image-placeholder{width:100%;height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2b7a0b1a;border:2px dashed var(--primary-green);border-radius:10px;color:var(--primary-green);transition:var(--transition-medium)}.benefits{background:var(--white)}.benefits-grid{margin-top:2rem}.benefit-card{text-align:center;transition:var(--transition-medium)}.benefit-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.benefit-card h3{color:var(--primary-green);margin-bottom:1rem}.benefit-card p{line-height:1.6}.solutions-cta{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);text-align:center}.cta-content h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.solutions-hero{padding:6rem 0 3rem}.solutions-hero h1{font-size:2.5rem}.solutions-hero p{font-size:1.1rem}.challenges-intro h2,.solutions-intro h2,.features-title h2,.bullets-content h2,.donations-content h2,.farmers-band h2{font-size:2rem}.challenges-intro p,.solutions-intro p,.features-title p{font-size:1.1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.challenge-card,.solution-card,.feature-card{margin-bottom:1.5rem}.challenge-card .card-icon,.feature-card .card-icon{width:50px;height:50px}.challenge-card h3,.feature-card h3{font-size:1.2rem}.solution-card h3{font-size:1.3rem}.solution-card .card-image{height:180px}.bullets-hero{grid-template-columns:1fr;gap:2rem}.bullets-text{text-align:center}.bullets-text h2{font-size:2rem}.bullets-image img{min-height:250px;max-height:350px}.bullets-list{max-width:100%}.bullets-list li{font-size:1rem;padding:.8rem 0 .8rem 1.5rem}.bullets-image img{max-height:300px}.donations-content h2{font-size:2rem}.donations-subtitle{font-size:1.1rem}.farmers-band h2{font-size:2rem}.farmers-band p{font-size:1.1rem}.solution-content{grid-template-columns:1fr}.solution-content.reverse{direction:ltr}.solution-text{padding:2rem}.solution-text h3{font-size:1.5rem}.solution-image{padding:1.5rem}.image-placeholder{height:200px}.benefits-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.solutions-hero{padding:4rem 0 2rem}.solutions-hero h1{font-size:2rem}.solutions-hero p{font-size:1rem}.challenges-intro h2,.solutions-intro h2,.features-title h2,.bullets-content h2,.donations-content h2,.farmers-band h2,.bullets-text h2{font-size:1.5rem}.bullets-image img{min-height:200px;max-height:300px}.challenges-intro p,.solutions-intro p,.features-title p{font-size:1rem}.challenge-card .card-icon,.feature-card .card-icon{width:45px;height:45px}.challenge-card h3,.feature-card h3{font-size:1.1rem}.solution-card h3{font-size:1.2rem}.solution-card .card-image{height:160px}.solution-card .card-content{padding:1rem}.bullets-text h2{font-size:1.5rem}.bullets-list li{font-size:.95rem;padding:.7rem 0 .7rem 1.2rem}.bullets-image img{max-height:250px}.donations-content h2{font-size:1.5rem}.donations-subtitle{font-size:1rem}.farmers-band h2{font-size:1.5rem}.farmers-band p{font-size:1rem}.solution-text{padding:1.5rem}.solution-text h3{font-size:1.3rem}.solution-image{padding:1rem}.image-placeholder{height:150px}.image-placeholder svg{width:50px;height:50px}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:1rem}.section{padding:3rem 0}.card{padding:1rem}}.grid{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-light);transition:var(--transition-medium)}.card:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}.section{padding:4rem 0}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.challenges-grid{background:var(--light-gray)}.challenges-cards{margin-bottom:2rem}.challenges-cards-row2{margin-top:2rem}.challenge-card{text-align:center;height:100%;display:flex;flex-direction:column}.challenge-card .card-icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:var(--light-green);border-radius:50%;margin:0 auto 1.5rem;color:var(--primary-green)}.challenge-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.challenge-card p{color:var(--text-gray);line-height:1.6;flex-grow:1}.solutions-grid{background:var(--light-gray)}.solutions-cards{margin-top:2rem}.solution-card{height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.solution-card .card-image{flex-shrink:0;height:200px;overflow:hidden;border-radius:12px 12px 0 0}.solution-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.solution-card:hover .card-image img{transform:scale(1.05)}.solution-card .card-content{flex-grow:1;display:flex;flex-direction:column;padding:1.5rem;background:var(--white)}.solution-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.4rem;font-weight:600}.solution-card p{color:var(--text-gray);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.solution-card ul{list-style:none;padding:0;margin:0}.solution-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-gray);line-height:1.5}.solution-card li:before{content:"✓";position:absolute;left:0;color:var(--primary-green);font-weight:700}.features-grid{background:var(--white)}.features-cards{margin-top:2rem}.feature-card{text-align:center;height:100%;display:flex;flex-direction:column}.feature-card .card-icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:var(--light-green);border-radius:50%;margin:0 auto 1.5rem;color:var(--primary-green)}.feature-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature-card p{color:var(--text-gray);line-height:1.6;flex-grow:1}.bullets-band{background:var(--light-gray)}.bullets-content{max-width:1200px;margin:0 auto}.bullets-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.bullets-text{text-align:left}.bullets-text h2{color:var(--primary-green);margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.2}.bullets-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.bullets-list li{padding:1rem 0 1rem 2rem;position:relative;color:var(--text-gray);font-size:1.1rem;line-height:1.6;border-bottom:1px solid rgba(43,122,11,.1)}.bullets-list li:last-child{border-bottom:none}.bullets-list li:before{content:"→";position:absolute;left:0;color:var(--primary-green);font-weight:700;font-size:1.2rem}.bullets-cta{margin-top:2rem}.bullets-image{display:flex;justify-content:center;align-items:center}.bullets-image img{width:100%;height:auto;min-height:300px;max-height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.bullets-image img:hover{transform:scale(1.02)}.donations{background:var(--white)}.donations-content{text-align:center;max-width:1000px;margin:0 auto}.donations-content h2{color:var(--primary-green);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.donations-subtitle{color:var(--text-gray);font-size:1.2rem;margin-bottom:3rem}.donations-grid{margin:2rem 0}.donation-item{text-align:center;padding:1.5rem}.donation-item h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.donation-item p{color:var(--text-gray);line-height:1.6}.donations-cta{margin-top:2rem}.farmers-band{background:var(--primary-green);color:var(--white)}.farmers-band .band-content{text-align:center;max-width:800px;margin:0 auto}.farmers-band h2{color:var(--white);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.farmers-band p{color:#ffffffe6;font-size:1.2rem;line-height:1.7}.features-title{background:var(--white)}.features-title .section-content{text-align:center;max-width:800px;margin:0 auto}.features-title h2{color:var(--primary-green);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.features-title p{color:var(--text-gray);font-size:1.2rem;line-height:1.7}.challenges-intro{background:var(--white)}.challenges-intro .section-content{text-align:center;max-width:800px;margin:0 auto}.challenges-intro h2{color:var(--primary-green);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.challenges-intro p{color:var(--text-gray);font-size:1.2rem;line-height:1.7}.solutions-intro{background:var(--white)}.solutions-intro .section-content{text-align:center;max-width:800px;margin:0 auto}.solutions-intro .eyebrow{font-size:1rem;font-weight:600;color:var(--primary-green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.solutions-intro p{color:var(--text-gray);font-size:1.2rem;line-height:1.7}.impact-hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.impact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="impact-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23impact-pattern)"/></svg>');opacity:.3}.impact-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.impact-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white)}.impact-hero p{font-size:1.3rem;color:#ffffffe6;line-height:1.6}.impact-overview{background:var(--white)}.impact-stats{margin-top:2rem}.impact-stat{text-align:center;padding:2rem 1rem;background:var(--light-gray);border-radius:10px;transition:var(--transition-medium);border:1px solid var(--border-gray)}.impact-stat:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-green)}.stat-number{font-size:3.5rem;font-weight:700;color:var(--primary-green);margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.2rem;font-weight:600;color:var(--dark-gray);margin-bottom:.5rem}.stat-description{font-size:.9rem;color:var(--text-gray);line-height:1.4}.environmental-impact{background:var(--light-gray)}.impact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:2rem}.impact-content.reverse{direction:rtl}.impact-content.reverse>*{direction:ltr}.impact-text h3{color:var(--primary-green);margin-bottom:1.5rem;font-size:1.8rem}.impact-text p{margin-bottom:2rem;line-height:1.7}.impact-features{display:flex;flex-direction:column;gap:1.5rem}.impact-feature{display:flex;gap:1rem;align-items:flex-start}.feature-icon{flex-shrink:0;width:40px;height:40px;background:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white)}.feature-content h4{color:var(--primary-green);margin-bottom:.5rem;font-size:1.1rem}.feature-content p{margin:0;line-height:1.5;font-size:.95rem}.impact-image{display:flex;justify-content:center;align-items:center}.impact-img{width:100%;height:auto;min-height:400px;object-fit:cover;border-radius:10px;box-shadow:0 8px 25px #0000001a;transition:var(--transition-medium)}.impact-img:hover{transform:scale(1.02);box-shadow:0 12px 35px #00000026}.image-placeholder{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2b7a0b1a;border:2px dashed var(--primary-green);border-radius:10px;color:var(--primary-green);transition:var(--transition-medium)}.image-placeholder:hover{background:#2b7a0b33;transform:scale(1.02)}.image-placeholder svg{margin-bottom:1rem}.image-placeholder p{font-weight:500;margin:0;text-align:center}.community-impact{background:var(--white)}.case-studies{background:var(--light-gray)}.case-studies-grid{margin-top:2rem}.case-study{transition:var(--transition-medium);border:1px solid var(--border-gray)}.case-study:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-green)}.case-study-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-gray)}.case-study-header h3{color:var(--primary-green);margin:0;font-size:1.3rem}.case-study-location{background:var(--light-green);color:var(--primary-green);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.case-study-stats{display:flex;gap:1rem;margin-bottom:1.5rem}.stat{text-align:center;flex:1}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--primary-green);line-height:1}.stat-label{display:block;font-size:.8rem;color:var(--text-gray);margin-top:.25rem}.case-study-content p{margin-bottom:1.5rem;line-height:1.6;font-style:italic}.case-study-author{display:flex;flex-direction:column;gap:.25rem}.case-study-author strong{color:var(--primary-green);font-size:1rem}.case-study-author span{color:var(--text-gray);font-size:.9rem}.future-goals{background:var(--white)}.goals-grid{margin-top:2rem}.goal-card{text-align:center;transition:var(--transition-medium)}.goal-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.goal-card h3{color:var(--primary-green);margin-bottom:1rem}.goal-card p{line-height:1.6}@media (max-width: 768px){.impact-hero{padding:6rem 0 3rem}.impact-hero h1{font-size:2.5rem}.impact-hero p{font-size:1.1rem}.impact-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2.5rem}.impact-content{grid-template-columns:1fr;gap:2rem}.impact-content.reverse{direction:ltr}.impact-text h3{font-size:1.5rem}.impact-features{gap:1rem}.impact-feature{gap:.75rem}.feature-icon{width:35px;height:35px}.feature-icon svg{width:18px;height:18px}.impact-img{min-height:300px}.image-placeholder{height:200px}.case-studies-grid{grid-template-columns:1fr;gap:1.5rem}.case-study-stats{flex-direction:column;gap:.5rem}.goals-grid{grid-template-columns:1fr}}@media (max-width: 480px){.impact-hero h1{font-size:2rem}.impact-stats{grid-template-columns:1fr}.stat-number{font-size:2rem}.stat-label{font-size:1rem}.impact-text h3{font-size:1.3rem}.impact-feature{flex-direction:column;text-align:center;gap:.5rem}.impact-img{min-height:250px}.image-placeholder{height:150px}.image-placeholder svg{width:60px;height:60px}.case-study-header{flex-direction:column;align-items:flex-start;gap:.5rem}.case-study-location{align-self:flex-end}}.resources-hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.resources-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="resources-pattern" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23resources-pattern)"/></svg>');opacity:.3}.resources-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.resources-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white)}.resources-hero p{font-size:1.3rem;color:#ffffffe6;line-height:1.6}.resources-nav{background:var(--white);border-bottom:1px solid var(--border-gray)}.tabs{display:flex;justify-content:center;gap:0;max-width:600px;margin:0 auto}.tab{flex:1;padding:1rem 2rem;border:none;background:transparent;color:var(--text-gray);font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition-fast);border-bottom:3px solid transparent;position:relative}.tab:hover{color:var(--primary-green);background:#2b7a0b0d}.tab.active{color:var(--primary-green);border-bottom-color:var(--primary-green);background:#2b7a0b1a}.blog{background:var(--light-gray)}.blog-grid{margin-top:2rem}.blog-card{transition:var(--transition-medium);border:1px solid var(--border-gray);height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-green)}.blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-gray)}.blog-category{background:var(--primary-green);color:var(--white);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.blog-date{color:var(--text-gray);font-size:.9rem}.blog-content{flex:1;display:flex;flex-direction:column}.blog-content h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem;line-height:1.3}.blog-content p{margin-bottom:1.5rem;line-height:1.6;flex:1}.blog-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.read-time{color:var(--text-gray);font-size:.9rem}.read-more{background:none;border:none;color:var(--primary-green);font-weight:500;cursor:pointer;transition:var(--transition-fast);padding:.5rem 0}.read-more:hover{color:var(--secondary-green)}.guides{background:var(--light-gray)}.guides-grid{margin-top:2rem}.guide-card{transition:var(--transition-medium);border:1px solid var(--border-gray);height:100%;display:flex;flex-direction:column}.guide-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-green)}.guide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-gray)}.guide-type{background:var(--light-green);color:var(--primary-green);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.guide-size{color:var(--text-gray);font-size:.9rem}.guide-content{flex:1;display:flex;flex-direction:column}.guide-content h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem;line-height:1.3}.guide-content p{margin-bottom:1.5rem;line-height:1.6;flex:1}.download-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-green);color:var(--white);padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:500;transition:var(--transition-medium);margin-top:auto;align-self:flex-start}.download-btn:hover{background:var(--secondary-green);transform:translateY(-2px)}.faq{background:var(--light-gray)}.faq-list{max-width:800px;margin:2rem auto 0}.faq-item{background:var(--white);border-radius:10px;margin-bottom:1rem;box-shadow:var(--shadow-light);overflow:hidden;transition:var(--transition-medium)}.faq-item:hover{box-shadow:var(--shadow-medium)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:var(--transition-fast)}.faq-question:hover{background:var(--light-gray)}.faq-question h3{color:var(--primary-green);margin:0;font-size:1.1rem;line-height:1.4;flex:1;padding-right:1rem}.faq-question svg{color:var(--primary-green);transition:var(--transition-fast);flex-shrink:0}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;border-top:1px solid var(--border-gray);display:none}.faq-item.active .faq-answer{display:block}.faq-answer p{margin:0;line-height:1.6;color:var(--text-gray)}.newsletter{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);text-align:center}.newsletter-content h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.newsletter-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap}.newsletter-form input{flex:1;padding:1rem;border:none;border-radius:5px;font-size:1rem;min-width:250px}.newsletter-form input:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.newsletter-form button{padding:1rem 2rem;white-space:nowrap}@media (max-width: 768px){.resources-hero{padding:6rem 0 3rem}.resources-hero h1{font-size:2.5rem}.resources-hero p{font-size:1.1rem}.tabs{flex-direction:column;max-width:none}.tab{border-bottom:1px solid var(--border-gray);border-right:none}.tab.active{border-bottom-color:var(--primary-green)}.blog-grid,.guides-grid{grid-template-columns:1fr;gap:1.5rem}.newsletter-content h2{font-size:2rem}.newsletter-form{flex-direction:column;align-items:center}.newsletter-form input{min-width:auto;width:100%}.newsletter-form button{width:100%;max-width:300px}}@media (max-width: 480px){.resources-hero h1{font-size:2rem}.blog-header,.guide-header{flex-direction:column;align-items:flex-start;gap:.5rem}.blog-date,.guide-size{align-self:flex-end}.faq-question{padding:1rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1rem 1rem}.newsletter-content h2{font-size:1.5rem}.newsletter-content p{font-size:1rem}}.contact-hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');opacity:.3}.contact-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.contact-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white)}.contact-hero p{font-size:1.3rem;color:#ffffffe6;line-height:1.6}.contact-content{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{color:var(--primary-green);margin-bottom:1rem;font-size:2rem}.contact-info>p{margin-bottom:2rem;line-height:1.6;color:var(--text-gray)}.contact-details{margin-bottom:3rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.contact-icon{flex-shrink:0;width:50px;height:50px;background:var(--light-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-green)}.contact-detail h3{color:var(--primary-green);margin-bottom:.5rem;font-size:1.2rem}.contact-detail p{margin:0;line-height:1.5;color:var(--text-gray)}.contact-detail p:not(:last-child){margin-bottom:.25rem}.social-links h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem}.social-icons{display:flex;gap:1rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:var(--primary-green);color:var(--white);border-radius:50%;transition:var(--transition-medium)}.social-icons a:hover{background:var(--secondary-green);transform:translateY(-2px)}.contact-form-section h2{color:var(--primary-green);margin-bottom:1rem;font-size:2rem}.contact-form-section>p{margin-bottom:2rem;line-height:1.6;color:var(--text-gray)}.contact-form{background:var(--light-gray);padding:2rem;border-radius:10px;border:1px solid var(--border-gray)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--dark-gray);font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid var(--border-gray);border-radius:5px;font-size:1rem;font-family:var(--font-primary);transition:var(--transition-fast);background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #2b7a0b1a}.form-group textarea{resize:vertical;min-height:120px}.form-message{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:5px;margin-bottom:1rem;font-weight:500}.form-message.success{background:#4caf501a;color:#2e7d32;border:1px solid rgba(76,175,80,.3)}.form-message.error{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:var(--transition-medium)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn:disabled:hover{transform:none}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-section{background:var(--light-gray);padding:4rem 0}.map-placeholder{height:300px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px dashed var(--border-gray);margin:0 2rem}.map-content{text-align:center;color:var(--text-gray)}.map-content svg{color:var(--primary-green);margin-bottom:1rem}.map-content h3{color:var(--primary-green);margin-bottom:.5rem;font-size:1.3rem}.map-content p{margin:0;line-height:1.5}.map-content p:not(:last-child){margin-bottom:.25rem}@media (max-width: 768px){.contact-hero{padding:6rem 0 3rem}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info h2,.contact-form-section h2{font-size:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.form-row .form-group{margin-bottom:1.5rem}.contact-form{padding:1.5rem}.map-placeholder{height:250px;margin:0 1rem}.social-icons{justify-content:center}}@media (max-width: 480px){.contact-hero h1{font-size:2rem}.contact-info h2,.contact-form-section h2{font-size:1.3rem}.contact-item{flex-direction:column;text-align:center;gap:.5rem}.contact-icon{align-self:center}.contact-form{padding:1rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem}.submit-btn{padding:.8rem 1.5rem;font-size:1rem}.map-placeholder{height:200px;margin:0 .5rem}.map-content svg{width:40px;height:40px}.map-content h3{font-size:1.1rem}}:root{--primary-green: #2b7a0b;--secondary-green: #4caf50;--light-green: #a5d6a7;--white: #ffffff;--dark-gray: #333333;--light-gray: #f5f5f5;--text-gray: #666666;--border-gray: #e0e0e0;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--section-padding: 80px 0;--container-padding: 0 20px;--max-width: 1200px;--shadow-light: 0 2px 10px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .15);--shadow-heavy: 0 8px 30px rgba(0, 0, 0, .2);--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:1.6;color:var(--dark-gray);background-color:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;color:var(--dark-gray)}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.1rem}p{margin-bottom:1rem;color:var(--text-gray);font-size:1.1rem}a{color:var(--primary-green);text-decoration:none;transition:var(--transition-fast)}a:hover{color:var(--secondary-green)}.container{max-width:var(--max-width);margin:0 auto;padding:var(--container-padding)}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:5px;font-family:var(--font-primary);font-size:1rem;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:var(--transition-medium);border:2px solid transparent}.btn-primary{background-color:var(--primary-green);color:var(--white)}.btn-primary:hover{background-color:var(--secondary-green);transform:translateY(-2px);box-shadow:var(--shadow-medium)}.btn-secondary{background-color:transparent;color:var(--primary-green);border-color:var(--primary-green)}.btn-secondary:hover{background-color:var(--primary-green);color:var(--white)}.btn-outline{background-color:transparent;color:var(--white);border-color:var(--white)}.btn-outline:hover{background-color:var(--white);color:var(--primary-green)}.section{padding:var(--section-padding)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--dark-gray);margin-bottom:1rem}.section-title p{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:var(--white);border-radius:10px;padding:2rem;box-shadow:var(--shadow-light);transition:var(--transition-medium);border:1px solid var(--border-gray)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.card-icon{width:60px;height:60px;background:var(--light-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;color:var(--primary-green)}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:4rem;margin-bottom:1.5rem;color:var(--white)}.hero p{font-size:1.3rem;margin-bottom:2rem;color:#ffffffe6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats{background:var(--light-gray)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item h3{font-size:3rem;color:var(--primary-green);margin-bottom:.5rem}.stat-item p{font-size:1.1rem;color:var(--text-gray);font-weight:500}.testimonials{background:var(--white)}.testimonial-card{background:var(--light-gray);padding:2rem;border-radius:10px;text-align:center;position:relative}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:var(--primary-green);font-family:serif}.testimonial-text{font-style:italic;margin-bottom:1.5rem;font-size:1.1rem}.testimonial-author{font-weight:600;color:var(--primary-green)}@media (max-width: 768px){:root{--section-padding: 60px 0;--container-padding: 0 15px}h1{font-size:2.5rem}h2{font-size:2rem}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.hero h1,h1{font-size:2rem}h2{font-size:1.5rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.w-100{width:100%}.h-100{height:100%}
