.tools-row{display:flex;gap:20px;width:max-content;margin-bottom:20px;padding:5px 0}.tools-row.row-left{animation:scrollRowLeft 60s linear infinite}.tools-row.row-right{animation:scrollRowRight 55s linear infinite}.tools-row:hover{animation-play-state:paused}.tool-card{min-width:240px;max-width:240px;background:#f8f9fa;border-radius:25px;padding:30px 20px;text-align:center;border:1px solid #f0f0f0;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;display:block;position:relative}.tool-card:hover{transform:translateY(-10px);background:#fff;border-color:#00bfa5;box-shadow:0 20px 40px rgba(0,191,165,.15)}.tool-logo{width:70px;height:70px;margin:0 auto 15px;border-radius:18px;overflow:hidden;background:#fff;padding:10px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.tool-logo img{width:100%;height:100%;object-fit:contain}.tool-card h4{font-size:18px;font-weight:800;color:#000;margin-bottom:5px}.tool-card .tool-category{font-size:11px;color:#00bfa5;font-weight:800;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:10px}.tool-card .tool-desc{font-size:13px;color:#666;line-height:1.6}.tool-link-icon{position:absolute;top:15px;right:15px;color:#ddd;font-size:14px;transition:.3s}.tool-card:hover .tool-link-icon{color:#00bfa5}@media (max-width:768px){.tool-card{min-width:200px}}