/* Wardway UI 1.0 — Guided Deployment */

.guided-header {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.guided-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ww-text);
}

.guided-subtitle {
  margin-top: 4px;
  font-size: 12px;
  color: var(--ww-text-soft);
}

.guided-ava-status {
  margin-top: 8px;
  padding: 7px 10px;
  border: 1px solid var(--ww-border);
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.82);
  font-size: 12px;
}

.guided-step {
  display: flex;
  align-items: center;
  gap: 9px;
}

.guided-company-box.guided-step {
  flex-direction: column;
  align-items: stretch;
}

.guided-step-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ww-text);
  font-size: 13px;
  font-weight: 700;
}

.step-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
  box-shadow: 0 0 0 3px rgba(255,255,255,.05);
}

.step-dot.step-current {
  background: var(--ww-gold);
  box-shadow: 0 0 12px rgba(255,209,102,.75);
}

.step-dot.step-complete {
  background: var(--ww-green);
  box-shadow: 0 0 12px rgba(53,242,143,.75);
}
