:root{--nav-height: 90px;--transition-smooth: cubic-bezier(.4, 0, .2, 1);--lemon-green: #e8f5e9;--shadow-premium: 0 10px 40px rgba(0, 0, 0, .08);--border-subtle: 1px solid rgba(0, 0, 0, .05);--primary-color: #017f01}header{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:var(--lemon-green);backdrop-filter:none;-webkit-backdrop-filter:none;z-index:1000;transition:all .4s var(--transition-smooth)}header.scrolled{background:var(--lemon-green);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav{display:flex;align-items:center;justify-content:space-around;height:100%}.logo-container{display:flex;align-items:center;height:100%;left:20rem}.logo-link{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.85}.logo-img{height:90px;width:auto;max-width:180px;object-fit:contain}.nav-links-container{display:flex;align-items:center;height:100%;padding-left:2rem}.nav-links{display:flex;gap:3rem;list-style:none;align-items:center;height:100%;margin:0;padding:0}.nav-item{position:relative;height:100%;display:flex;align-items:center}.nav-link{color:#1a1a1a;font-family:Poppins,sans-serif;font-weight:400;text-decoration:none;font-size:.95rem;letter-spacing:.3px;position:relative;transition:all .3s ease;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#1a1a1a;transition:width .4s var(--transition-smooth)}.nav-link:hover{color:#1a1a1a}.nav-link:hover:after{width:100%}.categories-dropdown{position:relative;height:100%}.dropdown-toggle{background:transparent;border:none;font-family:Poppins,sans-serif;font-weight:400;color:#1a1a1a;cursor:pointer;padding:.5rem 0;font-size:.95rem;letter-spacing:.3px;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;position:relative;height:100%}.dropdown-toggle:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#1a1a1a;transition:width .4s var(--transition-smooth)}.dropdown-toggle:hover:after{width:100%}.dropdown-arrow{width:14px;height:14px;transition:transform .4s var(--transition-smooth);stroke:currentColor;stroke-width:1.5}.dropdown-toggle.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(var(--nav-height) - 1px);right:0;background:var(--lemon-green);border-radius:12px;box-shadow:var(--shadow-premium);padding:2rem!important;width:600px;z-index:999;opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .4s var(--transition-smooth);border:var(--border-subtle)}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu:before{content:"";position:absolute;top:-6px;right:50px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-left:var(--border-subtle);border-top:var(--border-subtle)}.dropdown-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,auto);gap:1.5rem}.dropdown-item{padding:.5rem!important;text-decoration:none;color:#333;border-radius:8px;transition:all .3s ease;font-size:1.1rem;font-weight:400;display:flex;align-items:center;gap:.5rem;background:var(--lemon-green);border:1px solid transparent}.dropdown-item:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px);border-color:#00000014;box-shadow:0 8px 20px #0000000f}.dropdown-item-icon{width:24px;height:24px;color:#666;transition:color .3s ease;flex-shrink:0}.dropdown-item:hover .dropdown-item-icon{color:#1a1a1a}.dropdown-item-text{flex:1;line-height:1.5;font-weight:500}.menu-toggle{display:flex;background:transparent;border:none;cursor:pointer;padding:.5rem;width:44px;height:44px;align-items:center;justify-content:center;position:relative;z-index:1001}.menu-icon{display:block;width:24px;height:2px;position:relative;transition:all .3s ease}.menu-icon:before,.menu-icon:after{content:"";position:absolute;width:24px;height:2px;left:0;transition:all .3s ease}.menu-icon:before{top:-8px}.menu-icon:after{bottom:-8px}.menu-toggle.active .menu-icon{background:transparent}.menu-toggle.active .menu-icon:before{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active .menu-icon:after{transform:rotate(-45deg) translate(5px,-5px)}.menu-toggle.active .menu-icon:before,.menu-toggle.active .menu-icon:after{background:#fff}@media(min-width:1024px){.mobile-menu,.menu-toggle{display:none}}@media(max-width:1024px){.nav{padding:0 2rem;justify-content:space-between}.mobile-brand-header{text-align:center;margin-bottom:3rem!important;margin-top:1rem!important}.mobile-brand-name{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;color:var(--lemon-green);letter-spacing:1px}.mobile-tagline{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#ffffffe6;font-weight:500}.nav-links-container{display:none}.menu-toggle{display:flex;border:none;width:50px;height:50px;border-radius:10px;align-items:center;justify-content:center;z-index:1001}.menu-icon{background:var(--primary-color)}.menu-icon:before,.menu-icon:after{background:var(--primary-color)}.mobile-menu{position:fixed;inset:0;background:#63c468;opacity:0;visibility:hidden;transform:translate(100%);transition:all .4s ease;z-index:1000;overflow-y:auto;height:100vh;display:flex;flex-direction:column;padding:0rem 0rem 4rem!important}.mobile-menu.active{opacity:1;visibility:visible;transform:translate(0)}.mobile-nav-links{flex:1;display:flex;flex-direction:column;gap:.75rem!important;width:100%;max-width:500px;margin:0rem auto 1rem!important;list-style-type:none}.mobile-nav-item{width:100%}.mobile-nav-link,.mobile-dropdown-toggle{width:100%;padding:.8rem!important;background:var(--lemon-green);border-radius:16px;border:1px solid rgba(255,255,255,.3);font-size:1.1rem;font-weight:500;text-align:left;display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#1a1a1a;box-shadow:0 4px 20px #00000014;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-nav-link:hover,.mobile-dropdown-toggle:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 25px #0000001f}.mobile-dropdown-menu{width:100%;background:var(--primary-color);border-radius:16px;border:1px solid rgba(255,255,255,.3);margin-top:.5rem!important;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-dropdown-menu.active{max-height:800px;opacity:1;margin-top:.75rem!important;padding:1.5rem!important}.mobile-dropdown-item{padding:.25rem!important;background:var(--lemon-green);border-radius:12px;border:1px solid rgba(255,255,255,.3);text-decoration:none;color:#1a1a1a;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:all .3s ease;min-height:120px;justify-content:center}.mobile-dropdown-item:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.mobile-dropdown-icon{font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.mobile-menu-footer{margin-bottom:2.5rem!important;display:flex;flex-direction:row;gap:50px}.mobile-contact-info h3,.mobile-social-links h3{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1rem!important;color:#1a1a1a}.mobile-contact-item{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem!important;color:#333;font-size:.9rem}.contact-icon{width:18px;height:18px;color:#017f01;flex-shrink:0}.social-icons{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:15px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#017f011a;border-radius:12px;text-decoration:none;color:#017f01;transition:all .3s ease;padding:.5rem}.social-icon svg{width:24px;height:24px}.social-icon:hover{background:#017f01;color:#fff;transform:translateY(-2px)}.social-icon:hover svg{stroke:#fff}}@media(max-width:640px){.nav{padding:0 1.5rem}.nav-links-container{padding:2rem 1.5rem 3rem}.dropdown-grid{grid-template-columns:1fr;gap:.75rem}.dropdown-item{min-height:100px;padding:1rem;flex-direction:row;text-align:left;justify-content:flex-start}.dropdown-item-icon{font-size:1.75rem;width:2.5rem;height:2.5rem;margin-bottom:0;margin-right:1rem}.mobile-menu{padding:1.5rem 1.5rem 3rem!important}.mobile-brand-name{font-size:2rem}.mobile-dropdown-menu{grid-template-columns:1fr;gap:.75rem}.mobile-dropdown-item{min-height:100px;padding:1rem!important;flex-direction:row;text-align:left;justify-content:flex-start}.mobile-dropdown-icon{font-size:1.75rem;margin-right:1rem!important}}main{padding-top:var(--nav-height)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{animation:fadeInUp .4s var(--transition-smooth) forwards;opacity:0}.dropdown-item:nth-child(1){animation-delay:.05s}.dropdown-item:nth-child(2){animation-delay:.1s}.dropdown-item:nth-child(3){animation-delay:.15s}.dropdown-item:nth-child(4){animation-delay:.2s}.dropdown-item:nth-child(5){animation-delay:.25s}.dropdown-item:nth-child(6){animation-delay:.3s}.dropdown-item:nth-child(7){animation-delay:.35s}.dropdown-item:nth-child(8){animation-delay:.4s}.footer{background:#0a2f0a;color:#fff;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.footer .container{max-width:1200px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:80% 20%;grid-template-rows:auto auto;grid-template-areas:"brand contact" "brand social" "bottom bottom";align-items:start}.footer-brand{grid-area:brand;display:flex;flex-direction:column;gap:1rem}.footer-social{grid-area:social;display:flex;flex-direction:column;gap:1.5rem}.footer-contact{grid-area:contact;display:flex;flex-direction:column;gap:1rem}.footer-logo{height:200px;width:200px;filter:brightness(0) invert(1)}.footer-tagline{font-size:1.2rem;font-weight:500;line-height:1.4;color:#e8f5e9!important}.social-icons{display:flex;flex-wrap:wrap;gap:1rem}.social-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:10px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-icon:hover{background:#fff;transform:translateY(-3px)}.social-icon svg{width:20px;height:20px;color:#fff;transition:color .3s ease}.social-icon:hover svg{color:#0a2f0a}.contact-item{display:flex;align-items:flex-start;gap:.75rem}.contact-icon{width:20px;height:20px;color:#e8f5e9;flex-shrink:0;margin-top:.1rem}.contact-item span{font-family:Quicksand,sans-serif;font-size:1rem;color:#ffffffe6;line-height:1.4}.copyright,.footer p[style*="color: #e8f5e9"]{grid-area:bottom;text-align:center}.copyright{color:#ffffff80;font-size:.9rem;margin-bottom:.25rem}.footer p[style*="color: #e8f5e9"]{color:#e8f5e9!important;font-size:.85rem}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer .container{gap:1.5rem;grid-template-columns:1fr 1fr}.footer-logo{height:150px;width:150px}.social-icons{gap:.75rem}}@media(max-width:480px){.footer{padding:2.5rem 1rem 1.5rem}.footer .container{grid-template-columns:1fr;grid-template-areas:"brand" "social" "contact" "bottom";gap:2rem}.footer-brand{text-align:center;align-items:center}.footer-social,.footer-contact{text-align:center}.social-icons,.contact-item{justify-content:center}.footer-logo{height:120px;width:120px}.social-icon{width:40px;height:40px}.social-icon svg{width:18px;height:18px}.contact-item span{font-size:.95rem}}[data-astro-cid-37fxchfa]{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Quicksand,sans-serif;line-height:1.6;color:#333;background:#fff;overflow-x:hidden}.container[data-astro-cid-37fxchfa]{max-width:1400px;margin:0 auto;padding:0 2rem}.footer[data-astro-cid-37fxchfa]{background:linear-gradient(135deg,#017f01,#015a01);color:#fff;padding:3rem 0 1.5rem;margin-top:4rem}.footer-grid[data-astro-cid-37fxchfa]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-logo[data-astro-cid-37fxchfa]{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}.footer-tagline[data-astro-cid-37fxchfa]{font-size:1.1rem;margin-bottom:1rem;color:#ffd166}.footer-description[data-astro-cid-37fxchfa]{line-height:1.6;color:#ffffffe6}.contact-list[data-astro-cid-37fxchfa]{list-style:none;padding:0}.contact-item[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#ffffffe6}.copyright[data-astro-cid-37fxchfa]{text-align:center;color:#ffffffb3;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}main[data-astro-cid-37fxchfa]{padding-top:80px;min-height:calc(100vh - 200px)}.hero{min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at 70% 50%,#017f01,#fff 40%,#e8f5e9);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:0rem;align-items:center;min-width:1300px;margin:0 auto;padding:0 4rem;position:relative;z-index:2}.hero-content{max-width:800px}.hero-title{font-family:Poppins,sans-serif;font-size:clamp(4.5rem,5vw,4rem);font-weight:800;line-height:1.3;margin-bottom:1.5rem;color:#111;letter-spacing:-.5px}.hero-line{display:block}.hero-line.accent{color:#017f01;position:relative;display:inline-block}.hero-line.accent:after{content:"";position:absolute;bottom:8px;left:0;right:0;height:12px;background:linear-gradient(90deg,#017f0126,#0adf1cd7);z-index:-1;border-radius:6px}.hero-subtitle{font-size:1.3rem;color:#444;margin-bottom:2.5rem;max-width:500px;line-height:1.6;font-weight:400}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.5rem;background:linear-gradient(135deg,#017f01,#00a000);color:#fff;border-radius:50px;text-decoration:none;font-family:Poppins,sans-serif;font-weight:600;font-size:1.1rem;box-shadow:0 10px 30px #017f014d;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:none;cursor:pointer}.hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.hero-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #017f0166}.hero-button:hover:before{left:100%}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.image-blob{width:700px;height:600px;position:relative;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.image-blob-shape{width:100%;height:100%;background:linear-gradient(135deg,#ffd166,#ff6b9d);border-radius:63% 37% 54% 46%/55% 48% 52% 45%;animation:blob-morph 15s infinite;overflow:hidden;position:relative}.image-blob-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.image-blob:before,.image-blob:after{content:"";position:absolute;border-radius:50%;z-index:-1;opacity:.3}.image-blob:before{width:120%;height:120%;top:-10%;left:-10%;background:linear-gradient(135deg,#017f01,#e8f5e9);animation:float 20s infinite linear}.image-blob:after{width:80%;height:80%;bottom:-15%;right:-10%;background:linear-gradient(135deg,#ff6b9d,#ffd166);animation:float 25s infinite linear reverse}@keyframes blob-morph{0%,to{border-radius:63% 37% 54% 46%/55% 48% 52% 45%}25%{border-radius:40% 60% 70% 30%/47% 62% 38% 53%}50%{border-radius:54% 46% 38% 62%/49% 70% 30% 51%}75%{border-radius:30% 70% 50% 50%/30% 52% 48% 70%}}@keyframes float{0%{transform:translate(0) rotate(0)}to{transform:translate(20px,-20px) rotate(360deg)}}@media(max-width:1200px){.hero-container{padding:0 3rem;gap:3rem}.image-blob{width:450px;height:450px}}@media(max-width:1024px){.hero{height:105vh;background:linear-gradient(to bottom,#e8f5e9,#fff,#017f01);padding:4rem 0;display:flex;align-items:center;position:relative}.hero-container{grid-template-columns:1fr;text-align:left;gap:1rem;min-width:auto;width:100%;padding:0 2rem;align-items:center;justify-items:center}.hero-title{font-size:clamp(2.8rem,9vw,3.5rem)!important;font-weight:900;line-height:1.3;margin-bottom:1.5rem}.hero-content{max-width:100%;margin-bottom:-5rem;margin-top:-5rem;order:1}.hero-subtitle{font-size:1.1rem;max-width:500px;margin:0 auto 2.5rem}.hero-image{order:2;width:100%;position:relative;height:60vh;min-height:400px;overflow:visible}}@media(max-width:640px){.hero{padding:3rem 0;min-height:90vh}.hero-container{padding:0 1.5rem;gap:2.5rem}.hero-title{font-size:clamp(2.8rem,9vw,3.5rem)!important}.hero-subtitle{font-size:1.1rem;padding:0 1rem}.hero-image{height:50vh;min-height:350px}.image-blob{width:85vw;height:85vw;max-width:400px;max-height:400px;bottom:-25%}}@media(max-width:400px){.hero-title{font-size:clamp(2.8rem,9vw,3.5rem)!important}.hero-subtitle{font-size:1.1rem}.image-blob{bottom:-20%}}.categories-section{padding:3rem 2rem;background:linear-gradient(to bottom,#017f01 0% 1%,#e8f5e9 50%);position:relative;overflow:hidden}.categories-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#086608,#e8f5e9);border-radius:2px}.section-subtitle{font-family:Quicksand,sans-serif;font-size:1.2rem;color:#ffffffe6;line-height:1.6;max-width:600px;margin:0 auto;margin-top:2rem}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.category-card{position:relative;border-radius:5px;overflow:hidden;aspect-ratio:1/1.2;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #00000014;background:#fffffff2}.category-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 60%,rgba(0,0,0,.7) 100%);z-index:1;opacity:.8;transition:opacity .4s ease}.category-card:hover:before{opacity:.9}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover .category-image{transform:scale(1.05)}.category-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;color:#fff;transform:translateY(10px);transition:transform .4s ease;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);text-shadow:0 2px 8px rgba(0,0,0,.8)}.category-card:hover .category-content{transform:translateY(0)}.category-name{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.category-description{font-family:Quicksand,sans-serif;font-size:.9rem;opacity:.9;margin-bottom:1rem;line-height:1.4}.category-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-family:Poppins,sans-serif;font-weight:500;font-size:.95rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.category-card:hover .category-link{opacity:1;transform:translateY(0)}.category-link svg{width:16px;height:16px;transition:transform .3s ease}.category-link:hover svg{transform:translate(5px)}.category-card:nth-child(1){--cat-color: #FF6B9D}.category-card:nth-child(2){--cat-color: #FFD166}.category-card:nth-child(3){--cat-color: #06D6A0}.category-card:nth-child(4){--cat-color: #118AB2}.category-card:nth-child(5){--cat-color: #EF476F}.category-card:nth-child(6){--cat-color: #9D4EDD}.category-card:nth-child(7){--cat-color: #FF9E00}.category-card:nth-child(8){--cat-color: #00B4D8}.category-link{color:var(--cat-color)}.category-link:hover{color:#fff;background:var(--cat-color);padding:.5rem 1rem;border-radius:20px}@media(min-width:1200px){.categories-section{background:#e8f5e9}.section-title,.section-subtitle{color:#000}}@media(max-width:1200px){.categories-grid{grid-template-columns:repeat(3,1fr);max-width:1000px}.categories-grid .category-card:nth-child(7),.categories-grid .category-card:nth-child(8){grid-column:span 1.5}}@media(max-width:1024px){.categories-section{padding:5rem 2rem}}@media(max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-card{aspect-ratio:1/1.5}.categories-grid .category-card:nth-child(7),.categories-grid .category-card:nth-child(8){grid-column:span 1}.category-content{padding:1.5rem}.category-name{font-size:1.3rem}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media(max-width:480px){.categories-section{padding:4rem 1.5rem}.categories-grid{gap:1rem}.category-content{padding:1.25rem}.category-name{font-size:1.1rem}.category-description{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-card{animation:fadeInUp .6s ease forwards;opacity:0}.category-card:nth-child(1){animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}.category-card:nth-child(6){animation-delay:.6s}.category-card:nth-child(7){animation-delay:.7s}.category-card:nth-child(8){animation-delay:.8s}.why-choose-us{padding:6rem 2rem;background:linear-gradient(135deg,#fff,#f8fff8);position:relative;overflow:hidden}.why-choose-us:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(1,127,1,.2),transparent)}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#111;margin-bottom:1rem}.features-subtitle{font-family:Quicksand,sans-serif;font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 10px 40px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(1,127,1,.1);position:relative;overflow:hidden;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f;border-color:#017f0133}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#017f01,#e8f5e9);border-radius:20px 20px 0 0;opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f0fff0,#e6ffe6);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1);background:linear-gradient(135deg,#017f01,#00a000)}.feature-icon svg{width:36px;height:36px;color:#017f01;transition:all .3s ease}.feature-card:hover .feature-icon svg{color:#fff}.feature-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#111;margin-bottom:1rem}.feature-description{font-family:Quicksand,sans-serif;font-size:1rem;color:#666;line-height:1.6}.feature-number{position:absolute;top:1.5rem;left:1.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#017f011a;transition:color .3s ease}.feature-card:hover .feature-number{color:#017f014d}@media(max-width:1024px){.why-choose-us{padding:5rem 2rem}.features-grid{gap:2rem}}@media(max-width:768px){.why-choose-us{padding:4rem 1.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:2rem 1.5rem}}@media(max-width:640px){.features-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.feature-icon{width:70px;height:70px}.feature-icon svg{width:32px;height:32px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card{animation:fadeIn .6s ease forwards;opacity:0}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.reviews-section{padding:3rem 1.5rem;background:#017f01;position:relative;overflow:hidden}.reviews-container{max-width:1200px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:2rem}.reviews-title{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:.5rem}.reviews-subtitle{font-family:Quicksand,sans-serif;font-size:1.1rem;color:#ffffffe6;max-width:600px;margin:0 auto}.reviews-carousel{position:relative;overflow:hidden;border-radius:24px;background:#fffffff2;box-shadow:0 20px 60px #00000026;padding:2rem;border:1px solid rgba(255,255,255,.3)}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);gap:2rem}.review-card{flex:0 0 calc(33.333% - 1rem);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;background:#fff;border:solid 5px #017f01}.review-image{width:100%;height:100%;display:block}.review-image img{width:100%;height:100%;object-fit:cover;display:block}.carousel-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.carousel-btn{width:44px;height:44px;border-radius:50%;border:2px solid #017f01;background:#fff;color:#017f01;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.2rem}.carousel-btn:hover{background:#017f01;color:#fff;transform:scale(1.1)}.carousel-dots{display:flex;gap:.75rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#017f0133;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#017f01;transform:scale(1.3)}@media(max-width:1024px){.review-card{flex:0 0 calc(50% - .75rem)}}@media(max-width:768px){.reviews-carousel{padding:1.5rem}.review-card{flex:0 0 calc(100% - 1rem)}.carousel-nav{margin-top:1.5rem}.carousel-dots{gap:.5rem}.carousel-dot{width:10px;height:10px}}@media(max-width:480px){.reviews-section{padding:2rem 1rem}.reviews-carousel{padding:1rem}}.faq{padding:5rem 2rem;background:linear-gradient(to bottom,#f8fff8,#fff);position:relative}.faq .container{max-width:800px;margin:0 auto}.faq h2{text-align:center;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#017f01;margin-bottom:3rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.faq h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#017f01,#4caf50);border-radius:2px}.faq-accordion{background:#fff;border-radius:20px;box-shadow:0 10px 40px #017f011a;overflow:hidden;border:1px solid rgba(1,127,1,.1)}.faq-item{border-bottom:1px solid #e8f5e9}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:1.5rem 2rem;text-align:left;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#111}.faq-question:hover{background:#f8fff8}.faq-question.active{background:#f8fff8;color:#017f01}.faq-question span:first-child{flex:1;text-align:left;padding-right:1rem}.toggle-icon{font-size:1.5rem;font-weight:300;color:#017f01;transition:transform .3s ease;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:2px solid #017f01;border-radius:50%;line-height:1}.faq-question.active .toggle-icon{transform:rotate(45deg);background:#017f01;color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}.faq-answer.open{max-height:300px}.faq-answer p{padding:0 2rem 1.5rem;margin:0;font-family:Quicksand,sans-serif;font-size:1.05rem;line-height:1.6;color:#444;opacity:0;transform:translateY(-10px);transition:opacity .3s ease .1s,transform .3s ease .1s}.faq-answer.open p{opacity:1;transform:translateY(0)}@media(max-width:768px){.faq{padding:3rem 1.5rem}.faq h2{margin-bottom:2rem;font-size:2rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer p{padding:0 1.5rem 1.25rem}.toggle-icon{width:22px;height:22px;font-size:1.3rem}}@media(max-width:480px){.faq{padding:2.5rem 1rem}.faq-question{padding:1rem 1.25rem}.faq-answer p{padding:0 1.25rem 1rem;font-size:.95rem}}.faq-item{animation:fadeInUp .5s ease forwards;opacity:0;transform:translateY(20px)}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
