.kk-lead-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 20px;
}

.kk-lead-progress span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef1f4;
  color: #52606d;
  font-size: .9rem;
  font-weight: 800;
  text-align: center;
}

.kk-lead-progress span[aria-current="step"] {
  background: #153454;
  color: #fff;
}

.kk-lead-step[hidden] { display: none; }

/* A fixed request is context, not a one-option interactive dropdown. */
.kk-lead-form .kk-fixed-intent {
  min-width: 0;
  max-width: 100%;
  align-self: start;
}
.kk-lead-form .kk-fixed-intent__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.kk-lead-form .kk-fixed-intent__value {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #f3f6f9;
  color: #153454;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  unicode-bidi: plaintext;
}
.kk-lead-form .kk-fixed-intent__value:focus {
  outline: 3px solid #153454;
  outline-offset: 2px;
}

.kk-lead-form .kk-select-full-value {
  display: block;
  min-width: 0;
  max-width: 100%;
  margin-top: 4px;
  color: #334e68;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  unicode-bidi: plaintext;
}
.kk-lead-form .kk-select-full-value[hidden] { display: none; }

.kk-flow-fieldset {
  margin: 0 0 20px;
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #faf9f6;
}

.kk-flow-fieldset legend {
  padding: 0 8px;
  font-weight: 800;
}

.kk-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kk-flow-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.kk-flow-back {
  padding: 13px 22px;
  border: 1px solid #153454;
  border-radius: 999px;
  background: #fff;
  color: #153454;
  font-weight: 800;
  cursor: pointer;
}

.kk-flow-enhanced [data-kk-step="2"] { scroll-margin-top: 24px; }

@media (max-width: 640px) {
  .kk-flow-grid,
  .kk-lead-progress { grid-template-columns: 1fr; }
  .kk-flow-actions { display: grid; }
  .kk-flow-actions button { width: 100%; }
  body.kk-form-active .mobile-actions { display: none; }
}
