.tw-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.tw-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.tw-badge {
  background: #6d28d9;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw-card {
  background: #f9f9ff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.tw-card h3 {
  margin: 0 0 8px;
}
.tw-card p {
  margin: 0;
}
