.page_container__uip39{position:relative;width:100%;min-height:100vh;background:var(--background);padding:0 0 4rem;overflow:hidden;pointer-events:auto}.page_heroSection__JEYU0{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hero-color) 0,#1a1a1a 100%);overflow:hidden}.page_heroSection__JEYU0:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0,transparent 50%);animation:page_pulse__wtgPO 8s ease-in-out infinite}@keyframes page_pulse__wtgPO{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.page_heroContent__8TAH_{position:relative;z-index:2;text-align:center;max-width:800px;width:100%;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.page_title__ZZ8di{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:.5rem;background:linear-gradient(90deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page_subtitle__myxzK{font-size:1.25rem;line-height:1.4;color:rgba(255,255,255,.8);margin-bottom:.5rem}.page_scrollIndicator__6VLcX{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem}.page_scrollText__vUu10{display:flex;gap:.25rem;font-size:.75rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1px}.page_scrollLine__wHr20{width:2px;height:30px;background:linear-gradient(180deg,rgba(255,255,255,.6),transparent);animation:page_scrollLine__wHr20 2s ease-in-out infinite}@keyframes page_scrollLine__wHr20{0%{transform:translateY(0);opacity:0}50%{opacity:1}to{transform:translateY(20px);opacity:0}}.page_productsSection__4_RIk{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:4rem 0}@keyframes page_fadeInUp__YrBGK{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.page_title__ZZ8di{font-size:3.5rem}.page_subtitle__myxzK{font-size:1.25rem}.page_productsSection__4_RIk{padding:4rem 0}}@media (max-width:768px){.page_heroSection__JEYU0{height:80vh}.page_title__ZZ8di{font-size:2.5rem;line-height:1.2;margin-bottom:.25rem}.page_subtitle__myxzK{font-size:1.1rem;line-height:1.4;margin-bottom:.25rem}.page_scrollIndicator__6VLcX{bottom:.25rem}}@media (max-width:480px){.page_heroSection__JEYU0{height:70vh}.page_title__ZZ8di{font-size:2rem;line-height:1.2;margin-bottom:.25rem}.page_subtitle__myxzK{font-size:1rem;line-height:1.4;margin-bottom:.25rem}.page_scrollIndicator__6VLcX{bottom:.25rem}}.ProductsContent_productsContainer__LSKYs{position:relative;max-width:1400px;width:100%;margin:0 auto;padding:.75rem 2rem;display:flex;flex-direction:column;box-sizing:border-box;background:transparent;color:var(--foreground)}.ProductsContent_productsGrid__Cnd8i{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;width:100%;margin:0;padding:0;box-sizing:border-box}.ProductsContent_productCard__LrkGG{position:relative;background:rgba(255,255,255,.15);border-radius:1.5rem;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ProductsContent_productCard__LrkGG:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.1)}.ProductsContent_productCard__LrkGG.ProductsContent_active__8Tvp1{transform:translateY(-10px) scale(1.02)}.ProductsContent_productImage__H9E6F{position:relative;width:100%;height:250px;overflow:hidden}.ProductsContent_productImage__H9E6F img{width:100%;height:100%;object-fit:cover}.ProductsContent_productCard__LrkGG:hover .ProductsContent_productImage__H9E6F img{transform:none}.ProductsContent_imageOverlay___U2o3{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7));opacity:0;transition:opacity .3s ease}.ProductsContent_productCard__LrkGG:hover .ProductsContent_imageOverlay___U2o3{opacity:0}.ProductsContent_productInfo__8FLdj{padding:2rem;position:relative;z-index:1}.ProductsContent_productHeader__4NLAd{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.ProductsContent_productTitle__u6tOq{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.ProductsContent_productCategories__RXKkZ{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.ProductsContent_productCategory__7lv_A{font-size:.75rem;padding:.25rem .75rem;border-radius:1rem;background:var(--product-color);color:#ffffff;font-weight:500;white-space:nowrap}.ProductsContent_productDescription__h3J9w{font-size:1rem;line-height:1.5;margin-bottom:1rem;color:var(--foreground)}.ProductsContent_productFeatures__fHt9u{display:flex;flex-wrap:wrap;gap:.5rem}.ProductsContent_feature__jFfZw{display:inline-block;padding:.25rem .75rem;background:rgba(255,255,255,.1);border-radius:1rem;font-size:.875rem;margin-right:.5rem;margin-bottom:.5rem;color:var(--foreground)}.ProductsContent_feature__jFfZw:hover{background:var(--product-color);color:#ffffff;transform:translateY(-2px)}@media (max-width:1024px){.ProductsContent_productsGrid__Cnd8i{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.ProductsContent_filters__PZUsm{padding:0 .5rem}.ProductsContent_filterTitle__8Py84{font-size:1.75rem}.ProductsContent_categoryFilters__FQBuH{gap:.75rem}.ProductsContent_categoryFilter__hVkCD{padding:.5rem 1.5rem;font-size:.875rem}}@media (max-width:768px){.ProductsContent_productsGrid__Cnd8i{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.ProductsContent_productImage__H9E6F{height:200px}.ProductsContent_productInfo__8FLdj{padding:1.5rem}.ProductsContent_filters__PZUsm{margin-bottom:2rem}.ProductsContent_filterTitle__8Py84{font-size:1.5rem}.ProductsContent_categoryFilters__FQBuH{gap:.5rem}.ProductsContent_categoryFilter__hVkCD{padding:.5rem 1.25rem;font-size:.875rem}}@media (max-width:950px){.ProductsContent_productsContainer__LSKYs{padding:1rem 2rem}}@media (max-width:480px){.ProductsContent_productsGrid__Cnd8i{grid-template-columns:1fr}.ProductsContent_productImage__H9E6F{height:280px}.ProductsContent_productImage__H9E6F img{object-position:left center!important}.ProductsContent_productInfo__8FLdj{padding:1.25rem}.ProductsContent_filters__PZUsm{margin-bottom:1.5rem}.ProductsContent_filterTitle__8Py84{font-size:1.25rem}.ProductsContent_categoryFilters__FQBuH{gap:.5rem;justify-content:flex-start}.ProductsContent_categoryFilter__hVkCD{padding:.5rem 1rem;font-size:.75rem}.ProductsContent_productsContainer__LSKYs{padding:.75rem 1rem}}.ProductsContent_filters__PZUsm{padding:0 1rem;position:relative;max-width:1400px;width:100%;margin:0 auto 3rem}.ProductsContent_filterTitle__8Py84{font-size:2rem;font-weight:800;color:var(--foreground);margin-bottom:0;text-align:center;position:relative;padding-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.ProductsContent_filterTitle__8Py84:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:var(--product-color);border-radius:4px;box-shadow:0 2px 8px var(--product-color)}.ProductsContent_categoryFilters__FQBuH{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;position:relative;margin-top:1rem}.ProductsContent_categoryFilter__hVkCD{padding:.75rem 2rem;border-radius:2rem;font-size:1rem;font-weight:700;background:rgba(255,255,255,.1);color:var(--foreground);border:2px solid var(--product-color);cursor:pointer;transition:all .3s ease}.ProductsContent_categoryFilter__hVkCD:hover{background:var(--product-color);color:#ffffff;transform:translateY(-2px)}.ProductsContent_categoryFilter__hVkCD.ProductsContent_active__8Tvp1{background:var(--radial-gradient);color:#ffffff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}