.tm-mt-48 {
  margin-top: 48px;
}

.tm-mb-48 {
  margin-bottom: 48px;
}

.tm-bg-dark .tm-eyebrow {
  color: #60a5fa;
}

/* =========================
   WEBSITE CHECK LOADER
========================= */

.tm-scan-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, .72);
  backdrop-filter: blur(14px);
}

.tm-scan-loader.is-visible {
  display: flex;
}

.tm-scan-loader-inner {
  width: min(100% - 32px, 420px);
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .32);
  text-align: center;
}

.tm-scan-step {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 850;
}

.tm-scan-note {
  margin: 12px 0 22px;
  color: #64748b;
  line-height: 1.6;
}

.tm-scan-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
}

.tm-scan-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2563eb;
}

.tm-scan-brand {
  color: #64748b;
  font-size: .9rem;
display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: .35em;
  flex-wrap: wrap;
}

.tm-scan-brand-prefix {
  color: #64748b;
  font-weight: 500;
}

.tm-scan-brand-logo {
  display: inline-flex;
  align-items: baseline;
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1;
}

.tm-scan-brand-name {
  color: #0f172a !important;
}

.tm-scan-brand-dot {
  color: #2563eb !important;
}

@media (max-width: 767px) {
  .tm-scan-brand {
    font-size: .88rem;
  }
}
