/* small UI helpers */
.btn.small{padding:8px 10px;font-size:13px}
.card-cta{display:flex;flex-direction:column;gap:8px;align-items:flex-end}
.card-cta .btn{width:120px}
.steps{list-style:decimal;padding-left:22px;color:var(--muted)}
.team-card{display:flex;align-items:center;gap:12px;padding:18px}
.team-card .avatar{width:56px;height:56px;border-radius:12px;background:#E8FDF0;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--green-600)}
.roadmap{list-style:none;padding-left:0}
.roadmap li{padding:12px 0;border-bottom:1px dashed rgba(16,42,31,0.03)}
