/* ============================================================
   MOG Support Center – Footer
   ============================================================ */

.mog-footer {
  border-top: 1px solid #0e0e1a !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

/* ---------- Main row ---------- */
.mog-footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 56px 24px 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

@media (max-width: 640px) {
  .mog-footer__inner {
    flex-direction: column;
    gap: 36px;
  }
}

/* ---------- Brand column ---------- */
.mog-footer__brand {
  max-width: 320px;
}

.mog-footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.mog-footer__logo img {
  height: 36px;
  width: auto;
}

.mog-footer__logo-text {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.mog-footer__desc {
  font-size: 14px;
  color: #5a6080;
  line-height: 1.65;
  margin: 0 0 24px;
}

.mog-footer .mog-footer__cta,
.footer .mog-footer__cta,
a.mog-footer__cta,
.mog-footer__cta {
  display: inline-block;
  background-color: #2b3fef;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background-color 0.2s;
}

.mog-footer__cta:hover {
  background-color: #1f30d4 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ---------- Links columns ---------- */
.mog-footer__links {
  display: flex;
  gap: 64px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .mog-footer__links {
    gap: 36px;
  }
}

.mog-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.mog-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mog-footer__col-list a {
  font-size: 15px;
  color: #c0c4d8 !important;
  text-decoration: none !important;
  transition: color 0.15s;
}

.mog-footer__col-list a:hover {
  color: #ffffff !important;
}

/* ---------- Bottom bar ---------- */
.mog-footer__bottom {
  max-width: 1060px;
  margin: 0 auto;
  padding: 20px 24px;
  border-top: 1px solid #0e0e1a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 13px;
  color: #5a6080;
}

/* ---------- Hide original footer-inner ---------- */
.footer-inner {
  display: none !important;
}
