[step:Reduce to the unital case via the unitisation]
Suppose first that $A$ is non-unital. Form the unitisation $A^+ := A \oplus \mathbb{C}$, with multiplication
\begin{align*}
(x, \mu)(y, \nu) := (xy + \mu y + \nu x, \mu \nu)
\end{align*}
and norm $\|(x, \mu)\|_{A^+} := \|x\|_A + |\mu|$, making $A^+$ a unital Banach algebra with unit $1_{A^+} = (0, 1)$, and embedding $\iota : A \hookrightarrow A^+$, $x \mapsto (x, 0)$, isometric.
Define
\begin{align*}
\varphi^+ : A^+ &\to \mathbb{C} \\
(x, \mu) &\mapsto \varphi(x) + \mu.
\end{align*}
We verify $\varphi^+$ is an algebra homomorphism: $\varphi^+$ is linear (clear), $\varphi^+(1_{A^+}) = \varphi^+((0, 1)) = 0 + 1 = 1$, and for products
\begin{align*}
\varphi^+((x, \mu)(y, \nu)) &= \varphi(xy + \mu y + \nu x) + \mu \nu \\
&= \varphi(x)\varphi(y) + \mu \varphi(y) + \nu \varphi(x) + \mu \nu \\
&= (\varphi(x) + \mu)(\varphi(y) + \nu) = \varphi^+((x, \mu)) \varphi^+((y, \nu)),
\end{align*}
using $\varphi(xy) = \varphi(x)\varphi(y)$ (since $\varphi$ is a homomorphism). Since $\varphi^+(1_{A^+}) = 1 \ne 0$, $\varphi^+$ is non-zero, hence $\varphi^+ \in \Phi_{A^+}$.
If we prove $\|\varphi^+\|_{(A^+)^*} \le 1$ in the unital algebra $A^+$, then for $x \in A$,
\begin{align*}
|\varphi(x)| = |\varphi^+((x, 0))| \le \|(x, 0)\|_{A^+} = \|x\|_A,
\end{align*}
which gives $\|\varphi\|_{A^*} \le 1$.
Therefore for the bound $\|\varphi\|_{A^*} \le 1$ we may assume $A$ is unital. The equality $\|\varphi\|_{A^*} = 1$ in the unital case will be addressed in Step 4. From now on **assume $A$ is unital**.
[/step]