.ft-preapp {
  max-width: 760px;
  margin: 40px auto;
  font-family: Inter, system-ui, sans-serif;
}

.ft-title {
  font-size: 28px;
  color: #0d004c;
  font-weight: 700;
}

.ft-progress {
  margin: 16px 0 24px;
}

.ft-progress-bar {
  height: 8px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}

.ft-progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: #0d004c;
}

.ft-step {
  display: none;
}

.ft-step.active {
  display: block;
}

label {
  display: block;
  margin-top: 14px;
  font-weight: 600;
}

input {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.ft-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.ft-btn {
  background: #0d004c;
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.ft-success {
  max-width: 640px;
  margin: 40px auto;
  padding: 32px;
  background: #f0fdf4;
  border-radius: 16px;
  text-align: center;
}
