@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap";.main-header[data-v-ccae01cf]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--header-bg);border-bottom:1px solid var(--glass-border);left:0;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.main-header.scrolled[data-v-ccae01cf]{box-shadow:0 4px 20px #0000001a;padding:.5rem 0}.header-content[data-v-ccae01cf]{align-items:center;display:flex;justify-content:space-between}.nav-logo[data-v-ccae01cf]{height:60px;transition:height .3s ease}.scrolled .nav-logo[data-v-ccae01cf]{height:45px}.nav-links[data-v-ccae01cf]{align-items:center;display:flex;gap:2rem}.nav-links a[data-v-ccae01cf]{color:var(--text-main);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a[data-v-ccae01cf]:hover{color:var(--primary)}.theme-toggle[data-v-ccae01cf]{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-main);cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.5rem;transition:transform .3s ease}.theme-toggle[data-v-ccae01cf]:hover{transform:scale(1.1)}.hero[data-v-ccae01cf]{align-items:center;background-color:var(--bg-darker);display:flex;height:60vh;justify-content:center;padding-top:80px;text-align:center}.hero-logo-main[data-v-ccae01cf]{height:120px;margin-bottom:2rem}.hero-text h1[data-v-ccae01cf]{font-size:3.5rem;line-height:1.3;margin-bottom:1rem;padding-bottom:.5rem}.hero-text p[data-v-ccae01cf]{color:var(--text-muted);font-size:1.2rem;margin:0 auto 2.5rem;max-width:600px}.hero-actions[data-v-ccae01cf]{display:flex;gap:1.5rem;justify-content:center}.btn-secondary[data-v-ccae01cf]{background-color:transparent;border:2px solid var(--primary);border-radius:.5rem;color:var(--text-main);display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.btn-secondary[data-v-ccae01cf]:hover{background-color:var(--primary);color:#fff}.header-actions[data-v-ccae01cf]{align-items:center;display:flex;gap:1.5rem}.mobile-nav-toggle[data-v-ccae01cf]{cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-between;width:30px}.mobile-nav-toggle span[data-v-ccae01cf]{background-color:var(--text-main);display:block;height:3px;transition:all .3s ease;width:100%}.mobile-nav-toggle span.open[data-v-ccae01cf]:first-child{transform:translateY(8.5px) rotate(45deg)}.mobile-nav-toggle span.open[data-v-ccae01cf]:nth-child(2){opacity:0}.mobile-nav-toggle span.open[data-v-ccae01cf]:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.mobile-menu[data-v-ccae01cf]{align-items:center;background:var(--bg-darker);display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:999}.mobile-menu.active[data-v-ccae01cf]{opacity:1;pointer-events:all}.mobile-menu a[data-v-ccae01cf]{color:var(--text-main);font-family:Playfair Display,serif;font-size:2rem;text-decoration:none}.mobile-only[data-v-ccae01cf]{display:none}@media(max-width:768px){.desktop-only[data-v-ccae01cf]{display:none}.mobile-only[data-v-ccae01cf]{display:flex}.hero-text h1[data-v-ccae01cf]{font-size:2.2rem}.hero[data-v-ccae01cf]{height:auto;min-height:60vh;padding-bottom:3rem;padding-top:100px}.hero-logo-main[data-v-ccae01cf]{height:80px;margin-bottom:1.5rem}}.grid[data-v-21f9f1ae]{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.section-title[data-v-21f9f1ae]{font-size:2.5rem;margin-bottom:1rem}.divider[data-v-21f9f1ae]{background-color:var(--primary);height:4px;margin-bottom:2rem;width:60px}.about-text p[data-v-21f9f1ae]{color:var(--text-muted);font-size:1.1rem;margin-bottom:1.5rem}.img-rounded[data-v-21f9f1ae]{border-radius:1.5rem;box-shadow:0 20px 40px #0000004d;width:100%}.stats[data-v-21f9f1ae]{display:flex;gap:2rem;margin-top:3rem}.stat-item[data-v-21f9f1ae]{display:flex;flex-direction:column}.stat-num[data-v-21f9f1ae]{color:var(--primary-light);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.stat-label[data-v-21f9f1ae]{color:var(--text-muted);font-size:.875rem;letter-spacing:1px;text-transform:uppercase}@media(max-width:768px){.grid[data-v-21f9f1ae]{grid-template-columns:1fr}.stats[data-v-21f9f1ae]{flex-wrap:wrap;gap:1.5rem}}.bg-alt[data-v-a76c582b]{background-color:var(--bg-dark)}.text-center[data-v-a76c582b]{text-align:center}.section-subtitle[data-v-a76c582b]{color:var(--text-muted);margin-bottom:4rem}.product-grid[data-v-a76c582b]{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.product-card[data-v-a76c582b]{text-align:left}.card-image[data-v-a76c582b]{border-radius:.5rem;height:200px;margin-bottom:1.5rem;overflow:hidden}.card-image img[data-v-a76c582b]{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s;width:100%}.product-card:hover .card-image img[data-v-a76c582b]{transform:scale(1.1)}.product-card h3[data-v-a76c582b]{color:var(--primary-light);margin-bottom:1rem}.product-card p[data-v-a76c582b]{color:var(--text-muted);font-size:.95rem}.offer-banner[data-v-07d63bfa]{background:linear-gradient(135deg,rgba(40,162,48,.1),var(--bg-dark));border-color:var(--primary);display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;padding:0}.offer-content[data-v-07d63bfa]{padding:4rem}.badge[data-v-07d63bfa]{background-color:var(--primary);border-radius:99px;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:.25rem 1rem}.offer-content h2[data-v-07d63bfa]{font-size:3rem;margin:1.5rem 0}.price[data-v-07d63bfa]{color:var(--primary-light);font-size:4rem;font-weight:800;margin-bottom:2rem}.price small[data-v-07d63bfa]{font-size:1.5rem;font-weight:400}.details ul[data-v-07d63bfa]{list-style:none;margin:2rem 0}.details li[data-v-07d63bfa]{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.details li[data-v-07d63bfa]:before{color:var(--primary-light);content:"✓";font-weight:700;left:0;position:absolute}.cta-box[data-v-07d63bfa]{background:var(--glass);border:1px solid var(--glass-border);border-radius:.5rem;margin-top:2rem;padding:1.5rem}.cta-box p[data-v-07d63bfa],.cta-box strong[data-v-07d63bfa]{color:var(--text-main)}.cta-box a[data-v-07d63bfa]{color:var(--primary-light);font-weight:700}.offer-image img[data-v-07d63bfa]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:992px){.offer-banner[data-v-07d63bfa]{grid-template-columns:1fr}.offer-content[data-v-07d63bfa]{padding:2rem}.offer-image[data-v-07d63bfa]{height:300px}}.text-center[data-v-2f97920e]{text-align:center}.grid[data-v-2f97920e]{display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:4rem}.contact-info h3[data-v-2f97920e]{color:var(--primary-light);margin-bottom:.5rem}.address[data-v-2f97920e]{color:var(--text-muted);font-style:italic;margin-bottom:2rem}.contact-people[data-v-2f97920e]{display:grid;gap:2rem}.person h4[data-v-2f97920e]{margin-bottom:.5rem}.person p[data-v-2f97920e]{color:var(--text-muted);margin-bottom:.25rem}.person a[data-v-2f97920e]{color:var(--text-main);font-weight:500;text-decoration:none}.person a[data-v-2f97920e]:hover{color:var(--primary-light)}.sub[data-v-2f97920e]{border-top:1px solid var(--glass-border);font-size:.9rem;padding-top:1rem}.img-rounded[data-v-2f97920e]{border-radius:1rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:768px){.grid[data-v-2f97920e]{grid-template-columns:1fr}}:root{--primary:#28a230;--primary-light:#32cd32;--bg-darker:#0b0f19;--bg-dark:#111827;--text-main:#f9fafb;--text-muted:#9ca3af;--accent:#d97706;--glass:hsla(0,0%,100%,.05);--glass-border:hsla(0,0%,100%,.1);--header-bg:rgba(11,15,25,.8)}[data-theme=light]{--bg-darker:#f9fafb;--bg-dark:#fff;--text-main:#111827;--text-muted:#4b5563;--glass:rgba(0,0,0,.05);--glass-border:rgba(0,0,0,.1);--header-bg:rgba(249,250,251,.8)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-darker);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;transition:background-color .3s ease,color .3s ease}h1,h2,h3{font-family:Playfair Display,serif;font-weight:700}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:6rem 0}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.btn-primary{background-color:var(--primary);border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:background-color .3s ease}.btn-primary:hover{background-color:var(--primary-light)}.text-gradient{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bg-alt{background-color:var(--bg-dark)}.app-container[data-v-a7e4c939]{overflow-x:hidden}.main-footer[data-v-a7e4c939]{background-color:var(--bg-dark);border-top:1px solid var(--glass-border);padding:3rem 0;text-align:center}.main-footer p[data-v-a7e4c939]{color:var(--text-muted);font-size:.9rem}
