@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";.navbar{position:fixed;width:100%;padding:1.5rem 0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background-color:#fffffff2;box-shadow:0 5px 15px #0000000d;padding:1rem 0}.navbar.scrolled .logo h2,.navbar.scrolled .nav-links a,.navbar.scrolled .mobile-menu-btn{color:var(--text-color)}.navbar .navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar .logo h2{color:#fff;font-size:2rem;letter-spacing:1px;cursor:pointer}.navbar .nav-links{display:flex;gap:2rem}.navbar .nav-links a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;position:relative}.navbar .nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--secondary-color);transition:width .3s ease}.navbar .nav-links a:hover:after{width:100%}.navbar .mobile-menu-btn{display:none;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media screen and (max-width: 768px){.navbar .nav-links{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.navbar .nav-links.open{right:0}.navbar .nav-links a{color:var(--text-color);font-size:1.2rem}.navbar .mobile-menu-btn{display:block;z-index:1001}.navbar .mobile-menu-btn.scrolled,.navbar.scrolled .navbar .mobile-menu-btn{color:var(--text-color)}}.hero{position:relative;height:100vh;min-height:700px;background:linear-gradient(135deg,#2c5d3f,#2c5d3f,#1a3d29);color:#fff;overflow:hidden}.hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.05)"/></svg>');background-size:30px 30px;opacity:.6;z-index:1}.hero .particle-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero .particle-container .particle{position:absolute;width:10px;height:10px;border-radius:50%}.hero .particle-container .particle.particle-0{background-color:#fff3;width:6px;height:6px}.hero .particle-container .particle.particle-1{background-color:var(--secondary-color);opacity:.2;width:8px;height:8px}.hero .particle-container .particle.particle-2{background:radial-gradient(circle,#ffffff4d,#fff0 70%);width:15px;height:15px}.hero .particle-container .particle.particle-3{background-color:var(--accent-color);opacity:.15;width:10px;height:10px}.hero .hero-container{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding-top:5rem;width:100%}.hero .hero-content{width:55%}.hero .hero-content .title-container{position:relative;margin-bottom:1.5rem;display:inline-block}.hero .hero-content .title-container .title-accent{position:absolute;height:6px;background-color:var(--secondary-color);bottom:0;left:0;border-radius:3px;opacity:.5}.hero .hero-content .title{font-size:4rem;line-height:1.1;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em}.hero .hero-content .title span{color:var(--secondary-color);position:relative;font-style:italic}.hero .hero-content .title span:after{content:"";position:absolute;width:100%;height:10px;background-color:#f8c6304d;bottom:5px;left:0;z-index:-1;border-radius:10px}.hero .hero-content .subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6;max-width:550px;font-weight:300}.hero .hero-content .hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero .hero-content .hero-buttons .primary-btn{background:var(--primary-color);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;letter-spacing:.5px;box-shadow:0 10px 20px #0000001a;margin-right:1rem}.hero .hero-content .hero-buttons .primary-btn:hover{background:#3b6347}.hero .hero-content .hero-buttons .outline-btn{background-color:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;padding:1rem 2rem;border-radius:50px;position:relative;overflow:hidden}.hero .hero-content .hero-buttons .outline-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#ffffff1a,#fff0,#ffffff1a);transform:translate(-100%);transition:transform .6s ease}.hero .hero-content .hero-buttons .outline-btn:hover:before{transform:translate(100%)}.hero .hero-content .hero-buttons .outline-btn span{position:relative;z-index:2}.hero .hero-content .badge-container{display:flex;gap:1.2rem}.hero .hero-content .badge-container .badge{display:flex;flex-direction:column;align-items:center;background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.7rem;border-radius:12px;width:90px}.hero .hero-content .badge-container .badge .badge-icon{font-size:1.5rem;margin-bottom:.3rem;color:var(--secondary-color);font-weight:700}.hero .hero-content .badge-container .badge .badge-text{font-size:.8rem;color:#ffffffe6}.hero .hero-image{width:45%;display:flex;justify-content:center;align-items:center}.hero .hero-image .product-image-container{position:relative;width:100%;height:500px}.hero .hero-image .product-image-container .spotlight-effect{position:absolute;width:300px;height:300px;background:radial-gradient(circle,#f8c63033,#f8c63000 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;animation:pulse 5s infinite alternate ease-in-out}.hero .hero-image .product-image-container .floating-elements{position:relative;width:100%;height:100%;z-index:2}.hero .hero-image .product-image-container .glow-effect{position:absolute;width:180px;height:180px;background:radial-gradient(circle,#f8c6304d,#f8c63000 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;animation:glow 3s infinite alternate ease-in-out}.hero .hero-image .product-image-container .product-bottle{position:absolute;width:160px;height:350px;background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 50 100" xmlns="http://www.w3.org/2000/svg"><path d="M20,20 L20,10 C20,5 30,5 30,10 L30,20 L35,25 L35,90 C35,95 15,95 15,90 L15,25 L20,20" fill="%23faf3dd" stroke="%234a7c59" stroke-width="1"/><circle cx="25" cy="50" r="6" fill="%23f8c630"/></svg>');background-repeat:no-repeat;top:50%;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));z-index:3;animation:float 6s infinite ease-in-out}.hero .hero-image .product-image-container .herb{position:absolute;width:100px;height:100px;z-index:2}.hero .hero-image .product-image-container .herb.herb-1{background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M25,5 C25,20 40,25 45,30 C40,35 25,40 25,45 M25,5 C25,20 10,25 5,30 C10,35 25,40 25,45" fill="none" stroke="%2374b49b" stroke-width="2"/></svg>');background-repeat:no-repeat;top:30%;left:15%;animation:sway 7s infinite alternate ease-in-out}.hero .hero-image .product-image-container .herb.herb-2{background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M25,5 C25,20 40,25 45,30 C40,35 25,40 25,45 M25,5 C25,20 10,25 5,30 C10,35 25,40 25,45" fill="none" stroke="%2374b49b" stroke-width="2"/></svg>');background-repeat:no-repeat;top:20%;right:15%;transform:rotate(45deg);animation:sway 8s infinite alternate-reverse ease-in-out}.hero .hero-image .product-image-container .herb.herb-3{background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M25,5 C25,20 40,25 45,30 C40,35 25,40 25,45 M25,5 C25,20 10,25 5,30 C10,35 25,40 25,45" fill="none" stroke="%2374b49b" stroke-width="2"/></svg>');background-repeat:no-repeat;bottom:20%;right:20%;transform:rotate(-45deg);animation:sway 9s infinite alternate ease-in-out}.hero .hero-image .product-image-container .drop{position:absolute;width:30px;height:30px;background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10,2 C10,2 3,10 3,14 C3,17.5 6,19 10,19 C14,19 17,17.5 17,14 C17,10 10,2 10,2 Z" fill="%23f8c630" stroke="%234a7c59" stroke-width="0.5"/></svg>');background-repeat:no-repeat;z-index:2;filter:drop-shadow(0 5px 5px rgba(0,0,0,.1))}.hero .hero-image .product-image-container .drop.drop-1{top:45%;left:25%;animation:dropFall 10s infinite ease-in-out}.hero .hero-image .product-image-container .drop.drop-2{bottom:30%;left:35%;animation:dropFall 12s 2s infinite ease-in-out}.hero .hero-image .product-image-container .sparkle{position:absolute;width:15px;height:15px;background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10,0 L12,8 L20,10 L12,12 L10,20 L8,12 L0,10 L8,8 Z" fill="%23f8c630"/></svg>');background-repeat:no-repeat;z-index:4}.hero .hero-image .product-image-container .sparkle.sparkle-1{top:25%;right:25%;animation:twinkle 4s infinite ease-in-out}.hero .hero-image .product-image-container .sparkle.sparkle-2{top:65%;left:25%;animation:twinkle 3s 1s infinite ease-in-out}.hero .hero-image .product-image-container .sparkle.sparkle-3{bottom:20%;right:30%;animation:twinkle 5s 2s infinite ease-in-out}.hero .hero-image .product-image-container .bubble{position:absolute;border-radius:50%;background:#fff3;z-index:2}.hero .hero-image .product-image-container .bubble.bubble-1{width:20px;height:20px;left:40%;bottom:40%;animation:bubbleRise 15s infinite ease-in-out}.hero .hero-image .product-image-container .bubble.bubble-2{width:15px;height:15px;left:55%;bottom:35%;animation:bubbleRise 12s 3s infinite ease-in-out}.hero .hero-image .product-image-container .bubble.bubble-3{width:10px;height:10px;left:47%;bottom:30%;animation:bubbleRise 10s 1s infinite ease-in-out}.hero .wave-bottom{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:2}.hero .wave-bottom svg{width:100%;height:120px;filter:drop-shadow(0 -5px 5px rgba(0,0,0,.05))}@media screen and (max-width: 992px){.hero{height:auto;min-height:100vh;padding:7rem 0 4rem}.hero .hero-container{flex-direction:column-reverse;padding-bottom:3rem}.hero .hero-content,.hero .hero-image{width:100%;text-align:center}.hero .hero-content{margin-top:2rem}.hero .hero-content .title-container{display:block;width:100%}.hero .hero-content .title-container .title-accent{left:50%;transform:translate(-50%)}.hero .hero-content .title{font-size:var(--h1-size)}.hero .hero-content .subtitle{margin:0 auto 2rem;max-width:100%}.hero .hero-content .hero-buttons,.hero .hero-content .badge-container{justify-content:center}.hero .hero-image{max-height:450px}.hero .hero-image .product-image-container{max-width:400px;margin:0 auto}.hero .wave-bottom svg{height:80px}}@media screen and (max-width: 768px){.hero{padding:6rem 0 3rem}.hero .hero-content .title{font-size:var(--h1-size)}.hero .hero-content .subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero .hero-content .hero-buttons{gap:1rem;margin-bottom:2rem}.hero .hero-content .hero-buttons .primary-btn,.hero .hero-content .hero-buttons .outline-btn{padding:.8rem 1.5rem;width:auto;min-width:140px}.hero .hero-content .badge-container{flex-wrap:wrap;gap:.8rem}.hero .hero-content .badge-container .badge{width:80px;padding:.5rem}.hero .hero-content .badge-container .badge .badge-icon{font-size:1.3rem}.hero .hero-content .badge-container .badge .badge-text{font-size:.7rem}.hero .hero-image{max-height:380px}.hero .hero-image .product-image-container{max-width:320px;height:380px}}@media screen and (max-width: 480px){.hero{padding:5rem 0 2rem}.hero .hero-content .title{font-size:var(--h1-size)}.hero .hero-content .subtitle{font-size:1rem;line-height:1.5}.hero .hero-content .hero-buttons{flex-direction:column;width:100%;max-width:250px;margin-left:auto;margin-right:auto}.hero .hero-content .hero-buttons .primary-btn,.hero .hero-content .hero-buttons .outline-btn{width:100%}.hero .hero-image{max-height:300px}.hero .hero-image .product-image-container{max-width:260px;height:300px}.hero .wave-bottom svg{height:60px}}@keyframes float{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-60%)}}@keyframes sway{0%,to{transform:rotate(0)}50%{transform:rotate(10deg)}}@keyframes pulse{0%,to{width:300px;height:300px;opacity:.2}50%{width:320px;height:320px;opacity:.3}}@keyframes glow{0%,to{opacity:.3}50%{opacity:.5}}@keyframes dropFall{0%{opacity:0;transform:translateY(-50px) scale(.5)}5%{opacity:1;transform:translateY(0) scale(1)}95%{opacity:1}to{opacity:0;transform:translateY(100px) scale(.5)}}@keyframes twinkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes bubbleRise{0%{opacity:0;transform:translateY(0) scale(.5)}10%{opacity:.7;transform:translateY(-20px) scale(.8)}90%{opacity:.7;transform:translateY(-80px) scale(1)}to{opacity:0;transform:translateY(-100px) scale(.5)}}.about{padding:var(--section-padding);position:relative}.about:before{content:"";position:absolute;top:0;right:0;background:url(/assets/leaf-pattern-light.png) no-repeat top right;background-size:400px;width:400px;height:400px;opacity:.1;z-index:-1}.about .section-header{text-align:center;margin-bottom:6rem}.about .section-header h2{font-size:var(--h2-size);color:var(--primary-color);font-weight:700;margin-bottom:1.5rem;position:relative;display:inline-block}.about .section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--secondary-color);border-radius:3px}.about .section-header p{font-size:1.2rem;color:var(--text-color);max-width:800px;margin:0 auto;line-height:1.7}.about .about-content{display:flex;align-items:center;gap:5rem;margin-bottom:6rem}.about .about-content .about-image{flex:1;position:relative}.about .about-content .about-image .image-container{position:relative;width:100%;height:400px}.about .about-content .about-image .image-container .image-main{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#4a7c59cc,#4a7c5999),linear-gradient(45deg,#4a7c59,#3b6347);border-radius:20px;box-shadow:0 25px 50px -12px #00000026;z-index:1}.about .about-content .about-image .image-container .image-main:before{content:"";position:absolute;width:80px;height:160px;background:#ffffff1a;border-radius:40px;top:50%;left:50%;transform:translate(-50%,-50%)}.about .about-content .about-image .image-container .image-main:after{content:"";position:absolute;width:60px;height:60px;background:#f8c63033;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-20%)}.about .about-content .about-image .image-container .image-main .product-details{position:absolute;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px}.about .about-content .about-image .image-container .image-main .product-details .detail-item{background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:8px 15px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;min-width:120px}.about .about-content .about-image .image-container .image-main .product-details .detail-item .detail-name{font-size:.8rem;color:#fffc}.about .about-content .about-image .image-container .image-main .product-details .detail-item .detail-value{font-size:.9rem;font-weight:600;color:#fff}.about .about-content .about-image .image-container .image-accent{position:absolute;width:90%;height:90%;top:-20px;left:-20px;border:3px dashed var(--secondary-color);border-radius:20px;z-index:0}.about .about-content .about-image .highlight-badge{position:absolute;background-color:var(--primary-color);color:#fff;padding:15px 25px;border-radius:50px;font-weight:600;bottom:-25px;right:-25px;box-shadow:0 10px 30px #426e514d;font-size:1.1rem;z-index:2}.about .about-content .about-text{flex:1}.about .about-content .about-text h3{font-size:var(--h3-size);color:var(--text-color);margin-bottom:1.8rem;font-weight:600}.about .about-content .about-text p{font-size:1.1rem;color:var(--text-color);margin-bottom:2rem;line-height:1.8}.about .about-content .about-text .features-list{display:flex;flex-direction:column;gap:1.5rem}.about .about-content .about-text .features-list .feature-item{display:flex;align-items:center;gap:1.2rem;padding:1rem 0}.about .about-content .about-text .features-list .feature-item .feature-icon{font-size:2rem;width:60px;height:60px;background-color:#4a7c591a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about .about-content .about-text .features-list .feature-item .feature-content h4{font-size:1.2rem;margin-bottom:.5rem;color:var(--primary-color)}.about .about-content .about-text .features-list .feature-item .feature-content p{font-size:1rem;color:var(--light-text);margin-bottom:0;line-height:1.5}.about .features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.about .features-list .feature-item{background-color:#fff;border-radius:15px;padding:3rem 2.5rem;box-shadow:0 15px 40px #00000014;transition:all .3s ease;position:relative;z-index:1;overflow:hidden}.about .features-list .feature-item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background-color:var(--secondary-color);z-index:-1}.about .features-list .feature-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--primary-color);z-index:-1;opacity:0;transition:all .3s ease}.about .features-list .feature-item .icon{width:70px;height:70px;background-color:#f8c63026;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.8rem;color:var(--secondary-color);position:relative;z-index:2;transition:all .3s ease}.about .features-list .feature-item .icon svg{width:35px;height:35px}.about .features-list .feature-item h4{font-size:1.5rem;color:var(--text-color);margin-bottom:1.2rem;font-weight:600;position:relative;z-index:2;transition:all .3s ease}.about .features-list .feature-item p{font-size:1.05rem;color:var(--text-color);line-height:1.7;position:relative;z-index:2;transition:all .3s ease}.about .features-list .feature-item:hover{transform:translateY(-10px)}.about .features-list .feature-item:hover:after{opacity:1}.about .features-list .feature-item:hover .icon{background-color:#fff3;color:#fff}.about .features-list .feature-item:hover h4,.about .features-list .feature-item:hover p{color:#fff}@media screen and (max-width: 992px){.about{padding:5rem 2rem}.about .section-header{margin-bottom:4rem}.about .about-content{flex-direction:column;gap:3rem;margin-bottom:4rem}.about .about-content .about-image{width:100%;max-width:550px;margin:0 auto}.about .about-content .about-image .image-container{height:350px}.about .about-content .about-image .image-accent{top:-15px;left:-15px}.about .about-content .about-image .highlight-badge{padding:12px 20px;font-size:1rem;bottom:-20px;right:-15px}.about .about-content .about-text{text-align:center}.about .about-content .about-text .features-list{align-items:center}.about .about-content .about-text .features-list .feature-item{width:100%;max-width:450px}.about .features-list{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width: 768px){.about{padding:4rem 1.5rem}.about:before{background-size:300px;width:300px;height:300px}.about .section-header{margin-bottom:3rem}.about .section-header h2{font-size:2.2rem}.about .section-header p{font-size:1.1rem}.about .about-content{gap:2.5rem;margin-bottom:3.5rem}.about .about-content .about-image{max-width:450px}.about .about-content .about-image .image-container{height:300px}.about .about-content .about-image .image-accent{top:-10px;left:-10px;border-width:2px}.about .about-content .about-text h3{font-size:1.8rem}.about .about-content .about-text p{font-size:1rem;margin-bottom:1.5rem}.about .about-content .about-text .features-list{gap:1.2rem}.about .about-content .about-text .features-list .feature-item{justify-content:flex-start;text-align:left}.about .about-content .about-text .features-list .feature-item .feature-icon{width:45px;height:45px;font-size:1.5rem}.about .features-list{gap:1.5rem}.about .features-list .feature-item{padding:2.5rem 2rem}.about .features-list .feature-item .icon{width:60px;height:60px;margin-bottom:1.5rem}.about .features-list .feature-item .icon svg{width:30px;height:30px}.about .features-list .feature-item h4{font-size:1.3rem;margin-bottom:1rem}.about .features-list .feature-item p{font-size:1rem}}@media screen and (max-width: 480px){.about{padding:3.5rem 1.2rem}.about .section-header{margin-bottom:2.5rem}.about .section-header h2{font-size:1.8rem}.about .section-header h2:after{width:60px;bottom:-8px}.about .section-header p{font-size:1rem;line-height:1.6}.about .about-content{gap:2rem;margin-bottom:3rem}.about .about-content .about-image{max-width:320px}.about .about-content .about-image .image-container{height:250px}.about .about-content .about-image .image-accent{display:none}.about .about-content .about-image .highlight-badge{padding:10px 16px;font-size:.9rem;bottom:-15px;right:10px}.about .about-content .about-text h3{font-size:1.6rem;margin-bottom:1.5rem}.about .about-content .about-text p{font-size:.95rem;margin-bottom:1.2rem;line-height:1.7}.about .about-content .about-text .features-list .feature-item{flex-direction:column;text-align:center;gap:.8rem}.about .about-content .about-text .features-list .feature-item .feature-icon{width:50px;height:50px;font-size:1.6rem}.about .about-content .about-text .features-list .feature-item .feature-content h4{font-size:1.1rem}.about .about-content .about-text .features-list .feature-item .feature-content p{font-size:.9rem}.about .features-list{grid-template-columns:1fr;gap:1.5rem}.about .features-list .feature-item{padding:2rem 1.5rem;text-align:center}.about .features-list .feature-item .icon{margin:0 auto 1.2rem}.about .features-list .feature-item h4{font-size:1.2rem;margin-bottom:.8rem}.about .features-list .feature-item p{font-size:.95rem;line-height:1.6}.about .features-list .feature-item:hover{transform:translateY(-5px)}}.benefits{position:relative;padding:2rem 0}.benefits .wave-top,.benefits .wave-bottom{position:absolute;width:100%;height:120px;left:0;z-index:-1}.benefits .wave-top svg,.benefits .wave-bottom svg{width:100%;height:100%}.benefits .wave-top{top:0}.benefits .wave-bottom{bottom:0}.benefits .benefits-content{padding:5rem 0;width:100%}.benefits .section-header{text-align:center;margin-bottom:4rem}.benefits .section-header h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;position:relative;display:inline-block}.benefits .section-header h2:after{content:"";position:absolute;height:3px;width:80px;background-color:var(--secondary-color);bottom:-10px;left:50%;transform:translate(-50%)}.benefits .section-header p{font-size:1.2rem;color:var(--light-text);max-width:600px;margin:0 auto}.benefits .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;width:100%}.benefits .benefits-grid .benefit-card{background-color:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000000d;text-align:center;transition:all .3s ease}.benefits .benefits-grid .benefit-card .benefit-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;position:relative}.benefits .benefits-grid .benefit-card .benefit-icon:after{content:"";position:absolute;width:40px;height:40px;background-color:#4a7c591a;border-radius:50%;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%)}.benefits .benefits-grid .benefit-card h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}.benefits .benefits-grid .benefit-card p{font-size:1rem;color:var(--light-text);line-height:1.6}.benefits .benefits-cta{background:linear-gradient(135deg,#4a7c591a,#f8c6301a);padding:4rem 2rem;border-radius:15px;text-align:center}.benefits .benefits-cta h3{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.benefits .benefits-cta p{font-size:1.1rem;color:var(--light-text);max-width:600px;margin:0 auto 2rem}@media screen and (max-width: 768px){.benefits .wave-top,.benefits .wave-bottom{height:80px}.benefits .benefits-content{padding:4rem 0}.benefits .section-header h2{font-size:2rem}.benefits .section-header p{font-size:1rem}.benefits .benefits-grid{grid-template-columns:1fr}.benefits .benefits-grid .benefit-card{max-width:350px;margin:0 auto}.benefits .benefits-cta{padding:3rem 1.5rem}.benefits .benefits-cta h3{font-size:1.8rem}.benefits .benefits-cta p{font-size:1rem}}.ingredients{padding:5rem 0;background-color:#fff}.ingredients .section-header{text-align:center;margin-bottom:4rem}.ingredients .section-header h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;position:relative;display:inline-block}.ingredients .section-header h2:after{content:"";position:absolute;height:3px;width:80px;background-color:var(--secondary-color);bottom:-10px;left:50%;transform:translate(-50%)}.ingredients .section-header p{font-size:1.2rem;color:var(--light-text);max-width:600px;margin:0 auto}.ingredients .ingredients-showcase{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;width:100%}.ingredients .ingredients-list{flex:0 0 280px}.ingredients .ingredients-list .ingredient-item{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.ingredients .ingredients-list .ingredient-item:hover{background-color:#4a7c590d}.ingredients .ingredients-list .ingredient-item.active{background-color:#4a7c591a;border-color:var(--primary-color)}.ingredients .ingredients-list .ingredient-item .ingredient-icon{width:50px;height:50px;border-radius:50%;background-color:var(--accent-color);background-size:60%;background-position:center;background-repeat:no-repeat}.ingredients .ingredients-list .ingredient-item .ingredient-icon.castor{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 A10,10 0 0 0 12,22 A10,10 0 0 0 12,2 M12,7 L12,17 M7,12 L17,12" stroke="%234a7c59" stroke-width="2" fill="none"/></svg>')}.ingredients .ingredients-list .ingredient-item .ingredient-icon.rosemary{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 L12,22 M12,2 C8,5 8,10 12,14 C16,10 16,5 12,2 M12,22 C8,19 8,14 12,10 C16,14 16,19 12,22" stroke="%234a7c59" stroke-width="2" fill="none"/></svg>')}.ingredients .ingredients-list .ingredient-item .ingredient-icon.bhringraj{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 C6,2 2,6 2,12 C2,18 6,22 12,22 C18,22 22,18 22,12 C22,6 18,2 12,2 M12,7 L12,17 M7,12 L17,12" stroke="%234a7c59" stroke-width="2" fill="none"/></svg>')}.ingredients .ingredients-list .ingredient-item .ingredient-icon.argan{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 L2,12 L12,22 L22,12 L12,2 M12,2 L12,22 M2,12 L22,12" stroke="%234a7c59" stroke-width="2" fill="none"/></svg>')}.ingredients .ingredients-list .ingredient-item .ingredient-icon.amla{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%234a7c59" stroke-width="2" fill="none"/><circle cx="12" cy="12" r="5" stroke="%234a7c59" stroke-width="2" fill="none"/></svg>')}.ingredients .ingredients-list .ingredient-item h3{font-size:1rem;color:var(--text-color);font-weight:500}.ingredients .ingredient-details{flex:1;position:relative;min-height:400px}.ingredients .ingredient-details .ingredient-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:2rem;background-color:#fff;border-radius:15px;box-shadow:0 5px 30px #0000000d;overflow:hidden}.ingredients .ingredient-details .ingredient-content h3{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem}.ingredients .ingredient-details .ingredient-content p{font-size:1.05rem;color:var(--text-color);line-height:1.7;margin-bottom:2rem;max-width:90%}.ingredients .ingredient-details .ingredient-content .benefits-list{margin-bottom:1.5rem}.ingredients .ingredient-details .ingredient-content .benefits-list h4{font-size:1.3rem;color:var(--text-color);margin-bottom:1rem}.ingredients .ingredient-details .ingredient-content .benefits-list ul{list-style:none}.ingredients .ingredient-details .ingredient-content .benefits-list ul li{padding-left:1.5rem;margin-bottom:.8rem;position:relative;color:var(--light-text)}.ingredients .ingredient-details .ingredient-content .benefits-list ul li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:var(--secondary-color);border-radius:50%}.ingredients .ingredient-details .ingredient-content .ingredient-image{position:absolute;right:-50px;bottom:-50px;width:250px;height:250px;background-size:60%;background-position:center;background-repeat:no-repeat;border-radius:50%;background-color:#4a7c590d;opacity:.2}.ingredients .ingredient-details .ingredient-content .ingredient-image.castor{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 A10,10 0 0 0 12,22 A10,10 0 0 0 12,2 M12,7 L12,17 M7,12 L17,12" stroke="%234a7c59" stroke-width="3" fill="none"/></svg>')}.ingredients .ingredient-details .ingredient-content .ingredient-image.rosemary{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 L12,22 M12,2 C8,5 8,10 12,14 C16,10 16,5 12,2 M12,22 C8,19 8,14 12,10 C16,14 16,19 12,22" stroke="%234a7c59" stroke-width="3" fill="none"/></svg>')}.ingredients .ingredient-details .ingredient-content .ingredient-image.bhringraj{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 C6,2 2,6 2,12 C2,18 6,22 12,22 C18,22 22,18 22,12 C22,6 18,2 12,2 M12,7 L12,17 M7,12 L17,12" stroke="%234a7c59" stroke-width="3" fill="none"/></svg>')}.ingredients .ingredient-details .ingredient-content .ingredient-image.argan{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,2 L2,12 L12,22 L22,12 L12,2 M12,2 L12,22 M2,12 L22,12" stroke="%234a7c59" stroke-width="3" fill="none"/></svg>')}.ingredients .ingredient-details .ingredient-content .ingredient-image.amla{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%234a7c59" stroke-width="3" fill="none"/><circle cx="12" cy="12" r="5" stroke="%234a7c59" stroke-width="3" fill="none"/></svg>')}.ingredients .ingredients-note{text-align:center;margin-top:4rem}.ingredients .ingredients-note p{font-size:.9rem;color:var(--light-text);font-style:italic}.ingredients .ingredients-note p span{color:var(--secondary-color);font-size:1.2rem;margin-right:.3rem}@media screen and (max-width: 992px){.ingredients .ingredients-showcase{flex-direction:column}.ingredients .ingredients-list{flex:auto;max-width:500px;margin:0 auto}.ingredients .ingredient-details{min-height:500px}.ingredients .ingredient-details .ingredient-content{padding:2rem 1.5rem}.ingredients .ingredient-details .ingredient-content h3{font-size:1.8rem}.ingredients .ingredient-details .ingredient-content p{font-size:1rem;max-width:100%}.ingredients .ingredient-details .ingredient-content .ingredient-image{opacity:.1}}.reviews{padding:6rem 0;background:linear-gradient(135deg,#faf3dd,#f8f9fa);position:relative;overflow:hidden}.reviews:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#4a7c591a,#4a7c5900 70%);top:-100px;left:-100px;z-index:1}.reviews:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,#f8c6301a,#f8c63000 70%);bottom:-50px;right:-50px;z-index:1}.reviews .section-header{text-align:center;margin-bottom:4.5rem;position:relative;z-index:2}.reviews .section-header h2{font-size:3rem;color:var(--text-color);margin-bottom:1rem;position:relative;display:inline-block;font-weight:700}.reviews .section-header h2:after{content:"";position:absolute;height:4px;width:100px;background:linear-gradient(90deg,var(--secondary-color),rgba(248,198,48,.5));bottom:-12px;left:50%;transform:translate(-50%);border-radius:2px}.reviews .section-header p{font-size:1.3rem;color:var(--light-text);max-width:600px;margin:1.5rem auto 0;line-height:1.6}.reviews .reviews-container{max-width:900px;margin:0 auto 5rem;position:relative;z-index:2}.reviews .reviews-slider{position:relative;min-height:350px;padding:0 40px;margin-bottom:2rem;display:flex;align-items:center}.reviews .reviews-slider .slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background-color:#fff;color:var(--primary-color);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.reviews .reviews-slider .slider-btn svg{width:22px;height:22px}.reviews .reviews-slider .slider-btn:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-50%) scale(1.1)}.reviews .reviews-slider .slider-btn.prev{left:-10px}.reviews .reviews-slider .slider-btn.next{right:-10px}.reviews .review-slide{background-color:#fff;padding:3rem;border-radius:20px;box-shadow:0 15px 40px #00000014;position:absolute;top:0;left:0;width:100%;border-top:5px solid var(--secondary-color);overflow:hidden}.reviews .review-slide:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,#f8c6300d,#f8c63000 70%);bottom:-50px;right:-50px}.reviews .review-slide .review-content{margin-bottom:2.5rem;position:relative}.reviews .review-slide .review-content .quote-icon{position:absolute;top:-30px;left:-10px}.reviews .review-slide .review-content .quote-icon svg{width:60px;height:60px;color:var(--secondary-color);opacity:.15}.reviews .review-slide .review-content p{font-size:1.2rem;line-height:1.8;color:var(--text-color);margin-bottom:1.8rem;font-style:italic;position:relative;z-index:2}.reviews .review-slide .review-content .rating{font-size:1.4rem;color:#e0e0e0;display:flex;gap:3px}.reviews .review-slide .review-content .rating span{transition:all .3s ease}.reviews .review-slide .review-content .rating span.filled{color:var(--secondary-color);text-shadow:0 2px 5px rgba(248,198,48,.3)}.reviews .review-slide .review-author{display:flex;align-items:center;gap:1.2rem;position:relative}.reviews .review-slide .review-author:before{content:"";position:absolute;top:-20px;left:0;width:80px;height:1px;background:linear-gradient(90deg,var(--primary-color),transparent)}.reviews .review-slide .review-author .author-image{width:70px;height:70px;border-radius:50%;background-color:#f8f9fa;overflow:hidden;background-size:cover;background-position:center;border:3px solid white;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.reviews .review-slide .review-author .author-image.sarah{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="8" r="4" fill="%234a7c59"/><path d="M20,19 C20,16.2386 16.4183,14 12,14 C7.58172,14 4,16.2386 4,19 L4,22 L20,22 L20,19 Z" fill="%234a7c59"/></svg>')}.reviews .review-slide .review-author .author-image.michael{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="8" r="4" fill="%234a7c59"/><path d="M20,19 C20,16.2386 16.4183,14 12,14 C7.58172,14 4,16.2386 4,19 L4,22 L20,22 L20,19 Z" fill="%234a7c59"/></svg>')}.reviews .review-slide .review-author .author-image.aisha{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="8" r="4" fill="%234a7c59"/><path d="M20,19 C20,16.2386 16.4183,14 12,14 C7.58172,14 4,16.2386 4,19 L4,22 L20,22 L20,19 Z" fill="%234a7c59"/></svg>')}.reviews .review-slide .review-author .author-image.david{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="8" r="4" fill="%234a7c59"/><path d="M20,19 C20,16.2386 16.4183,14 12,14 C7.58172,14 4,16.2386 4,19 L4,22 L20,22 L20,19 Z" fill="%234a7c59"/></svg>')}.reviews .review-slide .review-author .author-info h4{font-size:1.2rem;color:var(--text-color);margin-bottom:.4rem;font-weight:600}.reviews .review-slide .review-author .author-info p{font-size:.95rem;color:var(--light-text);background-color:#f8f9fa;padding:4px 12px;border-radius:20px;display:inline-block}.reviews .slider-dots{display:flex;justify-content:center;gap:.8rem;margin-top:1rem}.reviews .slider-dots .dot{width:14px;height:14px;border-radius:50%;background-color:#4a7c5933;border:none;cursor:pointer;transition:all .3s ease}.reviews .slider-dots .dot.active{background-color:var(--primary-color);transform:scale(1.3);box-shadow:0 2px 6px #4a7c5966}.reviews .slider-dots .dot:hover{background-color:var(--primary-color);opacity:.7;transform:scale(1.1)}.reviews .reviews-cta{text-align:center;background:linear-gradient(135deg,#fff,#faf3dd);padding:3.5rem 2.5rem;border-radius:20px;max-width:800px;margin:0 auto;box-shadow:0 15px 40px #00000014;position:relative;z-index:2;border-left:5px solid var(--primary-color)}.reviews .reviews-cta h3{font-size:2rem;color:var(--text-color);margin-bottom:1rem;font-weight:700}.reviews .reviews-cta p{font-size:1.2rem;color:var(--light-text);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.reviews .reviews-cta .btn{background:linear-gradient(90deg,var(--primary-color) 0%,#3b6347 100%);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;letter-spacing:.5px;text-decoration:none;display:inline-block;box-shadow:0 10px 20px #4a7c5933;transition:all .3s ease}.reviews .reviews-cta .btn:hover{transform:translateY(-3px);box-shadow:0 15px 25px #4a7c594d}@media screen and (max-width: 992px){.reviews{padding:4rem 0}.reviews .section-header{margin-bottom:3rem}.reviews .section-header h2{font-size:var(--h2-size)}.reviews .section-header p{font-size:1.1rem;max-width:500px}.reviews .reviews-container{max-width:700px}.reviews .reviews-slider{min-height:400px}.reviews .reviews-slider .slider-btn{width:45px;height:45px}.reviews .review-slide{padding:2.5rem 2rem}.reviews .review-slide .review-content p{font-size:1.1rem}}@media screen and (max-width: 768px){.reviews{padding:3.5rem 0}.reviews .section-header{margin-bottom:2.5rem}.reviews .section-header h2{font-size:var(--h2-size)}.reviews .section-header p{font-size:1rem;max-width:100%}.reviews .reviews-slider{min-height:470px;padding:0 20px}.reviews .reviews-slider .slider-btn{width:40px;height:40px}.reviews .reviews-slider .slider-btn.prev{left:-5px}.reviews .reviews-slider .slider-btn.next{right:-5px}.reviews .reviews-slider .slider-btn svg{width:18px;height:18px}.reviews .review-slide{padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:420px}.reviews .review-slide .review-content{margin-bottom:2rem}.reviews .review-slide .review-content .quote-icon{top:-20px;left:0}.reviews .review-slide .review-content .quote-icon svg{width:50px;height:50px}.reviews .review-slide .review-content p{font-size:1rem;margin-bottom:1.5rem;text-align:left;line-height:1.6}.reviews .review-slide .review-content .rating{font-size:1.2rem;justify-content:flex-start}.reviews .review-slide .review-author .author-image{width:60px;height:60px}.reviews .review-slide .review-author .author-info h4{font-size:1.1rem}.reviews .review-slide .review-author .author-info p{font-size:.85rem;padding:3px 10px}.reviews .slider-dots{margin-top:.5rem}.reviews .slider-dots .dot{width:12px;height:12px}.reviews .reviews-cta{padding:2.5rem 1.5rem;margin-top:1rem}.reviews .reviews-cta h3{font-size:1.6rem}.reviews .reviews-cta p{font-size:1rem;margin-bottom:1.5rem}}@media screen and (max-width: 480px){.reviews{padding:3.5rem 0 4rem;background:linear-gradient(135deg,#f8f9fa,#faf3dd)}.reviews:before,.reviews:after{display:none}.reviews .section-header{margin-bottom:2.5rem}.reviews .section-header h2{font-size:2rem;position:relative}.reviews .section-header h2:after{height:3px;width:60px;bottom:-8px}.reviews .section-header p{font-size:.95rem;margin-top:1.2rem}.reviews .reviews-container{margin-bottom:3rem}.reviews .reviews-slider{min-height:auto;padding:0;margin-bottom:0;overflow:visible}.reviews .reviews-slider .slider-btn{display:none}.reviews .reviews-slider .mobile-slides-wrapper{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:2rem 0;margin:0 -1rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.reviews .reviews-slider .mobile-slides-wrapper::-webkit-scrollbar{display:none}.reviews .review-slide{position:relative;border-radius:12px;border-top:none;padding:1.8rem 1.5rem;box-shadow:0 8px 25px #00000014;margin:0 1rem 3rem;transform:scale(.9);opacity:.75;transition:all .3s ease;height:auto;min-height:auto;border-left:4px solid var(--secondary-color);flex:0 0 85%;scroll-snap-align:center}.reviews .review-slide.active{transform:scale(1);opacity:1;border-left-color:var(--primary-color)}.reviews .review-slide:before{display:none}.reviews .review-slide .review-content{margin-bottom:1.5rem}.reviews .review-slide .review-content .quote-icon{right:1rem;left:auto;top:1rem;opacity:.1}.reviews .review-slide .review-content .quote-icon svg{width:30px;height:30px}.reviews .review-slide .review-content p{font-size:.95rem;line-height:1.65;margin-bottom:1rem;font-style:normal;color:var(--text-color)}.reviews .review-slide .review-content .rating{font-size:1rem;justify-content:flex-start;margin-bottom:0}.reviews .review-slide .review-author{padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.reviews .review-slide .review-author:before{display:none}.reviews .review-slide .review-author .author-image{width:45px;height:45px;border:2px solid rgba(74,124,89,.2)}.reviews .review-slide .review-author .author-info h4{font-size:.95rem;font-weight:600;margin-bottom:.15rem}.reviews .review-slide .review-author .author-info p{font-size:.8rem;background-color:#f8c6301a;padding:2px 8px;border-radius:30px;color:var(--primary-color)}.reviews .slider-dots{display:flex;justify-content:center;gap:.5rem;margin:.5rem 0 2.5rem}.reviews .slider-dots .dot{width:8px;height:8px;border-radius:4px;transition:all .3s ease}.reviews .slider-dots .dot.active{width:25px}.reviews .reviews-cta{margin-top:0;background:linear-gradient(135deg,#4a7c590d,#f8c6300d);border-radius:12px;border:none;box-shadow:0 10px 30px #0000000f;padding:2rem 1.5rem;position:relative;overflow:hidden}.reviews .reviews-cta:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--primary-color),var(--secondary-color))}.reviews .reviews-cta h3{font-size:1.4rem;margin-bottom:1rem;color:var(--primary-color)}.reviews .reviews-cta p{font-size:.9rem;margin-bottom:1.8rem;line-height:1.5}.reviews .reviews-cta .btn{width:100%;border-radius:12px;background:linear-gradient(90deg,var(--primary-color) 0%,#3b6347 100%);padding:.9rem 1rem;font-weight:600;letter-spacing:.5px;box-shadow:0 8px 15px #4a7c5940}.reviews .reviews-cta .btn:hover{transform:translateY(-5px);box-shadow:0 12px 20px #4a7c5959}}@media screen and (max-width: 360px){.reviews{padding:3rem 0 3.5rem}.reviews .section-header{margin-bottom:2rem}.reviews .section-header h2{font-size:1.8rem}.reviews .review-slide{padding:1.5rem 1.2rem;margin:0 .8rem 2.5rem}.reviews .review-slide .review-content p{font-size:.9rem}.reviews .reviews-cta{padding:1.8rem 1.2rem}.reviews .reviews-cta h3{font-size:1.3rem}}.faq{padding:5rem 0;background-color:#fff}.faq .section-header{text-align:center;margin-bottom:4rem}.faq .section-header h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;position:relative;display:inline-block}.faq .section-header h2:after{content:"";position:absolute;height:3px;width:80px;background-color:var(--secondary-color);bottom:-10px;left:50%;transform:translate(-50%)}.faq .section-header p{font-size:1.2rem;color:var(--light-text);max-width:600px;margin:0 auto}.faq .faq-container{max-width:800px;margin:0 auto 4rem}.faq .faq-item{background-color:#fff;border-radius:10px;margin-bottom:1rem;box-shadow:0 5px 15px #0000000d;overflow:hidden}.faq .faq-item.open .faq-question{background-color:#4a7c590d}.faq .faq-item.open .faq-question h3{color:var(--primary-color)}.faq .faq-item.open .faq-question .icon{transform:rotate(45deg)}.faq .faq-item.open .faq-question .icon svg{stroke:var(--primary-color)}.faq .faq-item .faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.faq .faq-item .faq-question:hover{background-color:#4a7c5905}.faq .faq-item .faq-question h3{font-size:1.1rem;font-weight:500;color:var(--text-color);margin:0;transition:color .3s ease}.faq .faq-item .faq-question .icon{width:24px;height:24px;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq .faq-item .faq-question .icon svg{width:100%;height:100%;stroke:var(--light-text);transition:stroke .3s ease}.faq .faq-item .faq-answer{overflow:hidden}.faq .faq-item .faq-answer p{padding:0 1.5rem 1.5rem;margin:0;color:var(--light-text);line-height:1.7;font-size:1rem}.faq .faq-cta{text-align:center;background:linear-gradient(135deg,#4a7c591a,#f8c6301a);padding:3rem 2rem;border-radius:15px;max-width:700px;margin:0 auto}.faq .faq-cta h3{font-size:1.8rem;color:var(--primary-color);margin-bottom:1rem}.faq .faq-cta p{font-size:1.1rem;color:var(--light-text);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.faq .section-header h2{font-size:2rem}.faq .section-header p{font-size:1rem}.faq .faq-item .faq-question{padding:1.2rem}.faq .faq-item .faq-question h3{font-size:1rem}.faq .faq-item .faq-answer p{padding:0 1.2rem 1.2rem;font-size:.95rem}.faq .faq-cta{padding:2.5rem 1.5rem}.faq .faq-cta h3{font-size:1.5rem}.faq .faq-cta p{font-size:1rem}}.footer{background-color:var(--dark-bg);padding:4rem 0 2rem;position:relative;margin-top:5rem}.footer:before{content:"";position:absolute;top:-50px;left:0;width:100%;height:50px;background:linear-gradient(to bottom right,transparent 49%,var(--dark-bg) 50%)}.footer .footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:3rem}.footer .footer-logo{flex:0 0 250px}.footer .footer-logo h2{font-size:2.5rem;margin-bottom:.75rem;color:var(--primary-color)}.footer .footer-logo p{color:var(--light-text);font-size:1rem;max-width:250px;margin-bottom:1.5rem}.footer .footer-links{flex:1;display:flex;justify-content:space-around;gap:1rem}.footer .footer-links .link-column{flex:0 0 auto}.footer .footer-links .link-column h4{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-color)}.footer .footer-links .link-column ul{list-style:none}.footer .footer-links .link-column ul li{margin-bottom:.6rem}.footer .footer-links .link-column ul li a{color:var(--light-text);text-decoration:none;transition:color .3s ease;position:relative}.footer .footer-links .link-column ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--primary-color);transition:width .3s ease}.footer .footer-links .link-column ul li a:hover{color:var(--primary-color)}.footer .footer-links .link-column ul li a:hover:after{width:100%}.footer .footer-social{flex:0 0 200px}.footer .footer-social h4{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-color)}.footer .footer-social .social-icons{display:flex;gap:1rem}.footer .footer-social .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;color:var(--primary-color);font-size:1.2rem;transition:all .3s ease}.footer .footer-social .social-icons a:hover{background-color:var(--primary-color);color:#fff;box-shadow:0 5px 15px #0000001a}.footer .footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);text-align:center}.footer .footer-bottom p{color:var(--light-text);font-size:.9rem}@media screen and (max-width: 992px){.footer .footer-content{flex-direction:column;align-items:center;text-align:center}.footer .footer-logo{flex:0 0 auto}.footer .footer-logo p{margin:0 auto 1.5rem}.footer .footer-links{width:100%;justify-content:space-between;margin:1rem 0}.footer .footer-social{flex:0 0 auto}.footer .footer-social .social-icons{justify-content:center}}@media screen and (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer .footer-content{text-align:center}.footer .footer-links{flex-direction:column;gap:1.5rem}.footer .footer-links .link-column{margin-bottom:0}.footer .footer-social .social-icons{justify-content:center}}:root{--primary-color: #4a7c59;--secondary-color: #f8c630;--accent-color: #faf3dd;--text-color: #2d3142;--light-text: #8d99ae;--bg-color: #fefefe;--dark-bg: #edf6f9;--h1-size: 3.5rem;--h2-size: 2.5rem;--h3-size: 1.8rem;--h4-size: 1.4rem;--body-size: 1rem;--small-size: .875rem;--section-padding: 5rem;--element-spacing: 1.5rem}html{font-size:100%;scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;width:100%;line-height:1.6}.App{width:100%;overflow-x:hidden}main{width:100%}h1,h2,h3,h4,h5{font-family:Playfair Display,serif;font-weight:600;line-height:1.2;margin-bottom:.5em}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}h3{font-size:var(--h3-size)}h4{font-size:var(--h4-size)}p{margin-bottom:1rem}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.section{padding:var(--section-padding) 0}.btn{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.btn:hover{background-color:#375c42;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.btn.secondary{background-color:var(--secondary-color);color:var(--text-color)}.btn.secondary:hover{background-color:#edb408}.btn.outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn.outline:hover{background-color:var(--primary-color);color:#fff}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media screen and (max-width: 992px){:root{--h1-size: 3rem;--h2-size: 2.2rem;--h3-size: 1.6rem;--section-padding: 4rem}.container{padding:0 1.8rem}}@media screen and (max-width: 768px){:root{--h1-size: 2.5rem;--h2-size: 2rem;--h3-size: 1.4rem;--h4-size: 1.2rem;--section-padding: 3rem;--element-spacing: 1rem}.container{padding:0 1.5rem}.btn{padding:.7rem 1.3rem;font-size:.95rem}}@media screen and (max-width: 480px){:root{--h1-size: 2.2rem;--h2-size: 1.8rem;--h3-size: 1.3rem;--section-padding: 2.5rem}.container{padding:0 1.2rem}}html,body{overflow-x:hidden;max-width:100vw}@media (max-width: 768px){button,a.btn,input[type=button],input[type=submit]{min-height:44px;min-width:44px}button+button,a.btn+a.btn,a.btn+button,button+a.btn{margin-left:8px}input,select,textarea{font-size:16px!important}.navbar{width:100%;max-width:100vw;left:0;right:0}}@media (max-width: 360px){:root{--h1-size: 2rem !important;--h2-size: 1.7rem !important;--h3-size: 1.2rem !important}.container{padding:0 1rem!important}.btn+.btn{margin-top:10px}}@media (max-width: 896px) and (orientation: landscape){.hero{height:auto!important;min-height:450px!important;padding:80px 0!important}.hero-content .title{font-size:calc(var(--h1-size) * .9)!important}.hero .hero-image{max-height:280px!important}.section{padding:calc(var(--section-padding) * .7) 0!important}}@supports (padding-top: env(safe-area-inset-top)){.navbar{padding-top:calc(1.5rem + env(safe-area-inset-top));padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.container{padding-left:calc(1.5rem + env(safe-area-inset-left));padding-right:calc(1.5rem + env(safe-area-inset-right))}.footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}@media (max-width: 768px){.particle,.sparkle,.bubble{display:none!important}.herb{animation-duration:12s!important}}:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{display:flex;flex-direction:column;min-width:320px;min-height:100vh}#root{width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
