/* 06-components/funnel — the short transactional passages (apply, sign-in, and
   their confirmations) framed as one console exchange. A centred, focused column
   a reader passes through fast: a c-boot-voiced prompt line names the operation,
   then a holo-panel form composes the command — or, on the confirmation half, a
   receipt answers in the same voice. Deliberately narrow; single call to action. */
.c-funnel {
  max-width: 34rem;
  margin-inline: auto;
}

/* The prompt/response line above the panel. On a form it reads as the command
   being composed (`> request access █`); on a confirmation it is the machine's
   answer to the command just issued (`> request logged · awaiting review █`). */
.c-funnel__prompt {
  margin-block-end: var(--space-md);
}

/* A quiet "what happens next" / "how this works" line inside the panel — the one
   reassurance or fact the passage owes the reader, no louder than the action. */
.c-funnel__note {
  color: var(--ink-dim);
  font-size: var(--text-sm);
  line-height: var(--leading-body);
}
.c-funnel__note a { color: var(--link); }

/* The onward step beneath a confirmation's receipt: back to somewhere useful. */
.c-funnel__onward {
  --o-cluster-gap: var(--space-xs) var(--space-md);
}
