.onboarding-text h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: var(--text-dark);
	line-height: 1.2;
letter-spacing: -0.5px;
}

.onboarding-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #3f5248;
  margin-bottom: 20px;
}

.steps-list .step{
  display:flex;
  gap:15px;
  margin-bottom:25px;
}

.step-number{
  min-width:36px;
  height:36px;
  border-radius:50%;
  background:#59ae34;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
}

.step h4{
  margin:0;
  font-size:18px;
}

.step p{
  margin:5px 0 0;
  color:#6b7280;
}

.onboarding-visual{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.visual-card{
  background:#f8fafc;
  padding:20px;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:15px;
  font-weight:500;
}

.visual-card i{
  font-size:24px;
  color:#59ae34;
}