.ProductsOverview_productsSection__5YPpb{background-color:var(--background-light);padding:6rem 0 4rem;min-height:100vh}.ProductsOverview_productCard__xzU4v{display:block;text-decoration:none;color:inherit;height:100%;transition:transform .3s ease}.ProductsOverview_productCard__xzU4v:hover{text-decoration:none;color:inherit;transform:translateY(-5px)}.ProductsOverview_cardContent__euZrQ{background-color:var(--white);border-radius:15px;padding:2rem;height:100%;box-shadow:0 8px 30px rgba(0,0,0,.05);transition:box-shadow .3s ease;display:flex;flex-direction:column}.ProductsOverview_productCard__xzU4v:hover .ProductsOverview_cardContent__euZrQ{box-shadow:0 15px 35px rgba(0,0,0,.1)}.ProductsOverview_imageWrapper__ao7eD{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background-color:var(--background-light);border-radius:10px}.ProductsOverview_productImage__RWlCp{max-width:150px;max-height:150px;object-fit:contain}.ProductsOverview_productTitle__QQAO7{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.ProductsOverview_productDescription__fyLWE{color:#6c757d;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.ProductsOverview_featuresList__xJ0nc{list-style:none;padding:0;margin:0 0 1.5rem}.ProductsOverview_featuresList__xJ0nc li{color:#495057;font-size:.95rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.ProductsOverview_featuresList__xJ0nc li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.ProductsOverview_learnMore__eHXfZ{color:var(--primary-color);font-weight:600;text-align:center;padding-top:1rem;border-top:1px solid #dee2e6;transition:color .3s ease}.ProductsOverview_productCard__xzU4v:hover .ProductsOverview_learnMore__eHXfZ{color:var(--complementary-color)}