:root{--primary-color: #2e7d32;--primary-light: #60ad5e;--primary-dark: #005005;--text-color: #333;--bg-color: #fff;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 3rem;--border-radius: 8px;--shadow: 0 4px 6px rgba(0,0,0,.1);--transition: transform .3s ease, box-shadow .3s ease;--bg-accent: #f5f7f5;--bg-alt-color: #f0f5f0;--text-light: #666;--spacing-xs: .5rem;--spacing-xl: 4rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}section[id]{scroll-margin-top:5rem}:global(body.banner-shown) section[id]{scroll-margin-top:8rem}@media(max-width:480px){:global(body.banner-shown) section[id]{scroll-margin-top:7.5rem}}body{font-family:Ubuntu,Segoe UI,Roboto,Oxygen,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.7;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-sm);line-height:1.3;color:var(--text-color);font-family:Ubuntu,Segoe UI,Roboto,Oxygen,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:500}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:var(--spacing-sm)}section{padding:var(--spacing-lg) 0}.section-title{text-align:center;margin-bottom:var(--spacing-lg);position:relative}.section-title:after{content:"";display:block;width:80px;height:3px;background-color:var(--primary-color);margin:var(--spacing-xs) auto}.hero{background-color:var(--bg-accent);padding:var(--spacing-xl) 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:var(--spacing-sm);color:var(--primary-dark)}.hero p{max-width:800px;margin:0 auto var(--spacing-md);font-size:1.2rem;color:var(--text-light)}.card{background:var(--bg-color);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:var(--spacing-md);margin-bottom:var(--spacing-md);transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--spacing-md)}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;font-weight:500;text-align:center;transition:background-color .3s;border:none;cursor:pointer}.btn:hover{background-color:var(--primary-dark)}.feature-icon{background-color:var(--bg-accent);width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--primary-color);margin-bottom:var(--spacing-sm)}.header-offset{padding-top:4rem}.small-logo{width:30px;height:30px}.product-image-container{margin-bottom:var(--spacing-lg)!important;border-radius:var(--border-radius, 12px)!important;overflow:hidden!important;display:flex!important;justify-content:center!important;align-items:center!important;background-color:#f8f9fa!important;min-height:200px!important;max-height:500px!important;width:100%!important}.product-image-container .optimized-image-container{width:100%!important;display:block!important;position:relative!important}.product-image-container .optimized-image{width:100%!important;height:auto!important;max-width:100%!important;max-height:500px!important;object-fit:contain!important;object-position:center!important;display:block!important}@media(min-width:1024px){.product-image-container{min-height:250px!important;max-height:600px!important}.product-image-container .optimized-image{max-height:600px!important}}@media(max-width:768px){.product-image-container{min-height:180px!important;max-height:400px!important}.product-image-container .optimized-image{max-height:400px!important}}@media(max-width:480px){.product-image-container{min-height:150px!important;max-height:300px!important;margin-bottom:var(--spacing-md)!important}.product-image-container .optimized-image{max-height:300px!important}}@media(max-width:768px){.grid{grid-template-columns:1fr}.hero h1{font-size:2.5rem}section{padding:var(--spacing-md) 0}}.download-banner.svelte-1aab2xy{position:fixed;top:0;left:0;right:0;background-color:#fff;color:#333;padding:10px 20px;z-index:999;box-shadow:0 2px 5px #0000001a;border-bottom:1px solid #e0e0e0}.banner-content.svelte-1aab2xy{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:10px}.banner-text.svelte-1aab2xy{flex:1;font-size:.9rem}.banner-buttons.svelte-1aab2xy{display:flex;gap:10px;align-items:center}.btn.svelte-1aab2xy{padding:6px 12px;border:1px solid #2e7d32;color:#2e7d32;background:transparent;border-radius:4px;text-decoration:none;font-size:.8rem;transition:all .3s ease}.btn.svelte-1aab2xy:hover{background-color:#f0f7f0;color:#1b5e20}.close-btn.svelte-1aab2xy{background:none;border:none;color:#777;font-size:1.2rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-left:10px}.close-btn.svelte-1aab2xy:hover{color:#333;background:none}@media(max-width:768px){.banner-content.svelte-1aab2xy{flex-direction:row;align-items:center}.banner-text.svelte-1aab2xy{flex:1;font-size:.8rem}.banner-buttons.svelte-1aab2xy{gap:5px}.btn.svelte-1aab2xy{padding:5px 10px;font-size:.75rem}.close-btn.svelte-1aab2xy{margin-left:5px}}@media(max-width:480px){.download-banner.svelte-1aab2xy{padding:8px 12px}.banner-content.svelte-1aab2xy{gap:5px}.banner-text.svelte-1aab2xy{font-size:.75rem}.banner-buttons.svelte-1aab2xy{gap:4px}.btn.svelte-1aab2xy{padding:4px 8px;font-size:.7rem}.close-btn.svelte-1aab2xy{width:20px;height:20px;font-size:1rem}}header.svelte-12qhfyh{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;z-index:100;top:0;transition:top .3s ease}.banner-shown header.svelte-12qhfyh{top:60px}@media(max-width:480px){.banner-shown header.svelte-12qhfyh{top:56px}}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo.svelte-12qhfyh{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#2e7d32}.nav-links.svelte-12qhfyh{display:flex;list-style:none;margin:0;padding:0}.nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-left:1.5rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#2e7d32}.nav-toolbox-btn.svelte-12qhfyh{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:.5rem 1rem;border-radius:20px;font-weight:600;transition:all .3s ease}.nav-toolbox-btn.svelte-12qhfyh:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.nav-qr-btn.svelte-12qhfyh{background:linear-gradient(135deg,#2e7d32,#43a047);color:#fff!important;padding:.5rem 1rem;border-radius:20px;font-weight:600;transition:all .3s ease}.nav-qr-btn.svelte-12qhfyh:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2e7d324d}main.svelte-12qhfyh{padding-top:4rem;min-height:calc(100vh - 12rem)}footer.svelte-12qhfyh{background-color:#f5f5f5;padding:3rem 0 1rem;margin-top:3rem}.footer-content.svelte-12qhfyh{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer-logo.svelte-12qhfyh,.footer-links.svelte-12qhfyh,.footer-legal.svelte-12qhfyh,.footer-contact.svelte-12qhfyh{flex:1;min-width:200px;margin-bottom:1rem}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh),.footer-legal.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;padding:0}.footer-links.svelte-12qhfyh li:where(.svelte-12qhfyh),.footer-legal.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:.5rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh),.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:#333;transition:color .3s}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#2e7d32}.footer-bottom.svelte-12qhfyh{border-top:1px solid #ddd;padding-top:1rem;text-align:center;font-size:.9rem}.btn.svelte-12qhfyh{background-color:#2e7d32;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s}.btn.svelte-12qhfyh:hover{background-color:#1b5e20}.mobile-menu-btn.svelte-12qhfyh{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0}.hamburger-line.svelte-12qhfyh{width:25px;height:3px;background-color:#333;transition:.3s;transform-origin:1px}.mobile-menu-overlay.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}.mobile-menu.svelte-12qhfyh{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 10px 25px #0003;max-width:90%;width:300px}.mobile-menu-title.svelte-12qhfyh{margin:0 0 1.5rem;font-size:1.25rem;color:#2e7d32;text-align:center}.mobile-nav-links.svelte-12qhfyh{list-style:none;margin:0;padding:0}.mobile-nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:1rem}.mobile-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.75rem 1rem;text-decoration:none;color:#333;font-weight:500;border-radius:4px;transition:background-color .3s}.mobile-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:#f0f5f0;color:#2e7d32}.mobile-nav-links.svelte-12qhfyh .nav-toolbox-btn:where(.svelte-12qhfyh){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;margin:.5rem 0;text-align:center;font-weight:600}.mobile-nav-links.svelte-12qhfyh .nav-toolbox-btn:where(.svelte-12qhfyh):hover{background:linear-gradient(135deg,#5a6fd8,#6b4aa0);color:#fff!important}.mobile-nav-links.svelte-12qhfyh .nav-qr-btn:where(.svelte-12qhfyh){background:linear-gradient(135deg,#2e7d32,#43a047);color:#fff!important;margin:.5rem 0;text-align:center;font-weight:600}.mobile-nav-links.svelte-12qhfyh .nav-qr-btn:where(.svelte-12qhfyh):hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff!important}@media(max-width:768px){.nav-links.svelte-12qhfyh{display:none}.mobile-menu-btn.svelte-12qhfyh{display:flex}.footer-content.svelte-12qhfyh{flex-direction:column}.footer-logo.svelte-12qhfyh,.footer-links.svelte-12qhfyh,.footer-legal.svelte-12qhfyh,.footer-contact.svelte-12qhfyh{width:100%;margin-bottom:1.5rem}}
