/* UT Step Footer version: 2026-05-28-1 */
.step-site-footer {
  background: #0f1f35;
  color: #fff;
}

.step-footer-inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 48px 24px;
}

.step-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
}

.step-footer-column {
  min-width: 0;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-transform: uppercase;
}

.step-footer-heading {
  margin: 0 0 16px;
  color: #fff;
}

.step-footer-link {
  display: block;
  padding: 4px 4px;
  color: #9ca3af;
  transition: color 0.15s ease;
}

.step-footer-link:hover,
.step-footer-link:focus {
  color: #ffec00;
}

.step-footer-email {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.step-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  text-align: center;
}

.step-footer-legal a,
.step-footer-legal button,
.step-footer-dot {
  color: #9ca3af;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.step-footer-legal a,
.step-footer-legal button {
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 0.15s ease;
}

.step-footer-legal a:hover,
.step-footer-legal a:focus,
.step-footer-legal button:hover,
.step-footer-legal button:focus {
  color: #ffec00;
}

@media (min-width: 640px) {
  .step-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .step-footer-column {
    font-size: 18px;
  }

  .step-footer-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-footer-legal a,
  .step-footer-legal button,
  .step-footer-dot {
    font-size: 16px;
  }
}
