*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #c8860d;--secondary-color: #b8770a;--accent-color: #d4af37;--text-dark: #1f2937;--text-light: #6b7280;--white: #ffffff;--background-light: #f8f6f0;--background-cream: #faf8f2;--shadow: rgba(0, 0, 0, .1);--dark-bg: #2c3e50}html{scroll-behavior:smooth}body{font-family:Georgia,Times New Roman,serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;box-shadow:0 2px 20px var(--shadow)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:120px}.logo-img{height:100px;width:auto;object-fit:contain;transition:all .3s ease}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1rem;transition:all .3s ease;position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.banner{height:100vh;margin-top:140px;background:linear-gradient(135deg,#d8d6d0,#e0e0e0);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.banner:before{content:"";position:absolute;top:10%;right:5%;width:200px;height:200px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 180 Q90 160 85 140 Q80 120 75 100 Q70 80 80 60 Q90 40 100 20' stroke='%234a7c59' stroke-width='2' fill='none' opacity='0.1'/%3E%3Cellipse cx='70' cy='50' rx='15' ry='25' fill='%237cb342' fill-opacity='0.08' transform='rotate(-30 70 50)'/%3E%3Cellipse cx='85' cy='80' rx='18' ry='28' fill='%238bc34a' fill-opacity='0.08' transform='rotate(20 85 80)'/%3E%3Cellipse cx='95' cy='110' rx='16' ry='26' fill='%237cb342' fill-opacity='0.08' transform='rotate(-15 95 110)'/%3E%3Cellipse cx='105' cy='140' rx='17' ry='27' fill='%238bc34a' fill-opacity='0.08' transform='rotate(25 105 140)'/%3E%3Cellipse cx='115' cy='60' rx='14' ry='24' fill='%237cb342' fill-opacity='0.08' transform='rotate(45 115 60)'/%3E%3Cellipse cx='125' cy='90' rx='16' ry='25' fill='%238bc34a' fill-opacity='0.08' transform='rotate(-20 125 90)'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;z-index:1;opacity:.15}.banner:after{content:"";position:absolute;bottom:15%;left:8%;width:150px;height:150px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 180 Q90 160 85 140 Q80 120 75 100 Q70 80 80 60 Q90 40 100 20' stroke='%234a7c59' stroke-width='2' fill='none' opacity='0.08'/%3E%3Cellipse cx='70' cy='50' rx='15' ry='25' fill='%237cb342' fill-opacity='0.06' transform='rotate(-30 70 50)'/%3E%3Cellipse cx='85' cy='80' rx='18' ry='28' fill='%238bc34a' fill-opacity='0.06' transform='rotate(20 85 80)'/%3E%3Cellipse cx='95' cy='110' rx='16' ry='26' fill='%237cb342' fill-opacity='0.06' transform='rotate(-15 95 110)'/%3E%3Cellipse cx='105' cy='140' rx='17' ry='27' fill='%238bc34a' fill-opacity='0.06' transform='rotate(25 105 140)'/%3E%3Cellipse cx='115' cy='60' rx='14' ry='24' fill='%237cb342' fill-opacity='0.06' transform='rotate(45 115 60)'/%3E%3Cellipse cx='125' cy='90' rx='16' ry='25' fill='%238bc34a' fill-opacity='0.06' transform='rotate(-20 125 90)'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;z-index:1;opacity:.12;transform:rotate(-15deg)}.banner-overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.banner-image{flex:1;display:flex;align-items:center;justify-content:center;padding-right:2rem}.banner-image img{width:100%;height:auto;max-height:500px;object-fit:contain;display:block;margin:0 auto}.banner-content{flex:1;text-align:left;color:var(--text-dark);max-width:600px;padding:2rem;animation:fadeInUp 1s ease;z-index:3;position:relative}.banner-title{font-size:1.2rem;font-weight:500;color:var(--text-light);margin-bottom:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:1px}.banner-subtitle{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.leaf-icon{width:40px;height:24px;margin-right:8px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.banner-main-title{font-size:4rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;line-height:1.5}.banner-description{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.banner-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:150px}.btn-primary{background:var(--primary-color);color:var(--white);border:2px solid var(--primary-color)}.btn-primary:hover{background:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 10px 25px #c8860d4d}.btn-secondary{background:transparent;color:var(--text-dark);border:2px solid var(--text-dark)}.btn-secondary:hover{background:var(--text-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 10px 25px #1f29374d}.features-section{background:#1a252f;padding:4rem 0;color:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#ffffff1a;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-5px);background:#ffffff26}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-icon img.icon-img{width:60px;height:60px;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2));transition:transform .3s ease}.feature-card:hover .feature-icon img.icon-img{transform:scale(1.1)}.feature-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--white)}.feature-description{font-size:.95rem;color:#fffc;line-height:1.5}.section{padding:5rem 0;background:var(--background-cream)}.section:nth-child(2n){background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-text{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.8}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}}@media screen and (max-width: 480px){.products-grid{gap:1rem}}.product-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:1px solid rgba(200,134,13,.1)}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.product-image{width:100%;height:250px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;padding:10px}.product-image-alt{width:100%;height:220px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:15px}.product-image-alt img{max-width:100%;max-height:100%;object-fit:contain;width:auto;height:auto}.product-card:hover .product-image img{transform:scale(1.05)}.product-title{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin:1.5rem 1.5rem 1rem;text-align:left}.product-description{font-size:.95rem;color:var(--text-light);line-height:1.6;margin:0 1.5rem 1.5rem;text-align:left}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}@media screen and (max-width: 1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:1rem}}footer{background:#2c3e50;color:var(--white);padding:3rem 0 2rem;margin:0;width:100%;box-sizing:border-box}footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}footer .container>div:first-child{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}footer .container>div:first-child>div{text-align:left}footer .container>div:first-child>div:first-child{text-align:left}footer a{color:#fffc;text-decoration:none;transition:color .3s ease;display:block;margin-bottom:.8rem}footer a:hover{color:var(--accent-color)!important}footer h3{color:var(--white);margin-bottom:1.5rem;font-size:1.4rem}footer p{color:#fffc;margin:0;line-height:1.6}footer .container>div:last-child{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center}footer .container>div:last-child p{color:#fff9;margin:0}@media screen and (max-width: 768px){footer .container>div:first-child{grid-template-columns:1fr;gap:2rem;text-align:center}footer .container>div:first-child>div{text-align:center}footer{padding:2rem 0 1.5rem}}html,body{margin:0;padding:0}footer{position:relative;clear:both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.banner{margin-top:100px;background-attachment:scroll;height:auto;min-height:100vh;padding:2rem 0}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px var(--shadow);padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.banner-main-title{font-size:2.5rem}.banner-description{font-size:1.1rem}.banner-buttons{flex-direction:column;align-items:flex-start}.btn{width:200px}.section-title{font-size:2rem}.nav-container{padding:0 1rem;height:100px}.container{padding:0 1rem}.logo-img{height:80px}.banner-content{text-align:center;max-width:100%;padding:1rem}.banner-buttons{justify-content:center;align-items:center}.banner-overlay{flex-direction:column;justify-content:center;padding:1rem}.banner-image{padding-right:0;margin-bottom:2rem}.banner-image img{max-height:300px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.feature-card{padding:1.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.product-title{font-size:1.2rem;margin:1rem 1rem .5rem}.product-description{font-size:.9rem;margin:0 1rem 1rem}}@media screen and (max-width: 480px){.banner{margin-top:90px}.banner-main-title{font-size:2rem}.banner-description{font-size:1rem}.nav-logo h2{font-size:1.5rem}.logo-img{height:70px}.nav-container{height:90px}}@media screen and (min-width: 1200px){.banner{margin-top:140px}.logo-img{height:120px}.nav-container{height:140px}}
