/* How to work with your agent — 5-step onboarding flow */
.ah-workflow {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.ah-workflow__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.ah-workflow__head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

.ah-workflow__label {
  margin: 0 0 0.35rem;
  font-size: var(--text-xs, 0.75rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary, #c94a42);
}

.ah-workflow__h2 {
  margin: 0;
  font-family: var(--font-display, "Chillax", system-ui, sans-serif);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.2;
  color: var(--color-text, #1a1412);
}

.ah-workflow__lede {
  margin: 0.5rem 0 0;
  font-size: var(--text-base, 1rem);
  line-height: 1.55;
  color: var(--color-text-muted, #6b5e56);
}

.ah-workflow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 720px) {
  .ah-workflow__steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.65rem;
  }
}

.ah-workflow__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--color-border, #e8ddd6);
  background: var(--color-surface, #fff);
  box-shadow: 0 1px 3px rgba(26, 20, 18, 0.04);
  min-height: 100%;
}

.prototype-v10 .ah-workflow__step {
  background: rgba(255, 253, 248, 0.92);
  border-color: rgba(107, 83, 68, 0.14);
}

.ah-workflow__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #c75b45, #e8a87c);
  flex-shrink: 0;
}

.ah-workflow__step-title {
  margin: 0.15rem 0 0;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text, #1a1412);
}

.ah-workflow__step-desc {
  margin: 0;
  font-size: var(--text-xs, 0.75rem);
  line-height: 1.5;
  color: var(--color-text-muted, #6b5e56);
}

.ah-workflow__cta {
  margin-top: 1.5rem;
}

section.ah-workflow.d3-section {
  padding-top: 0;
  padding-bottom: 0;
}

section.ah-workflow.d3-section > .proto-wrap {
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

/* Compact form fields (Journey launch + enquiry modal) */
.form-compact-row {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 480px) {
  .form-compact-row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.form-compact-field label {
  display: block;
  font-size: var(--text-xs, 0.75rem);
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.form-compact-field select,
.launch-form__industry select {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(107, 83, 68, 0.18);
  font: inherit;
  font-size: var(--text-sm, 0.875rem);
  background: #fff;
}

.form-compact-hint {
  margin: 0.25rem 0 0.75rem;
  font-size: var(--text-xs, 0.75rem);
  color: var(--color-text-muted, #6b5e56);
}
