.processo-header { margin-bottom: 0; }
.processo-header h2 {
  font-size: var(--sz-h1); font-weight: 700;
  letter-spacing: -2px; line-height: 1.05;
}

.processo-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }

.step {
  background: rgba(28,28,28,0.72); border: 1px solid rgba(255,255,255,0.06);
  padding: var(--sp-2xl);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.3s;
}
.step:hover { border-color: rgba(201,242,62,0.14); }

.step-num {
  font-family: var(--f-mono); font-size: 52px; font-weight: 500;
  color: var(--voltagem); letter-spacing: -2px; line-height: 1;
  margin-bottom: var(--sp-lg); opacity: 0.88;
}
.step-title {
  font-size: 20px; font-weight: 700; letter-spacing: -0.5px;
  color: var(--osso); margin-bottom: var(--sp-md); text-shadow: none;
}
.step-desc { font-size: 14px; color: rgba(244,241,234,0.62); line-height: 1.78; }
.step-desc strong { color: rgba(244,241,234,0.92); font-weight: 500; }
