Trying to derive an elementary bound for Euler totient function $\varphi(n)$ to be $\mathcal{O}(\frac n{\log(\log(n))})$, I thought to prove a weak version of the well-known inequality
$${\displaystyle \varphi (n)>{\frac {n}{e^{\gamma }\;\log \log n+{\frac {3}{\log \log n}}}}\quad {\text{for }}n>2}$$
for large integers $n\in\mathbb{N}$.
Simplest modification of the theorem would be considering
$$n>e^{e^3} \implies 2\log(\log(n))>e^{\gamma }\;\log \log n+{\frac {3}{\log \log n}}$$
And hence deriving $\varphi(n)>\frac{n}{2\log(\log(n))}$.
I was then stuck trying to prove this.
I've reached bounds of other orders in non-analytic methods (such as $\varphi(n)>\frac{6n}{\pi^2(1+\log(n))}$ and $\varphi(n)>\frac n{4\log(n)}$ ) but I've had no progress trying to prove bounds of this order. (Proving the bound with any other constant would also count, so it's basically enough to prove that $\varphi(n)\ge\frac n{c\log(\log(n))}$ for some $c\in\mathbb{R}^+$ for all $n>N$ where $N$ is a fixed positive integer, $e^{e^3}$ in my case)
Any hints or ideas would be appreciated!