Knowing $x,y,z\ge0$ prove $x^2+xy^2+xyz^2\ge4xyz-4$
I thought that I should rearrange this inequality to be somewhat of the form of Schur's Inequality and WLOG I assumed $x\ge y\ge z$. Trying this way it did bring me out to nowhere so I tried to make some additions and subtractions of $+1,-1$ to factor but it didn't ring any bells.
So I tried this: $$x^2+xy^2+xyz^2\ge4xyz-4$$ $$x^2+xy^2+xyz^2-4xyz+4\ge0$$ $$x^2+xy^2+xyz^2-4xyz+4+4x-4x\ge0$$ $$(x+2)^2+xy^2+xyz^2-4xyz-4x\ge0$$ And while this did create some type of better structure for the problem it still didn't help me as I can't do anything about $xy^2$ or $xyz^2$. What I wanted to achieve with this method was some form of this : $$a(x+y)^2+b(y+z)^2+c(x+z)^2\ge0$$ Which is true as long as the condition set is $x,y,z\ge0$ I haven't tried using any famous inequality yet, but I do believe that I can make something out of this through $AM\ge GM$. Any help is appreciated.