.act4b__content {
  text-align: center;
  max-width: 800px;
}

.act4b__heading {
  font-size: var(--size-2xl);
  font-weight: var(--font-weight-light);
  color: var(--color-text-primary);
  margin-bottom: var(--space-lg);
  opacity: 0;
}

.act4b__steps {
  display: grid;
  gap: var(--space-md);
}

.act4b__step {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  text-align: left;
  opacity: 0;
}

.act4b__number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-accent-alt);
  color: var(--color-accent-alt);
  font-size: var(--size-base);
  font-weight: var(--font-weight-medium);
}

.act4b__text {
  font-size: var(--size-xl);
  font-weight: var(--font-weight-light);
  color: var(--color-text-muted);
  line-height: 1.4;
}
