:root{

    --cn: #040d18; --cnm: #071525;
    --cc: #E3FF57; --ccl: #5ee8ff; --bd: rgba(0,212,255,.12);
    --cw: #dff0ff; --cm: #5a8aa8;
    --fh: 'Bebas Neue', sans-serif;
    --fb: 'DM Sans', sans-serif;
    --navy: #040d18;
    --navy-mid: #071525;
    --navy-card: #09192e;
    --cyan: #00d4ff;
    --cyan-light: #5ee8ff;
    --cyan-dim: #007da6;
    --teal: #00a8cc;
    --electric: #0057ff;
    --off-white: #dff0ff;
    --text-muted: #5a8aa8;
  }
  /* ══ FOOTER ══ */
.ufoot {
  background: #4B006E;
  border-top: 1px solid rgba(0, 212, 255, .08);
  padding: 3rem 0;
  text-align: center;
}

.ufoot img {
  height: 72px;
  margin-bottom: .8rem;
  filter: drop-shadow(0 0 12px rgba(255, 140, 0, .5));
}

.ufb {
  font-family: var(--fh);
  font-size: 1.8rem;
  letter-spacing: .12em;
  color: var(--cc);
  text-shadow: 0 0 14px rgba(0, 212, 255, .3);
  margin-bottom: .4rem;
}

.ufoot p {
  color: var(--cc);
  font-size: .84rem;
  margin-bottom: 1rem;
  font-family: var(--fb);
}

.ufoot a {
  color: var(--cc);
  font-size: .84rem;
  text-decoration: none;
  font-family: var(--fb);
  border-bottom: 1px solid rgba(255, 140, 0, .5);
  padding-bottom: 2px;
}
.ufc2{
  margin-top: 20px;
}