.elementor-29503 .elementor-element.elementor-element-b4dd57b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4b07a28 */.le-roadmap {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  font-family: Inter, sans-serif;
}

.le-roadmap-hero {
  text-align: center;
  margin-bottom: 40px;
}

.le-roadmap-timeline {
  position: relative;
  border-left: 2px solid #e2e8f0;
  padding-left: 30px;
}

.le-roadmap-item {
  position: relative;
  margin-bottom: 30px;
}

.le-dot {
  position: absolute;
  left: -11px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cbd5f5;
}

.le-roadmap-item.done .le-dot { background: #22c55e; }
.le-roadmap-item.progress .le-dot { background: #f59e0b; }
.le-roadmap-item.upcoming .le-dot { background: #6366f1; }

.le-content h3 {
  margin-bottom: 6px;
}

.le-content span {
  font-size: 13px;
  color: #64748B;
}/* End custom CSS */