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

.ft-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

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

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

.ft-progress-bar {
  height: 4px;
  width: 120px;
  background: #0d004c;
  border-radius: 2px;
}

.ft-step {
  display: none;
}

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

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

input {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
}

.sub {
  margin-left: 28px;
}

.option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.option input {
  width: auto;
  margin: 0;
}

.ft-btn {
  margin-top: 24px;
  padding: 12px 22px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
}

.ft-btn.primary {
  background: #0d004c;
  color: #fff;
}

.ft-btn.secondary {
  background: #e5e7eb;
}

.ft-success {
  background: #e9f9ef;
  border: 1px solid #9fe0b3;
  padding: 24px;
  border-radius: 12px;
}
