/**
 * KaamEasy  -  canonical color tokens (home + marketing pages).
 */
:root {
  --primary: #0f9d8f;
  --primary-dark: #0b7d72;
  --secondary: #1273de;
  --text: #0f172a;
  --muted: #475569;
  --surface: #ffffff;
  --surface-soft: #f3f9ff;
  --border: #dbeafe;
  --border-card: #e8eef8;
  --page-bg: #f8fbff;
  --pill-bg: #e6f4ff;
  --pill-color: #0b65c8;
  --shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  --radius: 16px;
  --container: 1120px;
}

/* Client registration  -  de-emphasized on pages that only load this sheet (e.g. home). */
.client-reg-markdown {
  color: #94a3b8 !important;
  font-size: 0.92em;
  font-weight: 500;
}
a.client-reg-markdown:hover {
  color: #64748b !important;
}
.btn-lite.client-reg-markdown {
  opacity: 0.88;
  border-color: #e2e8f0;
}
.client-reg-markdown-note {
  display: block;
  margin: 0 0 12px;
  max-width: 36rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #94a3b8;
  font-weight: 400;
}
article.step.client-reg-markdown-step h3 {
  color: #94a3b8;
  font-weight: 600;
  font-size: 1rem;
}
article.step.client-reg-markdown-step p {
  color: #94a3b8;
  font-size: 0.9rem;
}
