ok, let's try this:
from the recovery screen, if you press shift+F10 keys, are you able to bring up a command prompt?
if so, try to wipe your SSD:
once in command prompt type
diskpart
then on diskpart type
list disk
take note of the correct disk ID to erase
type
select disk x
(x is the ID of your HDD to erase)
type
clean all
type exit
it will take some minutes and up to 1 hour to do it, so be patient.