.level-assessment-page .fl-hero {
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(111, 66, 193, .32), transparent 40%),
    linear-gradient(120deg, #12182f 0%, #1a2344 48%, #16203b 100%);
}

.level-assessment-page .fl-breadcrumb,
.level-assessment-page .fl-hero__actions,
.level-assessment-page .fl-hero__features {
  justify-content: center;
}

.level-assessment-page .fl-hero h1,
.level-assessment-page .fl-hero__sub {
  margin-inline: auto;
}

.la-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

.la-form-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ebe4f7;
  border-radius: 24px;
  padding: 28px 24px 24px;
  box-shadow: 0 12px 28px rgba(48, 24, 96, .08);
  text-align: center;
}

.la-form-card h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f1635;
}

.la-form-card__sub {
  margin: 0 auto 20px;
  max-width: 420px;
  color: #6b7280;
  line-height: 1.75;
  font-size: .95rem;
}

.la-form {
  text-align: start;
}

.la-form .form-group {
  margin-bottom: 14px;
}

.la-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #1f1635;
  font-size: .92rem;
}

.la-form .form-control {
  width: 100%;
  border: 1px solid #e5e0f0;
  border-radius: 12px;
  padding: 11px 14px;
  min-height: 46px;
  background: #fff;
}

.la-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.la-form__submit {
  width: 100%;
  margin-top: 8px;
  gap: 8px;
}

.la-form__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-top: 14px;
  color: #6b7280;
  font-size: .82rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .la-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .la-form__row {
    grid-template-columns: 1fr;
  }
}
