Let $a,b,c$ be the nonnegative real numbers such that $a+b+c=1$. Prove that $$\sqrt{a+\frac{(b-c)^2}4}+\sqrt b+\sqrt c\le\sqrt3$$
I first wrote $a$ as $1-b-c$ and substituted it in main inequality $$\sqrt{4(1-b-c)+(b-c)^2}+2\sqrt b+2\sqrt c\le2\sqrt 3$$ I tried to find some relation between this inequality and QAGH inequalities, but I couldn't. Then I come up with an idea to square main inequality several times to cancel square roots and then to reduce it to sum of squares, but I am sure there is a better way to prove it. What is the best way to prove it?