*{box-sizing:border-box;margin:0;padding:0}.container{margin:0 auto;max-width:1000px;padding:0 20px}.product-family-section{background:#fff;padding:80px 0}.family-header{margin-bottom:60px;text-align:center}.family-header h2{color:#1a1a1a;line-height:1.2;margin-bottom:0}.products-list{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:800px}.product-item{align-items:flex-start;display:flex;gap:32px;padding:24px 0}.product-link,.product-link-wrapper{align-items:flex-start;color:inherit;display:flex;gap:32px;text-decoration:none;width:100%}.product-link:active,.product-link:hover,.product-link:visited{color:inherit;text-decoration:none}.product-number{align-items:center;border-radius:16px;display:flex;flex-shrink:0;height:80px;justify-content:center;position:relative;width:80px}.product-number span{color:#fff;font-family:Montserrat,sans-serif;font-size:32px;font-weight:700;line-height:1}.product-item:first-child .product-number{background:#edf9f7;color:#00b387}.product-item:nth-child(2) .product-number{background:#d6f5eb;color:#00b387}.product-item:nth-child(3) .product-number{background:#b1ecdb}.product-item:first-child .product-number span,.product-item:nth-child(2) .product-number span,.product-item:nth-child(3) .product-number span{color:#00b387}.product-item:nth-child(4) .product-number{background:#86e0c7}.product-item:nth-child(5) .product-number{background:#57d6b7}.product-item:nth-child(6) .product-number{background:#00cba2}.product-item:nth-child(7) .product-number{background:#00b387}.product-content{flex:1;padding-top:8px}.product-content h3{color:#1a1a1a;line-height:1.3;margin-bottom:12px}.product-content p{color:#666;line-height:1.6;margin-bottom:0}.product-item{border-radius:16px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{background:rgba(249,250,251,.8);box-shadow:0 4px 20px rgba(0,0,0,.08)}.product-item:hover .product-number{box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-link:hover .product-content h3,.product-link:hover .product-content p{color:inherit}.product-item{opacity:0;transition:opacity .6s ease,transform .6s ease}.product-item.animate-in{opacity:1;transform:translateY(0)}@media (max-width:768px){.product-family-section{padding:60px 0}.family-header{margin-bottom:40px}.family-header h2{font-size:28px}.products-list{gap:20px}.product-item{gap:20px;padding:20px 0}.product-link,.product-link-wrapper{gap:20px}.product-number{border-radius:12px;height:60px;width:60px}.product-number span{font-size:24px}.product-content h3{font-size:18px}.product-content p{font-size:15px}}@media (max-width:480px){.container{padding:0 16px}.product-family-section{padding:40px 0}.family-header h2{font-size:24px}.product-item{gap:16px;padding:16px 0}.product-link,.product-link-wrapper{gap:16px}.product-number{border-radius:10px;height:50px;width:50px}.product-number span{font-size:20px}.product-content h3{font-size:16px;margin-bottom:8px}.product-content p{font-size:14px}.product-item:hover{transform:translateX(4px)}}