The equation of a line when it's slope is known can be written in the form of complex numbers as
$$z (m+i) + \bar z(m -i) + 2c = 0$$
(you can derive it from $y=mx +c$ form, and for clarity I didn't assume $m-i =A$ and didn't write $2c=B$)
So, it is given to us that
$$
|z|^2+\bar{A}z^2+A(\bar{z})^2+B\bar{z}+\bar{B}z+C=0
$$
represents two straight lines, therefore that equation can be broken down in the form
$$
\left[z(m_1 +i) + \bar z (m_1 - i) + 2c_1\right] \times \left[z(m_2 +i) + \bar z (m_2 -i) + 2c_2\right]=0~~~~~~~~~~~~~~~~~(i)$$
Where $m_1$ and $c_1$ are the slope and y-intercept of first line, $m_2$ and $c_2$ are the slope and y-intercept of the second line. Multiplying that out, we get
$$
z^2(m_1 +i) (m_2 + i) + \bar{z}^2 (m_1 - i )(m_2 -i) + |z|^2 \left[(m_1+i)(m_2-i) + (m_1 -i)(m_2 +i)\right] \cdots = 0$$
By comparing the coefficients, we have
$$
\bar{A} = (m_1+i) (m_2+i) \\
A = (m_1 - i)(m_2 -i) \\
\\
(m_1 +i) (m_2 -i) + (m_1 -i)(m_2 +i) =1 \\
\\
\tan \theta = \frac{m_1 -m_2}{1+m_1 m_2}$$
Now, we can obtain something by doing some algebra:
$$
(m_1 +i) (m_2 -i) + (m_1 -i)(m_2 +i)=1 \\
m_1m_2 = -\frac{1}{2} ~~~~~~~~~~~~~~~~~~~~~~(1)$$
$$\tan \theta = \frac{m_1 -m_2}{1+m_1 m_2}\\
\tan \theta + \tan \theta (m_1 m_2) = m_1 - m_2 \\
\left(\frac{1}{2} \tan \theta\right)^2 = m_1^2 + m_2^2 - 2m_1 m_2 \\
\frac{\tan^2 \theta}{4} -1 = m_1^2 + m_2^2~~~~~~~~~~~~~~~~~~~(2)$$
$$
|A|^2 = A \bar{A} = m_1 ^2 + m_2^2 + (m_1m_2)^2 + 1 \\
\text{from eqaution (1) and (2)} \\
|A|^2 = \frac{tan^2 \theta }{4} + -1 +1 \\
|A|=\frac{\sec \theta}{2}
$$
Hope it helps!
To some it may seem unjust to assume equation (i) to be exactly the same as the given in question, but there is nothing that prohibits that assumption. If you have any query, they are all welcome.