.como-funciona-sistema {
  background-color: hwb(0 100% 0%);
}

.como-funciona-sistema h2 {
  color: #08384f;
}

.passo-card {
  background: #f8fbfd;
  border-radius: 22px;
  padding: 2rem 1.2rem;
  height: 100%;
  border: 1px solid rgba(8, 56, 79, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.passo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.passo-card h5 {
  color: #0b4d6d;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.passo-card p {
  margin-bottom: 0;
  color: #374151;
  line-height: 1.7;
}