Service idea is simple
Deposit savings amount , handler takes 1% and deposits the rest to desired wallet with attached nlock.
They say this service is not recommend for long durations of time due to potential blockchain changes possibly locking you out of your BTC forever.
There is no possibility for coins to be locked out because it is part of the consensus. It is not recommended, having large lock time in transaction level by using nLockTime field, as not only Miners are prohibited from including the transaction in the blockchain by consensus rules, nodes do not keep track of it, even broadcast it, once they are implemented conveniently, so, it would be either the creator or the receiver's responsibility to keep the source of the txn safe and secure until it
matures, an annoying situation.
Transaction level lock time is a very important feature and one of the smartest ones in Bitcoin, with interesting use cases which otherwise are very hard if not impossible to provide, e.g:
A simple digital will
You could pass your coins to your heir(s) by locking them in a transaction which distributes your balance between them according to your wish, giving copies to your lawyer and/or heir(s). As the transaction nLockTime field is set to like a year later, nobody could relay it to the network and if hopefully you are not passed away, before the lock time arrives you can spend the inputs by a normal transaction and renew the process forthe next year and so on.
A proof of commitment and affordability
To show her commitment and financial strength to her contractor, Bob, Alice pays some coins to him with a time lock set for a while after the project's dead time. In this scenario, keeping an eye on the blockchain, Bob remains confident enough that if everything goes well there is some money for his compensation and Alice is serious about her order. Meanwhile, Alice has absolute power to make the transaction void by spending at least one of the inputs, which sends a signal to Bob to react properly.
For OP_CHECKLOCKTIMEVERIFY, we are dealing with a totally different feature with its own use cases (most importantly HTLC), it is definitively not an alternative to nLockTime, as here the coins are moved permanently, and it is just a matter of time for the receiver(s) to have access.