Zend certified PHP/Magento developer

Shipping Rates vs shipping methods

I have a Magento 2.4.5 shop with 3 shipping methods.
I want to give same price to all, but this price will depend on customer shipping zip code.
One price for a set of zip code (SET A), and other price for other set (SET B).
Now, if Order total is bigger than 40,00€, SET A, will have free shipping, and if Order total is bigger than 80,00€, SET B will have a free shipping.

My question is: Can I do this shipping rates csv file? Or do I need to code or install extra module?

Thank you