.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; }

.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; }
}
