Thanks a lot for all the replies, it was really helpful!!
Just a few comments for your multisig setup.
All cosigners must be created and backed-up offline, otherwise there is no huge benefit with multisig.
Let's say you have a classic 2-of-3 system where 2 of the 3 cosigners are needed to sign a transaction.
In order for you to be able to send funds you need to have at minimum 2 of the 3 seed phrases and the 3rd XPUB.
Let's say that the cosigners are called A, B, C. Then I would create 3 backups (offline on paper) as follows:
Packet 1: Seed A + XPUB B
Packet 2: Seed B + XPUB C
Packet 3: Seed C + XPUB A
If you lose one of the packets then you can still recover your wallet because you will have the 2 seeds and the 3rd xpub.
If a thief steals one of the backups, they can't do anything. They won't even be able to monitor your transactions, since they will not have all the necessary XPUBs.
Keep in mind that the XPUBs are super important. If you only have 2 seeds and not the third XPUB, your wallet is lost forever.
All the packets need to be stored in separate places of course. Otherwise, there is no benefit at all.
Finally, avoid silly mistakes, like putting the seed on a device that is connected to the internet, or maintaining backups at the same place.
Multisig is in general the safest option, but if you make mistakes, then it won't help you more than a singlesig wallet. In general, human error is the only enemy here. If you have any question or hesitation ask here in this forum and make sure to "learn" before you "act". No rush!